Skip to content

Commit 7c43689

Browse files
committed
chore: upgrade deps
1 parent 856f386 commit 7c43689

27 files changed

+4926
-2028
lines changed

docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"name": "@nuxt/content-docs",
44
"type": "module",
55
"dependencies": {
6-
"@iconify-json/lucide": "^1.2.38",
7-
"@iconify-json/simple-icons": "^1.2.33",
8-
"@iconify-json/vscode-icons": "^1.2.19",
6+
"@iconify-json/lucide": "^1.2.45",
7+
"@iconify-json/simple-icons": "^1.2.37",
8+
"@iconify-json/vscode-icons": "^1.2.22",
99
"@nuxt/content": "latest",
1010
"@nuxt/image": "^1.10.0",
11-
"@nuxt/ui-pro": "^3.0.2",
12-
"@nuxthub/core": "^0.8.25",
11+
"@nuxt/ui-pro": "^3.1.3",
12+
"@nuxthub/core": "^0.8.27",
1313
"@nuxtjs/plausible": "^1.2.0",
14-
"@octokit/rest": "^21.1.1",
15-
"@vueuse/nuxt": "^13.1.0",
14+
"@octokit/rest": "^22.0.0",
15+
"@vueuse/nuxt": "^13.3.0",
1616
"minisearch": "^7.1.2",
17-
"nuxt": "^3.16.2",
17+
"nuxt": "^3.17.4",
1818
"nuxt-llms": "^0.1.2",
19-
"nuxt-og-image": "^5.1.2",
19+
"nuxt-og-image": "^5.1.4",
2020
"prettier": "^3.5.3",
2121
"shiki-transformer-color-highlight": "^1.0.0",
2222
"ufo": "^1.6.1"

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content": "latest",
13-
"nuxt": "^3.16.2"
13+
"nuxt": "^3.17.4"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@nuxt/content": "latest",
14-
"nuxt": "^3.16.2"
14+
"nuxt": "^3.17.4"
1515
}
1616
}

examples/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content": "latest",
13-
"@nuxtjs/i18n": "^9.5.3",
14-
"@nuxt/ui-pro": "^3.0.2",
15-
"nuxt": "^3.16.2"
13+
"@nuxtjs/i18n": "^9.5.5",
14+
"@nuxt/ui-pro": "^3.1.3",
15+
"nuxt": "^3.17.4"
1616
}
1717
}

examples/ui-pro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@nuxt/content": "latest",
13-
"@nuxt/ui-pro": "^3.0.2",
14-
"nuxt": "^3.16.2"
13+
"@nuxt/ui-pro": "^3.1.3",
14+
"nuxt": "^3.17.4"
1515
}
1616
}

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
5555
},
5656
"dependencies": {
57-
"@nuxt/kit": "^3.16.2",
57+
"@nuxt/kit": "^3.17.4",
5858
"@nuxtjs/mdc": "0.17.0",
59-
"@shikijs/langs": "^3.3.0",
60-
"@sqlite.org/sqlite-wasm": "3.49.1-build4",
59+
"@shikijs/langs": "^3.4.2",
60+
"@sqlite.org/sqlite-wasm": "3.49.2-build1",
6161
"@webcontainer/env": "^1.1.1",
62-
"c12": "^3.0.3",
62+
"c12": "^3.0.4",
6363
"chokidar": "^4.0.3",
6464
"consola": "^3.4.2",
6565
"db0": "^0.3.2",
@@ -86,17 +86,17 @@
8686
"pkg-types": "^2.1.0",
8787
"remark-mdc": "^3.6.0",
8888
"scule": "^1.3.0",
89-
"shiki": "^3.3.0",
89+
"shiki": "^3.4.2",
9090
"slugify": "^1.6.6",
9191
"socket.io-client": "^4.8.1",
9292
"tar": "^7.4.3",
93-
"tinyglobby": "^0.2.13",
93+
"tinyglobby": "^0.2.14",
9494
"ufo": "^1.6.1",
9595
"unified": "^11.0.5",
9696
"unist-util-stringify-position": "^4.0.0",
9797
"unist-util-visit": "^5.0.0",
98-
"ws": "^8.18.1",
99-
"zod": "^3.24.3",
98+
"ws": "^8.18.2",
99+
"zod": "^3.25.48",
100100
"zod-to-json-schema": "^3.24.5",
101101
"zod-to-ts": "^1.2.0"
102102
},
@@ -121,37 +121,37 @@
121121
}
122122
},
123123
"devDependencies": {
124-
"@cloudflare/workers-types": "^4.20250423.0",
124+
"@cloudflare/workers-types": "^4.20250601.0",
125125
"@nuxt/content": "link:.",
126-
"@nuxt/devtools": "^2.4.0",
127-
"@nuxt/eslint-config": "^1.3.0",
128-
"@nuxt/kit": "^3.16.2",
126+
"@nuxt/devtools": "^2.4.1",
127+
"@nuxt/eslint-config": "^1.4.1",
128+
"@nuxt/kit": "^3.17.4",
129129
"@nuxt/module-builder": "^1.0.1",
130-
"@nuxt/schema": "^3.16.2",
130+
"@nuxt/schema": "^3.17.4",
131131
"@nuxt/test-utils": "^3.17.2",
132132
"@release-it/conventional-changelog": "^10.0.1",
133133
"@types/better-sqlite3": "^7.6.13",
134-
"@types/bun": "^1.2.10",
134+
"@types/bun": "^1.2.15",
135135
"@types/micromatch": "^4.0.9",
136136
"@types/minimatch": "^5.1.2",
137-
"@types/node": "^22.14.1",
138-
"@types/pg": "^8.11.13",
137+
"@types/node": "^22.15.29",
138+
"@types/pg": "^8.15.4",
139139
"@types/ws": "^8.18.1",
140140
"csvtojson": "^2.0.10",
141-
"eslint": "^9.25.1",
141+
"eslint": "^9.28.0",
142142
"mdclint": "^0.0.3",
143143
"micromark-util-types": "^2.0.2",
144-
"nuxt": "^3.16.2",
145-
"release-it": "^19.0.1",
144+
"nuxt": "^3.17.4",
145+
"release-it": "^19.0.3",
146146
"typescript": "5.8.3",
147147
"vitest": "^3.1.2",
148-
"vue-tsc": "^2.2.8",
149-
"wrangler": "^4.13.0"
148+
"vue-tsc": "^2.2.10",
149+
"wrangler": "^4.18.0"
150150
},
151151
"resolutions": {
152152
"@nuxt/content": "workspace:*"
153153
},
154-
"packageManager": "pnpm@10.9.0",
154+
"packageManager": "pnpm@10.11.1",
155155
"unbuild": {
156156
"entries": [
157157
"./src/module",

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"devDependencies": {
1212
"@nuxt/content": "latest",
13-
"@nuxt/ui-pro": "^3.0.2",
14-
"@nuxthub/core": "^0.8.25",
15-
"nuxt": "^3.16.2",
13+
"@nuxt/ui-pro": "^3.1.3",
14+
"@nuxthub/core": "^0.8.27",
15+
"nuxt": "^3.17.4",
1616
"remark-code-import": "^1.2.0",
1717
"shiki-transformer-color-highlight": "^1.0.0"
1818
}

0 commit comments

Comments
 (0)