Skip to content

Commit

Permalink
feat: update deps 20 12 24 (#887)
Browse files Browse the repository at this point in the history
* chore: remove nuxt playground due deps instalation hanging

* feat: update deps

* chore: remove temporarely the inspect plugin
  • Loading branch information
alvarosabu authored Dec 20, 2024
1 parent e16ea32 commit d377750
Show file tree
Hide file tree
Showing 33 changed files with 2,944 additions and 11,273 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@tresjs/core": "workspace:^",
"tweakpane": "^4.0.4"
"tweakpane": "^4.0.5"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"unocss": "^0.63.4",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/mdi": "^1.2.2",
"unocss": "^0.65.2",
"vite-svg-loader": "^5.1.0",
"vitepress-plugin-group-icons": "^1.3.1"
"vitepress-plugin-group-icons": "^1.3.2"
}
}
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
2 changes: 0 additions & 2 deletions playground/nuxt/.github/FUNDING.yml

This file was deleted.

27 changes: 0 additions & 27 deletions playground/nuxt/.github/workflows/actions/pnpm/action.yml

This file was deleted.

17 changes: 0 additions & 17 deletions playground/nuxt/.github/workflows/lint-pr.yml

This file was deleted.

23 changes: 0 additions & 23 deletions playground/nuxt/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions playground/nuxt/.npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions playground/nuxt/.stackblitzrc

This file was deleted.

21 changes: 0 additions & 21 deletions playground/nuxt/LICENSE

This file was deleted.

67 changes: 0 additions & 67 deletions playground/nuxt/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions playground/nuxt/app.vue

This file was deleted.

41 changes: 0 additions & 41 deletions playground/nuxt/components/EnvironmentLocal.vue

This file was deleted.

19 changes: 0 additions & 19 deletions playground/nuxt/components/TheExperience.vue

This file was deleted.

21 changes: 0 additions & 21 deletions playground/nuxt/nuxt.config.ts

This file was deleted.

Loading

0 comments on commit d377750

Please sign in to comment.