Skip to content

Commit

Permalink
fix(deps): updated deps (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 8, 2024
1 parent 550e9ae commit e6f1e22
Show file tree
Hide file tree
Showing 5 changed files with 6,588 additions and 8,354 deletions.
6 changes: 3 additions & 3 deletions client/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default defineNuxtConfig({
'@nuxt/devtools-ui-kit',
'@unocss/nuxt',
'@nuxt/ui',
'nuxt-icon',
'@nuxt/icon',
],
nitro: {
output: {
publicDir: resolve(__dirname, '../dist/client'),
},
},
nuxtIcon: {
size: '30px', // default <Icon> size applied
icon: {
size: '24px', // default <Icon> size applied
class: 'icon', // default <Icon> class applied
aliases: {
mesh: 'carbon:cube',
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tresjs/nuxt",
"type": "module",
"version": "3.0.0",
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@9.1.4",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
"license": "MIT",
Expand Down Expand Up @@ -46,41 +46,41 @@
"three": ">=0.133"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.3.6",
"@nuxt/kit": "^3.12.2",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@nuxt/ui": "^2.17.0",
"@tresjs/core": "4.0.2",
"@tresjs/nuxt": "2.1.2",
"@types/three": "^0.165.0",
"@unocss/nuxt": "^0.61.0",
"@tresjs/core": "4.1.0",
"@tresjs/nuxt": "3.0.0",
"@types/three": "^0.166.0",
"@unocss/nuxt": "^0.61.3",
"defu": "^6.1.4",
"mlly": "^1.7.1",
"pkg-types": "^1.1.1",
"pkg-types": "^1.1.3",
"sirv": "^2.0.4",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"vite-plugin-glsl": "^1.3.0"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/iconoir": "^1.1.44",
"@iconify-json/ph": "^1.1.13",
"@nuxt/devtools-ui-kit": "^1.3.6",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.0",
"@nuxt/schema": "^3.12.2",
"@nuxt/icon": "^1.0.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/eslint-config": "^1.1.0",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"changelogen": "^0.5.5",
"eslint": "^9.5.0",
"nuxt": "^3.12.2",
"nuxt-icon": "^0.6.10",
"playwright": "^1.45.0",
"release-it": "^17.4.0",
"three": "^0.165.0",
"vitest": "^1.6.0"
"eslint": "^9.6.0",
"nuxt": "^3.12.3",
"playwright": "^1.45.1",
"release-it": "^17.4.1",
"three": "^0.166.1",
"vitest": "^2.0.1"
},
"build": {
"externals": [
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxt/devtools": "1.3.2",
"@nuxt/devtools": "1.3.9",
"@tresjs/cientos": "^3.9.0",
"@tresjs/post-processing": "^0.7.1",
"@types/three": "^0.165.0",
"nuxt": "^3.11.2",
"postprocessing": "^6.35.4",
"tweakpane": "^4.0.3"
"@types/three": "^0.166.0",
"nuxt": "^3.12.3",
"postprocessing": "^6.35.6",
"tweakpane": "^4.0.4"
}
}
Loading

0 comments on commit e6f1e22

Please sign in to comment.