Skip to content

Commit bc2eb1a

Browse files
committed
chore: upgrade deps
1 parent 04a8283 commit bc2eb1a

File tree

2 files changed

+550
-396
lines changed

2 files changed

+550
-396
lines changed

package.json

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@nuxt/kit": "^3.14.159",
44-
"@nuxtjs/mdc": "^0.9.2",
44+
"@nuxtjs/mdc": "^0.9.3",
4545
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
4646
"better-sqlite3": "^11.5.0",
4747
"c12": "^2.0.1",
@@ -55,17 +55,17 @@
5555
"listhen": "^1.9.0",
5656
"mdast-util-to-hast": "^13.2.0",
5757
"mdast-util-to-string": "^4.0.0",
58-
"micromark": "^4.0.0",
59-
"micromark-util-character": "^2.1.0",
60-
"micromark-util-chunked": "^2.0.0",
61-
"micromark-util-resolve-all": "^2.0.0",
62-
"micromark-util-sanitize-uri": "^2.0.0",
58+
"micromark": "^4.0.1",
59+
"micromark-util-character": "^2.1.1",
60+
"micromark-util-chunked": "^2.0.1",
61+
"micromark-util-resolve-all": "^2.0.1",
62+
"micromark-util-sanitize-uri": "^2.0.1",
6363
"micromatch": "^4.0.8",
6464
"ohash": "^1.1.4",
6565
"pathe": "^1.1.2",
6666
"remark-mdc": "latest",
6767
"scule": "^1.3.0",
68-
"shiki": "^1.22.2",
68+
"shiki": "^1.23.1",
6969
"slugify": "^1.6.6",
7070
"tar": "^7.4.3",
7171
"typescript": "^5.6.3",
@@ -83,10 +83,10 @@
8383
"pg": "*"
8484
},
8585
"devDependencies": {
86-
"@cloudflare/workers-types": "^4.20241106.0",
86+
"@cloudflare/workers-types": "^4.20241112.0",
8787
"@nuxt/content": "link:.",
8888
"@nuxt/devtools": "^1.6.0",
89-
"@nuxt/eslint-config": "^0.6.1",
89+
"@nuxt/eslint-config": "^0.7.1",
9090
"@nuxt/module-builder": "^0.8.4",
9191
"@nuxt/schema": "^3.14.159",
9292
"@nuxt/test-utils": "^3.14.4",
@@ -96,20 +96,18 @@
9696
"@types/pg": "^8.11.10",
9797
"@types/ws": "^8.5.13",
9898
"csvtojson": "^2.0.10",
99-
"eslint": "^9.14.0",
100-
"micromark-util-types": "^2.0.0",
99+
"eslint": "^9.15.0",
100+
"micromark-util-types": "^2.0.1",
101101
"nuxt": "^3.14.159",
102102
"release-it": "^17.10.0",
103-
"vitest": "^2.1.4",
103+
"vitest": "^2.1.5",
104104
"vue-tsc": "^2.1.10",
105-
"wrangler": "^3.85.0"
105+
"wrangler": "^3.87.0"
106106
},
107107
"resolutions": {
108-
"remark-mdc": "npm:remark-mdc-edge@latest",
109-
"@nuxtjs/mdc": "npm:@nuxtjs/mdc-edge@latest",
110108
"@nuxt/content": "workspace:*",
111109
"@nuxt/ui-pro": "https://pkg.pr.new/@nuxt/ui-pro@3623989",
112110
"vue": "^3.5.12"
113111
},
114-
"packageManager": "pnpm@9.12.3"
112+
"packageManager": "pnpm@9.13.2"
115113
}

0 commit comments

Comments
 (0)