Skip to content

Commit d3ebaa9

Browse files
committed
chore: upgrade deps
1 parent 2075e1b commit d3ebaa9

File tree

4 files changed

+335
-217
lines changed

4 files changed

+335
-217
lines changed

docs/package.json

Lines changed: 4 additions & 4 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.23",
7-
"@iconify-json/simple-icons": "^1.2.20",
6+
"@iconify-json/lucide": "^1.2.24",
7+
"@iconify-json/simple-icons": "^1.2.21",
88
"@iconify-json/vscode-icons": "^1.2.10",
99
"@nuxt/content": "latest",
1010
"@nuxt/image": "^1.9.0",
1111
"@nuxt/ui-pro": "3.0.0-alpha.11",
12-
"@nuxthub/core": "^0.8.11",
12+
"@nuxthub/core": "^0.8.13",
1313
"@nuxtjs/plausible": "^1.2.0",
1414
"@octokit/rest": "^21.1.0",
1515
"@vueuse/nuxt": "^12.4.0",
1616
"joi": "^17.13.3",
1717
"minisearch": "^7.1.1",
1818
"nuxt": "3.15.2",
19-
"nuxt-og-image": "^4.0.3",
19+
"nuxt-og-image": "^4.1.2",
2020
"prettier": "^3.4.2",
2121
"shiki-transformer-color-highlight": "^0.2.0",
2222
"ufo": "^1.5.4",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
},
5151
"dependencies": {
5252
"@nuxt/kit": "^3.15.2",
53-
"@nuxtjs/mdc": "^0.13.0",
54-
"@shikijs/langs": "^1.27.2",
55-
"@sqlite.org/sqlite-wasm": "3.48.0-build1",
56-
"better-sqlite3": "^11.8.0",
53+
"@nuxtjs/mdc": "^0.13.1",
54+
"@shikijs/langs": "^2.0.3",
55+
"@sqlite.org/sqlite-wasm": "3.48.0-build2",
56+
"better-sqlite3": "^11.8.1",
5757
"c12": "^2.0.1",
5858
"chokidar": "^4.0.3",
5959
"consola": "^3.4.0",
@@ -76,11 +76,11 @@
7676
"nuxt-component-meta": "^0.10.0",
7777
"ohash": "^1.1.4",
7878
"parse-git-config": "^3.0.0",
79-
"pathe": "^2.0.1",
79+
"pathe": "^2.0.2",
8080
"pkg-types": "^1.3.1",
8181
"remark-mdc": "latest",
8282
"scule": "^1.3.0",
83-
"shiki": "^1.27.2",
83+
"shiki": "^2.0.3",
8484
"slugify": "^1.6.6",
8585
"socket.io-client": "^4.8.1",
8686
"tar": "^7.4.3",
@@ -99,7 +99,7 @@
9999
"pg": "*"
100100
},
101101
"devDependencies": {
102-
"@cloudflare/workers-types": "^4.20250109.0",
102+
"@cloudflare/workers-types": "^4.20250121.0",
103103
"@nuxt/content": "link:.",
104104
"@nuxt/devtools": "^1.7.0",
105105
"@nuxt/eslint-config": "^0.7.5",
@@ -109,7 +109,7 @@
109109
"@nuxt/test-utils": "^3.15.4",
110110
"@release-it/conventional-changelog": "^10.0.0",
111111
"@types/better-sqlite3": "^7.6.12",
112-
"@types/bun": "^1.1.16",
112+
"@types/bun": "^1.1.18",
113113
"@types/micromatch": "^4.0.9",
114114
"@types/minimatch": "^5.1.2",
115115
"@types/node": "^22.10.7",
@@ -121,9 +121,9 @@
121121
"micromark-util-types": "^2.0.1",
122122
"nuxt": "^3.15.2",
123123
"release-it": "^18.1.1",
124-
"vitest": "^3.0.0",
124+
"vitest": "^3.0.3",
125125
"vue-tsc": "^2.2.0",
126-
"wrangler": "^3.103.0"
126+
"wrangler": "^3.103.2"
127127
},
128128
"resolutions": {
129129
"@nuxt/content": "workspace:*"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"remark-code-import": "latest",
1313
"@nuxt/content": "latest",
1414
"@nuxt/ui-pro": "3.0.0-alpha.11",
15-
"@nuxthub/core": "^0.8.11",
15+
"@nuxthub/core": "^0.8.13",
1616
"nuxt": "^3.15.2"
1717
}
1818
}

0 commit comments

Comments
 (0)