Skip to content

Commit b3de9fc

Browse files
committed
chore: upgrade deps
1 parent 595fe77 commit b3de9fc

3 files changed

Lines changed: 3326 additions & 1616 deletions

File tree

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@
6868
"verify": "npm run dev:prepare && npm run lint && npm run test && npm run typecheck"
6969
},
7070
"dependencies": {
71-
"@nuxt/kit": "^4.4.2",
71+
"@nuxt/kit": "^4.4.5",
7272
"@shikijs/core": "^4.0.2",
7373
"@shikijs/engine-javascript": "^4.0.2",
7474
"@shikijs/langs": "^4.0.2",
7575
"@shikijs/themes": "^4.0.2",
7676
"@shikijs/transformers": "^4.0.2",
7777
"@types/hast": "^3.0.4",
7878
"@types/mdast": "^4.0.4",
79-
"@vue/compiler-core": "^3.5.31",
79+
"@vue/compiler-core": "^3.5.34",
8080
"consola": "^3.4.2",
8181
"debug": "^4.4.3",
82-
"defu": "^6.1.4",
82+
"defu": "^6.1.7",
8383
"destr": "^2.0.5",
8484
"detab": "^3.0.2",
8585
"github-slugger": "^2.0.0",
@@ -88,7 +88,7 @@
8888
"hast-util-to-string": "^3.0.1",
8989
"mdast-util-to-hast": "^13.2.1",
9090
"micromark-util-sanitize-uri": "^2.0.1",
91-
"parse5": "^8.0.0",
91+
"parse5": "^8.0.1",
9292
"pathe": "^2.0.3",
9393
"property-information": "^7.1.0",
9494
"rehype-external-links": "^3.0.0",
@@ -100,13 +100,13 @@
100100
"rehype-sort-attributes": "^5.0.1",
101101
"remark-emoji": "^5.0.2",
102102
"remark-gfm": "^4.0.1",
103-
"remark-mdc": "^3.10.0",
103+
"remark-mdc": "^3.11.0",
104104
"remark-parse": "^11.0.0",
105105
"remark-rehype": "^11.1.2",
106106
"remark-stringify": "^11.0.0",
107107
"scule": "^1.3.0",
108108
"shiki": "^4.0.2",
109-
"ufo": "^1.6.3",
109+
"ufo": "^1.6.4",
110110
"unified": "^11.0.5",
111111
"unist-builder": "^4.0.0",
112112
"unist-util-visit": "^5.1.0",
@@ -117,18 +117,18 @@
117117
"@nuxt/devtools": "^3.2.4",
118118
"@nuxt/eslint-config": "^1.15.2",
119119
"@nuxt/module-builder": "^1.0.2",
120-
"@nuxt/schema": "^4.4.2",
121-
"@nuxt/test-utils": "^4.0.0",
122-
"@nuxt/ui": "^4.6.0",
120+
"@nuxt/schema": "^4.4.5",
121+
"@nuxt/test-utils": "^4.0.3",
122+
"@nuxt/ui": "^4.7.1",
123123
"@nuxtjs/mdc": "link:.",
124-
"@types/node": "^25.5.0",
125-
"eslint": "^10.1.0",
126-
"nuxt": "^4.4.2",
124+
"@types/node": "^25.7.0",
125+
"eslint": "^10.3.0",
126+
"nuxt": "^4.4.5",
127127
"rehype": "^13.0.2",
128128
"release-it": "^19.2.4",
129-
"typescript": "6.0.2",
130-
"vitest": "^4.1.2",
131-
"vue-tsc": "^3.2.6"
129+
"typescript": "6.0.3",
130+
"vitest": "^4.1.6",
131+
"vue-tsc": "^3.2.8"
132132
},
133133
"resolutions": {
134134
"mkdist": "2.3.0"

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"generate": "nuxi generate"
99
},
1010
"devDependencies": {
11-
"@iconify-json/lucide": "^1.2.101",
11+
"@iconify-json/lucide": "^1.2.107",
1212
"@monaco-editor/loader": "^1.7.0",
1313
"@nuxtjs/mdc": "workspace:*",
1414
"@nuxtlabs/monarch-mdc": "^0.9.0",
15-
"nuxt": "^4.4.2"
15+
"nuxt": "^4.4.5"
1616
}
1717
}

0 commit comments

Comments
 (0)