|
71 | 71 | "test:watch": "vitest watch"
|
72 | 72 | },
|
73 | 73 | "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", |
76 | 76 | "@types/hast": "^3.0.4",
|
77 | 77 | "@types/mdast": "^4.0.4",
|
78 | 78 | "@vue/compiler-core": "^3.5.12",
|
|
84 | 84 | "github-slugger": "^2.0.0",
|
85 | 85 | "hast-util-to-string": "^3.0.1",
|
86 | 86 | "mdast-util-to-hast": "^13.2.0",
|
87 |
| - "micromark-util-sanitize-uri": "^2.0.0", |
| 87 | + "micromark-util-sanitize-uri": "^2.0.1", |
88 | 88 | "ohash": "^1.1.4",
|
89 | 89 | "parse5": "^7.2.1",
|
90 | 90 | "pathe": "^1.1.2",
|
|
100 | 100 | "remark-parse": "^11.0.0",
|
101 | 101 | "remark-rehype": "^11.1.1",
|
102 | 102 | "scule": "^1.3.0",
|
103 |
| - "shiki": "^1.22.2", |
| 103 | + "shiki": "^1.23.0", |
104 | 104 | "ufo": "^1.5.4",
|
105 | 105 | "unified": "^11.0.5",
|
106 | 106 | "unist-builder": "^4.0.0",
|
|
111 | 111 | "@nuxt/devtools": "latest",
|
112 | 112 | "@nuxt/eslint-config": "^0.6.1",
|
113 | 113 | "@nuxt/module-builder": "^0.8.4",
|
114 |
| - "@nuxt/schema": "^3.14.0", |
| 114 | + "@nuxt/schema": "^3.14.159", |
115 | 115 | "@nuxt/test-utils": "^3.14.4",
|
116 | 116 | "@nuxt/ui": "^2.19.2",
|
117 | 117 | "@nuxtjs/mdc": "link:.",
|
118 | 118 | "@types/node": "^22.9.0",
|
119 | 119 | "changelogen": "^0.5.7",
|
120 | 120 | "eslint": "^9.14.0",
|
121 |
| - "nuxt": "^3.14.0", |
| 121 | + "nuxt": "^3.14.159", |
122 | 122 | "rehype": "^13.0.2",
|
123 | 123 | "release-it": "^17.10.0",
|
124 | 124 | "typescript": "^5.6.3",
|
125 |
| - "vitest": "^2.1.4", |
| 125 | + "vitest": "^2.1.5", |
126 | 126 | "vue-tsc": "^2.1.10"
|
127 | 127 | },
|
128 | 128 | "resolutions": {
|
129 | 129 | "@nuxtjs/mdc": "workspace:*"
|
130 | 130 | },
|
131 |
| - "packageManager": "pnpm@9.12.3", |
| 131 | + "packageManager": "pnpm@9.13.2", |
132 | 132 | "release-it": {
|
133 | 133 | "git": {
|
134 | 134 | "commitMessage": "chore(release): release v${version}"
|
|
0 commit comments