Skip to content

Commit a7bd06b

Browse files
committed
chore: up deps
1 parent 4b67d6c commit a7bd06b

File tree

3 files changed

+745
-623
lines changed

3 files changed

+745
-623
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030
"test:watch": "vitest watch"
3131
},
3232
"dependencies": {
33-
"@nuxt/kit": "^3.9.0",
34-
"defu": "^6.1.3",
33+
"@nuxt/kit": "^3.9.3",
34+
"defu": "^6.1.4",
3535
"hookable": "^5.5.3",
3636
"ofetch": "^1.3.3",
3737
"ohash": "^1.1.3"
3838
},
3939
"devDependencies": {
40-
"@iconify-json/simple-icons": "^1.1.86",
40+
"@iconify-json/simple-icons": "^1.1.90",
4141
"@nuxt/devtools": "latest",
4242
"@nuxt/eslint-config": "^0.2.0",
4343
"@nuxt/module-builder": "^0.5.5",
44-
"@nuxt/schema": "^3.9.0",
45-
"@nuxt/test-utils": "^3.9.0",
46-
"@nuxt/ui": "^2.11.1",
47-
"@nuxt/ui-pro": "^0.6.1",
48-
"@types/node": "^20.10.6",
44+
"@nuxt/schema": "^3.9.3",
45+
"@nuxt/test-utils": "^3.11.0",
46+
"@nuxt/ui": "^2.12.3",
47+
"@nuxt/ui-pro": "^0.7.3",
48+
"@types/node": "^20.11.10",
4949
"changelogen": "^0.5.5",
5050
"eslint": "^8.56.0",
51-
"nuxt": "^3.9.0",
51+
"nuxt": "^3.9.3",
5252
"typescript": "^5.3.3",
53-
"vitest": "^1.1.3",
53+
"vitest": "^1.2.2",
5454
"vue-tsc": "^1.8.27"
5555
}
5656
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"generate": "nuxi generate"
99
},
1010
"dependencies": {
11-
"nuxt": "^3.9.0",
11+
"nuxt": "^3.9.3",
1212
"nuxt-auth-utils": "latest",
13-
"vue": "^3.4.5"
13+
"vue": "^3.4.15"
1414
}
1515
}

0 commit comments

Comments
 (0)