Skip to content

Commit 0132ea0

Browse files
committed
chore: update deps
1 parent fd9df35 commit 0132ea0

File tree

3 files changed

+2106
-5243
lines changed

3 files changed

+2106
-5243
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"test:watch": "vitest watch"
3333
},
3434
"dependencies": {
35-
"@nuxt/kit": "^3.12.2",
35+
"@nuxt/kit": "^3.12.4",
3636
"defu": "^6.1.4",
3737
"hookable": "^5.5.3",
3838
"ofetch": "^1.3.4",
@@ -41,20 +41,20 @@
4141
"uncrypto": "^0.1.3"
4242
},
4343
"devDependencies": {
44-
"@iconify-json/simple-icons": "^1.1.106",
44+
"@iconify-json/simple-icons": "^1.1.111",
4545
"@nuxt/devtools": "latest",
46-
"@nuxt/eslint-config": "^0.3.13",
47-
"@nuxt/module-builder": "^0.7.1",
48-
"@nuxt/schema": "^3.12.2",
49-
"@nuxt/test-utils": "^3.13.1",
50-
"@nuxt/ui": "^2.17.0",
51-
"@nuxt/ui-pro": "^1.3.0",
52-
"@types/node": "^20.14.4",
46+
"@nuxt/eslint-config": "^0.4.0",
47+
"@nuxt/module-builder": "^0.8.1",
48+
"@nuxt/schema": "^3.12.4",
49+
"@nuxt/test-utils": "^3.14.0",
50+
"@nuxt/ui": "^2.18.2",
51+
"@nuxt/ui-pro": "^1.3.1",
52+
"@types/node": "^22.0.0",
5353
"changelogen": "^0.5.5",
54-
"eslint": "^9.5.0",
55-
"nuxt": "^3.12.2",
56-
"typescript": "^5.4.5",
57-
"vitest": "^1.6.0",
58-
"vue-tsc": "^2.0.21"
54+
"eslint": "^9.8.0",
55+
"nuxt": "^3.12.4",
56+
"typescript": "^5.5.4",
57+
"vitest": "^2.0.4",
58+
"vue-tsc": "^2.0.29"
5959
}
6060
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^3.12.2",
11+
"nuxt": "^3.12.4",
1212
"nuxt-auth-utils": "latest"
1313
},
1414
"devDependencies": {

0 commit comments

Comments
 (0)