Skip to content

Commit 403f6c9

Browse files
committed
chore: update dependencies and package configurations
- Bump package versions for various dependencies - Update pnpm-lock.yaml with latest package versions - Modify vite configuration to remove unused plugins - Update package.json files in docs and playground - Upgrade TypeScript, Vite, VitePress, and other development tools
1 parent a2d90b0 commit 403f6c9

File tree

5 files changed

+1605
-3653
lines changed

5 files changed

+1605
-3653
lines changed

docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "vitepress preview"
1010
},
1111
"dependencies": {
12-
"@tresjs/cientos": "^4.0.2",
13-
"@tresjs/core": "^4.2.10",
12+
"@tresjs/cientos": "^4.1.0",
13+
"@tresjs/core": "^4.3.2",
1414
"@tresjs/post-processing": "workspace:^",
15-
"gsap": "^3.12.3"
15+
"gsap": "^3.12.7"
1616
},
1717
"devDependencies": {
18-
"@tresjs/leches": "^0.14.0",
19-
"unocss": "^0.63.0",
20-
"unplugin-vue-components": "^0.27.4",
18+
"@tresjs/leches": "^0.14.1",
19+
"unocss": "^65.4.3",
20+
"unplugin-vue-components": "^28.0.0",
2121
"vite-svg-loader": "^5.1.0",
22-
"vitepress": "1.3.4"
22+
"vitepress": "1.6.3"
2323
}
2424
}

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@tresjs/post-processing",
33
"type": "module",
44
"version": "2.0.0",
5-
"packageManager": "pnpm@9.14.2",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "Post-processing library for TresJS",
77
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
88
"license": "MIT",
@@ -56,31 +56,31 @@
5656
"vue": ">=3.4"
5757
},
5858
"dependencies": {
59-
"@vueuse/core": "^12.2.0",
60-
"postprocessing": "^6.36.5"
59+
"@vueuse/core": "^12.5.0",
60+
"postprocessing": "^6.36.6"
6161
},
6262
"devDependencies": {
63-
"@release-it/conventional-changelog": "^9.0.4",
64-
"@tresjs/core": "^4.3.1",
63+
"@release-it/conventional-changelog": "^10.0.0",
64+
"@tresjs/core": "^4.3.2",
6565
"@tresjs/eslint-config": "^1.4.0",
66-
"@types/three": "^0.171.0",
67-
"@unocss/core": "^0.65.3",
66+
"@types/three": "^0.172.0",
67+
"@unocss/core": "^65.4.3",
6868
"@vitejs/plugin-vue": "^5.2.1",
69-
"eslint": "^9.17.0",
70-
"gsap": "^3.12.5",
69+
"eslint": "^9.19.0",
70+
"gsap": "^3.12.7",
7171
"kolorist": "^1.8.0",
72-
"pathe": "^1.1.2",
73-
"release-it": "^17.11.0",
72+
"pathe": "^2.0.2",
73+
"release-it": "^18.1.2",
7474
"rollup-plugin-analyzer": "^4.0.0",
75-
"rollup-plugin-visualizer": "^5.13.1",
75+
"rollup-plugin-visualizer": "^5.14.0",
7676
"three": "^0.172.0",
77-
"typescript": "^5.7.2",
78-
"unocss": "^0.65.3",
79-
"vite": "^6.0.6",
77+
"typescript": "^5.7.3",
78+
"unocss": "^65.4.3",
79+
"vite": "^6.0.11",
8080
"vite-plugin-banner": "^0.8.0",
81-
"vite-plugin-dts": "4.4.0",
81+
"vite-plugin-dts": "4.5.0",
8282
"vite-svg-loader": "^5.1.0",
83-
"vitepress": "1.5.0",
83+
"vitepress": "1.6.3",
8484
"vue": "^3.5.13",
8585
"vue-tsc": "^2.2.0"
8686
}

playground/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tresjs/cientos": "^4.0.2",
13-
"@tresjs/core": "4.3.1",
12+
"@tresjs/cientos": "^4.1.0",
13+
"@tresjs/core": "4.3.2",
1414
"@tresjs/post-processing": "workspace:*",
1515
"vue-router": "^4.5.0"
1616
},
1717
"devDependencies": {
18-
"@tresjs/leches": "^0.14.0",
19-
"@types/three": "^0.170.0",
20-
"unplugin-auto-import": "^0.18.5",
21-
"unplugin-vue-components": "^0.27.0",
22-
"vite-plugin-qrcode": "^0.2.3"
18+
"@tresjs/leches": "^0.14.1",
19+
"@types/three": "^0.172.0",
20+
"unplugin-auto-import": "^19.0.0",
21+
"unplugin-vue-components": "^28.0.0",
22+
"vite-plugin-qrcode": "^0.2.4"
2323
}
2424
}

0 commit comments

Comments
 (0)