Skip to content

Commit 93b949d

Browse files
committed
fix: avoid infinite loop with latest Nuxt
1 parent 97a3ad3 commit 93b949d

File tree

3 files changed

+1763
-207
lines changed

3 files changed

+1763
-207
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
"test:watch": "vitest watch"
3131
},
3232
"dependencies": {
33-
"@nuxt/kit": "^3.8.1",
33+
"@nuxt/kit": "^3.8.2",
3434
"defu": "^6.1.3",
3535
"ofetch": "^1.3.3",
3636
"ohash": "^1.1.3"
3737
},
3838
"devDependencies": {
39-
"@iconify-json/simple-icons": "^1.1.78",
39+
"@iconify-json/simple-icons": "^1.1.79",
4040
"@nuxt/devtools": "latest",
4141
"@nuxt/eslint-config": "^0.2.0",
4242
"@nuxt/module-builder": "^0.5.4",
43-
"@nuxt/schema": "^3.8.1",
43+
"@nuxt/schema": "^3.8.2",
4444
"@nuxt/test-utils": "^3.8.1",
4545
"@nuxt/ui": "^2.10.0",
4646
"@nuxt/ui-pro": "^0.4.2",
47-
"@types/node": "^20.9.0",
47+
"@types/node": "^20.9.3",
4848
"changelogen": "^0.5.5",
49-
"eslint": "^8.53.0",
50-
"nuxt": "^3.8.1",
51-
"typescript": "^5.2.2",
49+
"eslint": "^8.54.0",
50+
"nuxt": "^3.8.2",
51+
"typescript": "^5.3.2",
5252
"vitest": "^0.34.6",
5353
"vue-tsc": "^1.8.22"
5454
}

0 commit comments

Comments
 (0)