|
3 | 3 | "version": "1.0.0-rc.13", |
4 | 4 | "description": "Vite & Vue powered static site generator", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "[email protected].4", |
| 6 | + "packageManager": "[email protected].5", |
7 | 7 | "main": "dist/node/index.js", |
8 | 8 | "types": "types/index.d.ts", |
9 | 9 | "exports": { |
|
128 | 128 | "@types/cross-spawn": "^6.0.3", |
129 | 129 | "@types/debug": "^4.1.8", |
130 | 130 | "@types/escape-html": "^1.0.2", |
131 | | - "@types/fs-extra": "^11.0.1", |
| 131 | + "@types/fs-extra": "^11.0.2", |
132 | 132 | "@types/lodash.template": "^4.5.1", |
133 | 133 | "@types/mark.js": "^8.11.8", |
134 | 134 | "@types/markdown-it": "^13.0.1", |
|
137 | 137 | "@types/markdown-it-emoji": "^2.0.2", |
138 | 138 | "@types/micromatch": "^4.0.2", |
139 | 139 | "@types/minimist": "^1.2.2", |
140 | | - "@types/node": "^20.6.0", |
| 140 | + "@types/node": "^20.6.2", |
141 | 141 | "@types/postcss-prefix-selector": "^1.16.0", |
142 | 142 | "@types/prompts": "^2.4.4", |
143 | 143 | "@vitejs/plugin-vue": "^4.3.4", |
|
147 | 147 | "conventional-changelog-cli": "^4.1.0", |
148 | 148 | "cross-spawn": "^7.0.3", |
149 | 149 | "debug": "^4.3.4", |
150 | | - "esbuild": "^0.19.2", |
| 150 | + "esbuild": "^0.19.3", |
151 | 151 | "escape-html": "^1.0.3", |
152 | 152 | "execa": "^8.0.1", |
153 | 153 | "fast-glob": "^3.3.1", |
|
171 | 171 | "path-to-regexp": "^6.2.1", |
172 | 172 | "picocolors": "^1.0.0", |
173 | 173 | "pkg-dir": "^7.0.0", |
174 | | - "playwright-chromium": "^1.37.1", |
| 174 | + "playwright-chromium": "^1.38.0", |
175 | 175 | "polka": "1.0.0-next.22", |
176 | 176 | "postcss-prefix-selector": "^1.16.0", |
177 | 177 | "prettier": "^3.0.3", |
178 | 178 | "prompts": "^2.4.2", |
179 | 179 | "punycode": "^2.3.0", |
180 | 180 | "rimraf": "^5.0.1", |
181 | | - "rollup": "^3.29.1", |
182 | | - "rollup-plugin-dts": "^6.0.1", |
| 181 | + "rollup": "^3.29.2", |
| 182 | + "rollup-plugin-dts": "^6.0.2", |
183 | 183 | "rollup-plugin-esbuild": "^5.0.0", |
184 | 184 | "semver": "^7.5.4", |
185 | 185 | "shiki-processor": "^0.1.3", |
|
189 | 189 | "supports-color": "^9.4.0", |
190 | 190 | "typescript": "^5.2.2", |
191 | 191 | "vitest": "^0.34.4", |
192 | | - "vue-tsc": "^1.8.10", |
| 192 | + "vue-tsc": "^1.8.11", |
193 | 193 | "wait-on": "^7.0.1" |
194 | 194 | }, |
195 | 195 | "simple-git-hooks": { |
|
0 commit comments