Skip to content

Commit

Permalink
chore(deps): update dependencies and vite to v5 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Nov 27, 2023
1 parent 343ed18 commit 0918fab
Show file tree
Hide file tree
Showing 5 changed files with 1,983 additions and 1,089 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tresjs/core": "workspace:^3.1.1"
},
"devDependencies": {
"unocss": "^0.57.2",
"vite-svg-loader": "^4.0.0"
"unocss": "^0.57.7",
"vite-svg-loader": "^5.1.0"
}
}
42 changes: 19 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,46 +69,42 @@
"@vueuse/core": "^10.5.0"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.3.0",
"@huntersofbook/plausible-vue": "^1.0.0",
"@release-it/conventional-changelog": "^7.0.2",
"@release-it/conventional-changelog": "^8.0.1",
"@stackblitz/sdk": "^1.9.0",
"@tresjs/cientos": "3.5.1",
"@tresjs/cientos": "3.6.0",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.158.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-vue": "^4.4.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",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.2",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"esno": "^0.17.0",
"esno": "^4.0.0",
"gsap": "^3.12.2",
"jsdom": "^22.1.0",
"jsdom": "^23.0.0",
"kolorist": "^1.8.0",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.1",
"prettier": "^3.0.3",
"release-it": "^16.2.1",
"release-it": "^17.0.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.9.2",
"rollup-plugin-visualizer": "^5.9.3",
"three": "^0.158.0",
"unocss": "^0.57.2",
"unplugin": "^1.5.0",
"unocss": "^0.57.7",
"unplugin": "^1.5.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite": "^5.0.2",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.3",
"vite-plugin-inspect": "^0.7.41",
"vite-plugin-inspect": "^0.8.0",
"vite-plugin-require-transform": "^1.0.21",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-rc.24",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31",
"vitest": "^0.34.6",
"vue": "^3.3.7",
"vue": "^3.3.9",
"vue-demi": "^0.14.6"
}
}
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')
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "3.5.1",
"@tresjs/cientos": "3.6.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tresjs/leches": "^0.13.0",
"@tweakpane/plugin-essentials": "^0.2.0",
"unplugin-auto-import": "^0.16.7",
"vite-plugin-glsl": "^1.1.2",
"unplugin-auto-import": "^0.17.1",
"vite-plugin-glsl": "^1.2.0",
"vite-plugin-qrcode": "^0.2.2",
"vue-tsc": "^1.8.22"
}
Expand Down
Loading

0 comments on commit 0918fab

Please sign in to comment.