Skip to content

Commit

Permalink
feat: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 20, 2024
1 parent 798f89f commit 813323c
Show file tree
Hide file tree
Showing 8 changed files with 2,944 additions and 10,939 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 <hola@alvarosaburido.dev> (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"
}
}
11 changes: 0 additions & 11 deletions playground/vue/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,18 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AkuAku: typeof import('./src/components/AkuAku.vue')['default']
AnimatedObjectUseUpdate: typeof import('./src/components/AnimatedObjectUseUpdate.vue')['default']
BlenderCube: typeof import('./src/components/BlenderCube.vue')['default']
Box: typeof import('./src/components/Box.vue')['default']
DirectiveSubComponent: typeof import('./src/components/DirectiveSubComponent.vue')['default']
DynamicModel: typeof import('./src/components/DynamicModel.vue')['default']
FBOCube: typeof import('./src/components/FBOCube.vue')['default']
GraphPane: typeof import('./src/components/GraphPane.vue')['default']
LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
Overlay: typeof import('./src/components/Overlay.vue')['default']
OverlayInfo: typeof import('./src/components/OverlayInfo.vue')['default']
PbrSphere: typeof import('./src/components/PbrSphere.vue')['default']
ProvideBridge: typeof import('./src/components/ProvideBridge.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TakeOverLoopExperience: typeof import('./src/components/TakeOverLoopExperience.vue')['default']
TestResult: typeof import('./src/components/TestResult.vue')['default']
Tests: typeof import('./src/components/Tests.vue')['default']
TestSphere: typeof import('./src/components/TestSphere.vue')['default']
Text3D: typeof import('./src/components/Text3D.vue')['default']
TheCameraOperator: typeof import('./src/components/TheCameraOperator.vue')['default']
TheExperience: typeof import('./src/components/TheExperience.vue')['default']
TheSphere: typeof import('./src/components/TheSphere.vue')['default']
UgglyBunny: typeof import('./src/components/UgglyBunny.vue')['default']
}
}
10 changes: 5 additions & 5 deletions playground/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"dependencies": {
"@tresjs/cientos": "4.0.3",
"@tresjs/core": "workspace:^",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tresjs/leches": "0.15.0-next.3",
"@tweakpane/plugin-essentials": "^0.2.0",
"unplugin-auto-import": "^0.18.3",
"vite-plugin-glsl": "^1.2.1",
"unplugin-auto-import": "^0.19.0",
"vite-plugin-glsl": "^1.3.1",
"vite-plugin-qrcode": "^0.2.3",
"vite-plugin-vue-devtools": "7.4.6",
"vue-tsc": "^2.1.6"
"vite-plugin-vue-devtools": "7.6.8",
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit 813323c

Please sign in to comment.