Skip to content

Commit 4e00987

Browse files
committed
chore: bump deps
1 parent 45fd298 commit 4e00987

File tree

5 files changed

+1255
-794
lines changed

5 files changed

+1255
-794
lines changed

client/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/carbon": "^1.2.8",
15-
"@nuxt/devtools-kit": "^2.3.0",
16-
"@nuxt/devtools-ui-kit": "^2.3.0",
17-
"@nuxt/kit": "^3.16.0",
18-
"nuxt": "^3.16.0",
15+
"@nuxt/devtools-kit": "^2.3.1",
16+
"@nuxt/devtools-ui-kit": "^2.3.1",
17+
"@nuxt/kit": "^3.16.1",
18+
"nuxt": "^3.16.1",
1919
"vue": "^3.5.13",
2020
"vue-router": "latest"
2121
}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@nuxt/scripts": "workspace:*",
2020
"@nuxt/ui-pro": "^1.7.1",
2121
"@nuxthq/studio": "^2.2.1",
22-
"@nuxtjs/seo": "^3.0.0-beta.3",
22+
"@nuxtjs/seo": "^3.0.0",
2323
"@vueuse/core": "^13.0.0",
2424
"@vueuse/nuxt": "^13.0.0",
2525
"nuxt-content-twoslash": "^0.1.2",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.2",
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].5",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -91,7 +91,7 @@
9191
"dependencies": {
9292
"@nuxt/kit": "catalog:",
9393
"@vueuse/core": "^13.0.0",
94-
"consola": "^3.4.0",
94+
"consola": "^3.4.2",
9595
"defu": "^6.1.4",
9696
"h3": "^1.15.1",
9797
"magic-string": "^0.30.17",
@@ -102,31 +102,31 @@
102102
"sirv": "^3.0.1",
103103
"std-env": "^3.8.1",
104104
"ufo": "^1.5.4",
105-
"unplugin": "^2.2.0",
105+
"unplugin": "^2.2.2",
106106
"unstorage": "^1.15.0",
107-
"valibot": "^1.0.0-rc.4"
107+
"valibot": "^1.0.0"
108108
},
109109
"devDependencies": {
110-
"@nuxt/devtools-kit": "^2.3.0",
111-
"@nuxt/devtools-ui-kit": "^2.3.0",
110+
"@nuxt/devtools-kit": "^2.3.1",
111+
"@nuxt/devtools-ui-kit": "^2.3.1",
112112
"@nuxt/eslint-config": "^1.2.0",
113113
"@nuxt/module-builder": "^0.8.4",
114114
"@nuxt/scripts": "workspace:*",
115-
"@nuxt/test-utils": "3.17.1",
115+
"@nuxt/test-utils": "3.17.2",
116116
"@types/semver": "^7.5.8",
117-
"@typescript-eslint/typescript-estree": "^8.26.1",
117+
"@typescript-eslint/typescript-estree": "^8.28.0",
118118
"acorn-loose": "^8.4.0",
119119
"bumpp": "^10.1.0",
120120
"changelogen": "^0.6.1",
121-
"eslint": "9.21.0",
121+
"eslint": "9.23.0",
122122
"eslint-plugin-n": "^17.16.2",
123123
"happy-dom": "^17.4.4",
124124
"knitwork": "^1.2.0",
125125
"nuxt": "catalog:",
126-
"playwright-core": "^1.51.0",
126+
"playwright-core": "^1.51.1",
127127
"shiki": "2.5.0",
128128
"typescript": "5.8.2",
129-
"vitest": "^3.0.8",
129+
"vitest": "^3.0.9",
130130
"vue": "^3.5.13",
131131
"vue-router": "^4.5.0",
132132
"vue-tsc": "^2.2.8"

0 commit comments

Comments
 (0)