Skip to content

Commit

Permalink
chore(deps): update deps before release (#141)
Browse files Browse the repository at this point in the history
* chore(deps): update deps before release

* chore: update playground deps
  • Loading branch information
alvarosabu authored Nov 26, 2024
1 parent f4ff518 commit b6d6256
Show file tree
Hide file tree
Showing 4 changed files with 3,784 additions and 1,936 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,32 +59,32 @@
"vue": ">=3.4"
},
"dependencies": {
"@vueuse/core": "^11.1.0",
"postprocessing": "^6.36.3"
"@vueuse/core": "^11.3.0",
"postprocessing": "^6.36.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.2",
"@tresjs/core": "^4.3.0",
"@release-it/conventional-changelog": "^9.0.3",
"@tresjs/core": "^4.3.1",
"@tresjs/eslint-config": "^1.4.0",
"@types/three": "^0.169.0",
"@unocss/core": "^0.63.4",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.12.0",
"@types/three": "^0.170.0",
"@unocss/core": "^0.64.1",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.15.0",
"gsap": "^3.12.5",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
"release-it": "^17.8.2",
"release-it": "^17.10.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.169.0",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"three": "^0.170.0",
"typescript": "^5.7.2",
"unocss": "^0.64.1",
"vite": "^6.0.0",
"vite-plugin-banner": "^0.8.0",
"vite-plugin-dts": "4.0.0-beta.1",
"vite-plugin-dts": "4.3.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.4.0",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
"vitepress": "1.5.0",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
}
}
1 change: 1 addition & 0 deletions playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@tresjs/cientos": "^4.0.2",
"@tresjs/core": "4.2.10",
"vue-router": "^4.3.2"
"@tresjs/core": "4.3.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tresjs/leches": "^0.14.0",
"@types/three": "^0.164.0",
"unplugin-auto-import": "^0.17.6",
"@types/three": "^0.170.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-qrcode": "^0.2.3"
}
Expand Down
Loading

0 comments on commit b6d6256

Please sign in to comment.