Skip to content

Commit 5c1a2e4

Browse files
committed
chore(deps): update dependencies to latest versions
- Upgraded several dependencies in `package.json` and `pnpm-lock.yaml` to their latest versions, including: - `@release-it/conventional-changelog` from `10.0.0` to `10.0.1` - `@types/three` from `0.172.0` to `0.176.0` - `@vitejs/plugin-vue` from `5.2.1` to `5.2.4` - `eslint` from `9.17.0` to `9.27.0` - `eslint-plugin-vue` from `9.32.0` to `10.1.0` - `gsap` from `3.12.5` to `3.13.0` - `three` from `0.173.0` to `0.176.0` - `typescript` from `5.7.2` to `5.8.3` - `vite` from `6.0.7` to `6.3.5` - `vite-plugin-banner` from `0.8.0` to `0.8.1` - `vite-plugin-dts` from `4.4.0` to `4.5.4` - `vite-plugin-glsl` from `1.3.1` to `1.4.1` - `vitepress` from `1.5.0` to `1.6.3` - Adjusted related dependencies in `pnpm-lock.yaml` to ensure compatibility and stability across the project.
1 parent 682d38f commit 5c1a2e4

File tree

2 files changed

+1862
-3119
lines changed

2 files changed

+1862
-3119
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,30 +69,30 @@
6969
"three-stdlib": "^2.35.2"
7070
},
7171
"devDependencies": {
72-
"@release-it/conventional-changelog": "^10.0.0",
72+
"@release-it/conventional-changelog": "^10.0.1",
7373
"@tresjs/core": "https://pkg.pr.new/@tresjs/core@b630003",
7474
"@tresjs/eslint-config": "^1.4.0",
7575
"@types/node": "^22.10.5",
76-
"@types/three": "^0.172.0",
76+
"@types/three": "^0.176.0",
7777
"@typescript-eslint/eslint-plugin": "^8.19.0",
7878
"@typescript-eslint/parser": "^8.19.0",
79-
"@vitejs/plugin-vue": "^5.2.1",
80-
"eslint": "^9.17.0",
81-
"eslint-plugin-vue": "^9.32.0",
82-
"gsap": "^3.12.5",
79+
"@vitejs/plugin-vue": "^5.2.4",
80+
"eslint": "^9.27.0",
81+
"eslint-plugin-vue": "^10.1.0",
82+
"gsap": "^3.13.0",
8383
"kolorist": "^1.8.0",
8484
"pathe": "^2.0.0",
85-
"release-it": "^18.1.1",
85+
"release-it": "^19.0.2",
8686
"rollup-plugin-analyzer": "^4.0.0",
8787
"rollup-plugin-visualizer": "^5.13.1",
88-
"three": "^0.173.0",
89-
"typescript": "^5.7.2",
90-
"unocss": "^0.65.3",
91-
"vite": "^6.0.7",
92-
"vite-plugin-banner": "^0.8.0",
93-
"vite-plugin-dts": "4.4.0",
94-
"vite-plugin-glsl": "^1.3.1",
88+
"three": "^0.176.0",
89+
"typescript": "^5.8.3",
90+
"unocss": "^66.1.2",
91+
"vite": "^6.3.5",
92+
"vite-plugin-banner": "^0.8.1",
93+
"vite-plugin-dts": "4.5.4",
94+
"vite-plugin-glsl": "^1.4.1",
9595
"vite-svg-loader": "^5.1.0",
96-
"vitepress": "1.5.0"
96+
"vitepress": "1.6.3"
9797
}
9898
}

0 commit comments

Comments
 (0)