Skip to content

Commit a900f22

Browse files
committed
chore: upgrade deps
1 parent 7f9ae30 commit a900f22

File tree

2 files changed

+278
-140
lines changed

2 files changed

+278
-140
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
4242
},
4343
"dependencies": {
44-
"@nuxt/kit": "^3.14.159",
45-
"@nuxtjs/mdc": "npm:@nuxtjs/mdc-edge@latest",
44+
"@nuxt/kit": "^3.14.1592",
45+
"@nuxtjs/mdc": "^0.9.5",
4646
"@sqlite.org/sqlite-wasm": "3.47.0-build1",
4747
"better-sqlite3": "^11.5.0",
4848
"c12": "^2.0.1",
@@ -56,17 +56,17 @@
5656
"listhen": "^1.9.0",
5757
"mdast-util-to-hast": "^13.2.0",
5858
"mdast-util-to-string": "^4.0.0",
59-
"micromark": "^4.0.0",
60-
"micromark-util-character": "^2.1.0",
61-
"micromark-util-chunked": "^2.0.0",
62-
"micromark-util-resolve-all": "^2.0.0",
63-
"micromark-util-sanitize-uri": "^2.0.0",
59+
"micromark": "^4.0.1",
60+
"micromark-util-character": "^2.1.1",
61+
"micromark-util-chunked": "^2.0.1",
62+
"micromark-util-resolve-all": "^2.0.1",
63+
"micromark-util-sanitize-uri": "^2.0.1",
6464
"micromatch": "^4.0.8",
6565
"ohash": "^1.1.4",
6666
"pathe": "^1.1.2",
6767
"remark-mdc": "latest",
6868
"scule": "^1.3.0",
69-
"shiki": "^1.22.2",
69+
"shiki": "^1.23.1",
7070
"slugify": "^1.6.6",
7171
"tar": "^7.4.3",
7272
"typescript": "^5.6.3",
@@ -84,30 +84,30 @@
8484
"pg": "*"
8585
},
8686
"devDependencies": {
87-
"@cloudflare/workers-types": "^4.20241106.0",
87+
"@cloudflare/workers-types": "^4.20241112.0",
8888
"@nuxt/content": "link:.",
89-
"@nuxt/devtools": "^1.6.0",
90-
"@nuxt/eslint-config": "^0.6.1",
89+
"@nuxt/devtools": "^1.6.1",
90+
"@nuxt/eslint-config": "^0.7.1",
9191
"@nuxt/module-builder": "^0.8.4",
92-
"@nuxt/schema": "^3.14.159",
92+
"@nuxt/schema": "^3.14.1592",
9393
"@nuxt/test-utils": "^3.14.4",
94-
"@types/better-sqlite3": "^7.6.11",
94+
"@types/better-sqlite3": "^7.6.12",
9595
"@types/micromatch": "^4.0.9",
96-
"@types/node": "^22.9.0",
96+
"@types/node": "^22.9.1",
9797
"@types/pg": "^8.11.10",
9898
"@types/ws": "^8.5.13",
9999
"csvtojson": "^2.0.10",
100-
"eslint": "^9.14.0",
101-
"micromark-util-types": "^2.0.0",
102-
"nuxt": "^3.14.159",
100+
"eslint": "^9.15.0",
101+
"micromark-util-types": "^2.0.1",
102+
"nuxt": "^3.14.1592",
103103
"release-it": "^17.10.0",
104-
"vitest": "^2.1.4",
104+
"vitest": "^2.1.5",
105105
"vue-tsc": "^2.1.10",
106-
"wrangler": "^3.85.0"
106+
"wrangler": "^3.88.0"
107107
},
108108
"resolutions": {
109109
"@nuxt/content": "workspace:*",
110110
"vue": "^3.5.12"
111111
},
112-
"packageManager": "pnpm@9.12.3"
112+
"packageManager": "pnpm@9.14.2"
113113
}

0 commit comments

Comments
 (0)