Skip to content

Commit 7549f53

Browse files
authored
chore: upgrade deps (#3256)
1 parent e3e360f commit 7549f53

File tree

5 files changed

+171
-153
lines changed

5 files changed

+171
-153
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"name": "@nuxt/content-docs",
44
"type": "module",
55
"dependencies": {
6-
"@iconify-json/lucide": "^1.2.30",
7-
"@iconify-json/simple-icons": "^1.2.28",
6+
"@iconify-json/lucide": "^1.2.31",
7+
"@iconify-json/simple-icons": "^1.2.29",
88
"@iconify-json/vscode-icons": "^1.2.16",
99
"@nuxt/content": "latest",
1010
"@nuxt/image": "^1.9.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@shikijs/langs": "^3.2.1",
5656
"@sqlite.org/sqlite-wasm": "3.49.1-build2",
5757
"@webcontainer/env": "^1.1.1",
58-
"better-sqlite3": "^11.9.0",
59-
"c12": "^2.0.4",
58+
"better-sqlite3": "^11.9.1",
59+
"c12": "^3.0.2",
6060
"chokidar": "^4.0.3",
61-
"consola": "^3.4.1",
61+
"consola": "^3.4.2",
6262
"db0": "^0.3.1",
6363
"defu": "^6.1.4",
6464
"destr": "^2.0.3",
@@ -77,7 +77,7 @@
7777
"micromatch": "^4.0.8",
7878
"minimatch": "^10.0.1",
7979
"nuxt-component-meta": "^0.10.0",
80-
"ohash": "^1.1.4",
80+
"ohash": "^2.0.11",
8181
"pathe": "^2.0.3",
8282
"pkg-types": "^2.1.0",
8383
"remark-mdc": "^3.5.3",
@@ -112,7 +112,7 @@
112112
}
113113
},
114114
"devDependencies": {
115-
"@cloudflare/workers-types": "^4.20250313.0",
115+
"@cloudflare/workers-types": "^4.20250317.0",
116116
"@nuxt/content": "link:.",
117117
"@nuxt/devtools": "^2.3.0",
118118
"@nuxt/eslint-config": "^1.2.0",
@@ -137,12 +137,12 @@
137137
"typescript": "5.8.2",
138138
"vitest": "^3.0.9",
139139
"vue-tsc": "^2.2.8",
140-
"wrangler": "^4.0.0"
140+
"wrangler": "^4.1.0"
141141
},
142142
"resolutions": {
143143
"@nuxt/content": "workspace:*"
144144
},
145-
"packageManager": "pnpm@9.15.6",
145+
"packageManager": "pnpm@10.6.4",
146146
"unbuild": {
147147
"entries": [
148148
"./src/module",

0 commit comments

Comments
 (0)