Skip to content

Commit

Permalink
fix: useEnvironment issue in nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Aug 30, 2024
1 parent d681eeb commit dd0f3c4
Show file tree
Hide file tree
Showing 4 changed files with 1,519 additions and 1,986 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/kit": "^3.13.0",
"@nuxt/ui": "^2.18.4",
"@tresjs/core": "4.2.7",
"@tresjs/nuxt": "3.0.3",
"@tresjs/core": "4.2.8",
"@tresjs/nuxt": "3.0.4",
"@types/three": "^0.167.2",
"@unocss/nuxt": "^0.62.3",
"defu": "^6.1.4",
Expand All @@ -66,20 +66,20 @@
"@iconify-json/iconoir": "^1.1.46",
"@iconify-json/ph": "^1.1.14",
"@nuxt/devtools-ui-kit": "^1.4.1",
"@nuxt/eslint-config": "^0.5.3",
"@nuxt/eslint-config": "^0.5.4",
"@nuxt/icon": "^1.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "^3.14.1",
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/eslint-config": "^1.1.0",
"@tresjs/eslint-config": "^1.2.0",
"@types/node": "^22.5.1",
"changelogen": "^0.5.5",
"eslint": "^9.9.1",
"nuxt": "^3.13.0",
"playwright": "^1.46.1",
"release-it": "^17.6.0",
"three": "^0.167.1",
"three": "^0.168.0",
"vitest": "^2.0.5"
},
"build": {
Expand Down
13 changes: 8 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxt/devtools": "1.3.9",
"@tresjs/cientos": "^3.9.0",
"@nuxt/devtools": "1.4.1",
"@tresjs/cientos": "^4.0.1",
"@tresjs/post-processing": "^0.7.1",
"@types/three": "^0.166.0",
"nuxt": "^3.12.3",
"postprocessing": "^6.35.6",
"@types/three": "^0.167.2",
"nuxt": "^3.13.0",
"postprocessing": "^6.36.0",
"tweakpane": "^4.0.4"
},
"dependencies": {

Check failure on line 19 in playground/package.json

View workflow job for this annotation

GitHub Actions / Lint (20)

Expected object keys to be in specified order. 'dependencies' should be before 'devDependencies'
"@tresjs/core": "https://pkg.pr.new/@tresjs/core@807"
}
}
Loading

0 comments on commit dd0f3c4

Please sign in to comment.