Skip to content

Commit 706ff04

Browse files
committed
chore: upgrade deps
1 parent 23de20a commit 706ff04

File tree

2 files changed

+1578
-554
lines changed

2 files changed

+1578
-554
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"test:watch": "vitest watch"
7272
},
7373
"dependencies": {
74-
"@nuxt/kit": "^3.13.2",
75-
"@shikijs/transformers": "^1.22.0",
74+
"@nuxt/kit": "^3.14.0",
75+
"@shikijs/transformers": "^1.22.2",
7676
"@types/hast": "^3.0.4",
7777
"@types/mdast": "^4.0.4",
7878
"@vue/compiler-core": "^3.5.12",
@@ -86,7 +86,7 @@
8686
"mdast-util-to-hast": "^13.2.0",
8787
"micromark-util-sanitize-uri": "^2.0.0",
8888
"ohash": "^1.1.4",
89-
"parse5": "^7.2.0",
89+
"parse5": "^7.2.1",
9090
"pathe": "^1.1.2",
9191
"property-information": "^6.5.0",
9292
"rehype-external-links": "^3.0.0",
@@ -100,7 +100,7 @@
100100
"remark-parse": "^11.0.0",
101101
"remark-rehype": "^11.1.1",
102102
"scule": "^1.3.0",
103-
"shiki": "^1.22.0",
103+
"shiki": "^1.22.2",
104104
"ufo": "^1.5.4",
105105
"unified": "^11.0.5",
106106
"unist-builder": "^4.0.0",
@@ -109,23 +109,23 @@
109109
},
110110
"devDependencies": {
111111
"@nuxt/devtools": "latest",
112-
"@nuxt/eslint-config": "^0.6.0",
112+
"@nuxt/eslint-config": "^0.6.1",
113113
"@nuxt/module-builder": "^0.8.4",
114-
"@nuxt/schema": "^3.13.2",
115-
"@nuxt/test-utils": "^3.14.3",
116-
"@nuxt/ui": "^2.18.7",
114+
"@nuxt/schema": "^3.14.0",
115+
"@nuxt/test-utils": "^3.14.4",
116+
"@nuxt/ui": "^2.19.2",
117117
"@nuxtjs/mdc": "link:.",
118-
"@types/node": "^22.7.5",
118+
"@types/node": "^22.9.0",
119119
"changelogen": "^0.5.7",
120-
"eslint": "^9.12.0",
121-
"nuxt": "^3.13.2",
120+
"eslint": "^9.14.0",
121+
"nuxt": "^3.14.0",
122122
"rehype": "^13.0.2",
123-
"release-it": "^17.9.0",
123+
"release-it": "^17.10.0",
124124
"typescript": "^5.6.3",
125-
"vitest": "^2.1.3",
126-
"vue-tsc": "^2.1.6"
125+
"vitest": "^2.1.4",
126+
"vue-tsc": "^2.1.10"
127127
},
128-
"packageManager": "pnpm@9.12.1",
128+
"packageManager": "pnpm@9.12.3",
129129
"release-it": {
130130
"git": {
131131
"commitMessage": "chore(release): release v${version}"

0 commit comments

Comments
 (0)