Skip to content

Commit

Permalink
fix: avoid infinite loop with latest Nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 21, 2023
1 parent 97a3ad3 commit 93b949d
Show file tree
Hide file tree
Showing 3 changed files with 1,763 additions and 207 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,25 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.8.1",
"@nuxt/kit": "^3.8.2",
"defu": "^6.1.3",
"ofetch": "^1.3.3",
"ohash": "^1.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.1.78",
"@iconify-json/simple-icons": "^1.1.79",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.1",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/ui": "^2.10.0",
"@nuxt/ui-pro": "^0.4.2",
"@types/node": "^20.9.0",
"@types/node": "^20.9.3",
"changelogen": "^0.5.5",
"eslint": "^8.53.0",
"nuxt": "^3.8.1",
"typescript": "^5.2.2",
"eslint": "^8.54.0",
"nuxt": "^3.8.2",
"typescript": "^5.3.2",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.22"
}
Expand Down
Loading

0 comments on commit 93b949d

Please sign in to comment.