Skip to content

Commit 021208e

Browse files
committed
chore: bump deps
1 parent 1ec5ec3 commit 021208e

File tree

4 files changed

+438
-284
lines changed

4 files changed

+438
-284
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"generate": "nuxi generate"
1212
},
1313
"devDependencies": {
14-
"@iconify-json/carbon": "^1.2.6",
14+
"@iconify-json/carbon": "^1.2.7",
1515
"@nuxt/devtools-kit": "^2.0.0",
1616
"@nuxt/devtools-ui-kit": "^2.0.0",
1717
"@nuxt/kit": "^3.15.4",

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@iconify-json/heroicons": "^1.2.2",
1313
"@iconify-json/noto": "^1.2.2",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.23",
16-
"@nuxt/content": "^2.13.4",
15+
"@iconify-json/simple-icons": "^1.2.24",
16+
"@nuxt/content": "^3.1.1",
1717
"@nuxt/fonts": "^0.10.3",
1818
"@nuxt/image": "^1.9.0",
1919
"@nuxt/scripts": "workspace:*",

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.10.1",
5-
"packageManager": "pnpm@10.2.1",
5+
"packageManager": "pnpm@10.4.0",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -94,31 +94,31 @@
9494
"magic-string": "^0.30.17",
9595
"ofetch": "^1.4.1",
9696
"ohash": "^1.1.4",
97-
"pathe": "^2.0.2",
97+
"pathe": "^2.0.3",
9898
"pkg-types": "^1.3.1",
9999
"semver": "^7.7.1",
100100
"sirv": "^3.0.0",
101101
"std-env": "^3.8.0",
102102
"ufo": "^1.5.4",
103-
"unplugin": "^2.1.2",
103+
"unplugin": "^2.2.0",
104104
"unstorage": "^1.14.4",
105-
"valibot": "^1.0.0-beta.15"
105+
"valibot": "^1.0.0-rc.0"
106106
},
107107
"devDependencies": {
108108
"@nuxt/devtools-kit": "^2.0.0",
109109
"@nuxt/devtools-ui-kit": "^2.0.0",
110-
"@nuxt/eslint-config": "^1.0.0",
110+
"@nuxt/eslint-config": "^1.0.1",
111111
"@nuxt/module-builder": "^0.8.4",
112112
"@nuxt/test-utils": "3.15.4",
113113
"@types/semver": "^7.5.8",
114-
"@typescript-eslint/typescript-estree": "^8.23.0",
114+
"@typescript-eslint/typescript-estree": "^8.24.0",
115115
"@unhead/schema": "^1.11.18",
116116
"acorn-loose": "^8.4.0",
117-
"bumpp": "^10.0.2",
117+
"bumpp": "^10.0.3",
118118
"changelogen": "^0.5.7",
119119
"eslint": "9.19.0",
120120
"eslint-plugin-n": "^17.15.1",
121-
"happy-dom": "^17.0.0",
121+
"happy-dom": "^17.1.0",
122122
"knitwork": "^1.2.0",
123123
"nuxt": "catalog:",
124124
"playwright-core": "^1.50.1",

0 commit comments

Comments
 (0)