|
93 | 93 | "@docsearch/js": "^3.5.1",
|
94 | 94 | "@vitejs/plugin-vue": "^4.2.3",
|
95 | 95 | "@vue/devtools-api": "^6.5.0",
|
96 |
| - "@vueuse/core": "^10.2.0", |
97 |
| - "@vueuse/integrations": "^10.2.0", |
| 96 | + "@vueuse/core": "^10.2.1", |
| 97 | + "@vueuse/integrations": "^10.2.1", |
98 | 98 | "body-scroll-lock": "4.0.0-beta.0",
|
99 | 99 | "focus-trap": "^7.4.3",
|
100 | 100 | "mark.js": "8.11.1",
|
101 | 101 | "minisearch": "^6.1.0",
|
102 | 102 | "shiki": "^0.14.3",
|
103 |
| - "vite": "4.4.0-beta.2", |
| 103 | + "vite": "4.4.0-beta.3", |
104 | 104 | "vue": "^3.3.4"
|
105 | 105 | },
|
106 | 106 | "devDependencies": {
|
|
130 | 130 | "@types/markdown-it-emoji": "^2.0.2",
|
131 | 131 | "@types/micromatch": "^4.0.2",
|
132 | 132 | "@types/minimist": "^1.2.2",
|
133 |
| - "@types/node": "^20.3.2", |
| 133 | + "@types/node": "^20.3.3", |
134 | 134 | "@types/prompts": "^2.4.4",
|
135 | 135 | "chokidar": "^3.5.3",
|
136 | 136 | "compression": "^1.7.4",
|
137 | 137 | "conventional-changelog-cli": "^2",
|
138 | 138 | "cross-spawn": "^7.0.3",
|
139 | 139 | "debug": "^4.3.4",
|
140 |
| - "esbuild": "^0.18.10", |
| 140 | + "esbuild": "^0.18.11", |
141 | 141 | "escape-html": "^1.0.3",
|
142 | 142 | "execa": "^7.1.1",
|
143 |
| - "fast-glob": "^3.2.12", |
| 143 | + "fast-glob": "^3.3.0", |
144 | 144 | "fs-extra": "^11.1.1",
|
145 | 145 | "get-port": "^7.0.0",
|
146 | 146 | "gray-matter": "^4.0.3",
|
147 |
| - "lint-staged": "^13.2.2", |
| 147 | + "lint-staged": "^13.2.3", |
148 | 148 | "lodash.template": "^4.5.0",
|
149 | 149 | "lru-cache": "^10.0.0",
|
150 | 150 | "markdown-it": "^13.0.1",
|
|
166 | 166 | "prompts": "^2.4.2",
|
167 | 167 | "punycode": "^2.3.0",
|
168 | 168 | "rimraf": "^5.0.1",
|
169 |
| - "rollup": "^3.25.3", |
| 169 | + "rollup": "^3.26.0", |
170 | 170 | "rollup-plugin-dts": "^5.3.0",
|
171 | 171 | "rollup-plugin-esbuild": "^5.0.0",
|
172 | 172 | "semver": "^7.5.3",
|
173 | 173 | "shiki-processor": "^0.1.3",
|
174 | 174 | "simple-git-hooks": "^2.8.1",
|
175 | 175 | "sirv": "^2.0.3",
|
176 |
| - "supports-color": "^9.3.1", |
177 |
| - "typescript": "^5.1.3", |
| 176 | + "supports-color": "^9.4.0", |
| 177 | + "typescript": "^5.1.6", |
178 | 178 | "vitest": "^0.32.2",
|
179 |
| - "vue-tsc": "^1.8.2", |
| 179 | + "vue-tsc": "^1.8.3", |
180 | 180 | "wait-on": "^7.0.1"
|
181 | 181 | },
|
182 | 182 | "simple-git-hooks": {
|
|
0 commit comments