Skip to content

Commit 714ec57

Browse files
committed
chore: upgrade deps
1 parent ce996d1 commit 714ec57

File tree

2 files changed

+286
-163
lines changed

2 files changed

+286
-163
lines changed

package.json

Lines changed: 8 additions & 8 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.14.0",
75-
"@shikijs/transformers": "^1.22.2",
74+
"@nuxt/kit": "^3.14.159",
75+
"@shikijs/transformers": "^1.23.0",
7676
"@types/hast": "^3.0.4",
7777
"@types/mdast": "^4.0.4",
7878
"@vue/compiler-core": "^3.5.12",
@@ -84,7 +84,7 @@
8484
"github-slugger": "^2.0.0",
8585
"hast-util-to-string": "^3.0.1",
8686
"mdast-util-to-hast": "^13.2.0",
87-
"micromark-util-sanitize-uri": "^2.0.0",
87+
"micromark-util-sanitize-uri": "^2.0.1",
8888
"ohash": "^1.1.4",
8989
"parse5": "^7.2.1",
9090
"pathe": "^1.1.2",
@@ -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.2",
103+
"shiki": "^1.23.0",
104104
"ufo": "^1.5.4",
105105
"unified": "^11.0.5",
106106
"unist-builder": "^4.0.0",
@@ -111,24 +111,24 @@
111111
"@nuxt/devtools": "latest",
112112
"@nuxt/eslint-config": "^0.6.1",
113113
"@nuxt/module-builder": "^0.8.4",
114-
"@nuxt/schema": "^3.14.0",
114+
"@nuxt/schema": "^3.14.159",
115115
"@nuxt/test-utils": "^3.14.4",
116116
"@nuxt/ui": "^2.19.2",
117117
"@nuxtjs/mdc": "link:.",
118118
"@types/node": "^22.9.0",
119119
"changelogen": "^0.5.7",
120120
"eslint": "^9.14.0",
121-
"nuxt": "^3.14.0",
121+
"nuxt": "^3.14.159",
122122
"rehype": "^13.0.2",
123123
"release-it": "^17.10.0",
124124
"typescript": "^5.6.3",
125-
"vitest": "^2.1.4",
125+
"vitest": "^2.1.5",
126126
"vue-tsc": "^2.1.10"
127127
},
128128
"resolutions": {
129129
"@nuxtjs/mdc": "workspace:*"
130130
},
131-
"packageManager": "pnpm@9.12.3",
131+
"packageManager": "pnpm@9.13.2",
132132
"release-it": {
133133
"git": {
134134
"commitMessage": "chore(release): release v${version}"

0 commit comments

Comments
 (0)