-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: remove nuxt playground due deps instalation hanging * feat: update deps * chore: remove temporarely the inspect plugin
- Loading branch information
1 parent
e16ea32
commit d377750
Showing
33 changed files
with
2,944 additions
and
11,273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@tresjs/core", | ||
"type": "module", | ||
"version": "4.3.1", | ||
"packageManager": "pnpm@9.12.2", | ||
"packageManager": "pnpm@9.15.1", | ||
"description": "Declarative ThreeJS using Vue Components", | ||
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)", | ||
"license": "MIT", | ||
|
@@ -49,8 +49,8 @@ | |
"access": "public" | ||
}, | ||
"scripts": { | ||
"dev": "cd playground/vue && npm run dev", | ||
"dev:nuxt": "cd playground/nuxt && npm run dev", | ||
"dev": "pnpm --filter='./playground/vue' dev", | ||
"dev:nuxt": "pnpm --filter='./playground/nuxt' dev", | ||
"build": "vite build", | ||
"test": "vitest", | ||
"test:ci": "vitest run", | ||
|
@@ -72,48 +72,47 @@ | |
"dependencies": { | ||
"@alvarosabu/utils": "^3.2.0", | ||
"@vue/devtools-api": "^6.6.3", | ||
"@vueuse/core": "^11.1.0" | ||
"@vueuse/core": "^12.0.0" | ||
}, | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^9.0.0", | ||
"@release-it/conventional-changelog": "^9.0.3", | ||
"@stackblitz/sdk": "^1.11.0", | ||
"@tresjs/cientos": "4.0.3", | ||
"@tresjs/eslint-config": "^1.4.0", | ||
"@types/three": "^0.169.0", | ||
"@typescript-eslint/eslint-plugin": "^8.8.1", | ||
"@typescript-eslint/parser": "^8.8.1", | ||
"@vitejs/plugin-vue": "^5.1.4", | ||
"@types/three": "^0.171.0", | ||
"@typescript-eslint/eslint-plugin": "^8.18.1", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"@vitejs/plugin-vue": "^5.2.1", | ||
"@vitest/coverage-c8": "^0.33.0", | ||
"@vitest/coverage-v8": "^2.1.2", | ||
"@vitest/ui": "^2.1.2", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"@vitest/ui": "^2.1.8", | ||
"@vue/test-utils": "^2.4.6", | ||
"eslint": "^9.12.0", | ||
"eslint-plugin-vue": "^9.29.0", | ||
"eslint": "^9.17.0", | ||
"eslint-plugin-vue": "^9.32.0", | ||
"esno": "^4.8.0", | ||
"gsap": "^3.12.5", | ||
"husky": "^9.1.6", | ||
"jsdom": "^25.0.1", | ||
"kolorist": "^1.8.0", | ||
"ohmyfetch": "^0.4.21", | ||
"pathe": "^1.1.2", | ||
"release-it": "^17.8.2", | ||
"release-it": "^17.10.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
"rollup-plugin-copy": "^3.5.0", | ||
"rollup-plugin-visualizer": "^5.12.0", | ||
"sponsorkit": "^0.15.5", | ||
"three": "^0.169.0", | ||
"unocss": "^0.63.4", | ||
"unplugin": "^1.14.1", | ||
"unplugin-vue-components": "^0.27.4", | ||
"vite": "^5.4.8", | ||
"sponsorkit": "^0.16.2", | ||
"three": "^0.171.0", | ||
"unocss": "^0.65.2", | ||
"unplugin": "^2.1.0", | ||
"unplugin-vue-components": "^0.28.0", | ||
"vite": "^6.0.5", | ||
"vite-plugin-banner": "^0.8.0", | ||
"vite-plugin-dts": "4.2.4", | ||
"vite-plugin-inspect": "^0.8.7", | ||
"vite-plugin-dts": "4.4.0", | ||
"vite-plugin-inspect": "^0.10.4", | ||
"vite-plugin-require-transform": "^1.0.21", | ||
"vite-svg-loader": "^5.1.0", | ||
"vitepress": "1.4.1", | ||
"vitest": "^2.1.2", | ||
"vue": "3.5.12", | ||
"vitepress": "1.5.0", | ||
"vitest": "2.1.8", | ||
"vue": "3.5.13", | ||
"vue-demi": "^0.14.10" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.