Skip to content

Commit

Permalink
chore(deps): update to vite v5 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Nov 28, 2023
1 parent bfdef78 commit d69e971
Show file tree
Hide file tree
Showing 5 changed files with 1,971 additions and 946 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"devDependencies": {
"@tresjs/leches": "^0.13.0",
"markdown-it": "^13.0.2",
"unocss": "^0.57.2",
"vite-svg-loader": "^4.0.0",
"vue-docgen-api": "^4.74.2"
"unocss": "^0.57.7",
"vite-svg-loader": "^5.1.0",
"vue-docgen-api": "^4.75.1"
}
}
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,40 +58,40 @@
},
"dependencies": {
"@tresjs/core": "3.5.0",
"@vueuse/core": "^10.5.0",
"@vueuse/core": "^10.6.1",
"camera-controls": "^2.7.2",
"stats-gl": "^1.0.5",
"stats-gl": "^1.0.7",
"stats.js": "^0.17.0",
"three-custom-shader-material": "^5.4.0",
"three-stdlib": "^2.27.3"
"three-stdlib": "^2.28.7"
},
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "^3.2.1",
"@tresjs/eslint-config-vue": "^0.2.1",
"@tweakpane/core": "^1.1.9",
"@types/node": "^20.8.7",
"@types/three": "^0.158.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "^8.51.0",
"@types/node": "^20.10.0",
"@types/three": "^0.158.3",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.17.0",
"gsap": "^3.12.2",
"kolorist": "^1.8.0",
"pathe": "^1.1.1",
"release-it": "^16.2.1",
"release-it": "^17.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.9.3",
"three": "^0.158.0",
"tweakpane": "^3.1.10",
"typescript": "^5.2.2",
"unocss": "^0.57.2",
"vite": "^4.5.0",
"typescript": "^5.3.2",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.3",
"vite-plugin-glsl": "^1.1.2",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.25"
"vite-plugin-glsl": "^1.2.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31"
}
}
1 change: 1 addition & 0 deletions playground/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ declare global {
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
import('vue')
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"devDependencies": {
"@tresjs/leches": "^0.13.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-auto-import": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-glsl": "^1.1.2",
"vite-plugin-glsl": "^1.2.0",
"vite-plugin-qrcode": "^0.2.2",
"vue-tsc": "^1.8.22"
}
Expand Down
Loading

0 comments on commit d69e971

Please sign in to comment.