Skip to content

Commit

Permalink
feat: update to three v160 and vue v3.4 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 2, 2024
1 parent c8e79bc commit 5fad3b8
Show file tree
Hide file tree
Showing 4 changed files with 1,010 additions and 1,079 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@tresjs/core": "workspace:*"
},
"devDependencies": {
"unocss": "^0.58.0",
"unocss": "^0.58.3",
"vite-svg-loader": "^5.1.0"
}
}
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,49 +62,49 @@
},
"peerDependencies": {
"three": ">=0.133",
"vue": ">=3.3"
"vue": ">=3.4"
},
"dependencies": {
"@alvarosabu/utils": "^3.1.1",
"@vueuse/core": "^10.7.0"
"@vueuse/core": "^10.7.1"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@stackblitz/sdk": "^1.9.0",
"@tresjs/cientos": "3.6.0",
"@tresjs/cientos": "3.7.0",
"@tresjs/eslint-config-vue": "^0.2.1",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"@types/three": "^0.160.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^1.0.4",
"@vitest/ui": "^1.1.1",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"esno": "^4.0.0",
"gsap": "^3.12.3",
"gsap": "^3.12.4",
"jsdom": "^23.0.1",
"kolorist": "^1.8.0",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.1",
"release-it": "^17.0.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.11.0",
"three": "^0.159.0",
"unocss": "^0.58.0",
"unplugin": "^1.5.1",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.160.0",
"unocss": "^0.58.3",
"unplugin": "^1.6.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.8",
"vite": "^5.0.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.4",
"vite-plugin-dts": "3.7.0",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-require-transform": "^1.0.21",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31",
"vitest": "^1.0.4",
"vue": "^3.3.11",
"vitepress": "1.0.0-rc.34",
"vitest": "^1.1.1",
"vue": "^3.4.3",
"vue-demi": "^0.14.6"
}
}

0 comments on commit 5fad3b8

Please sign in to comment.