|
3 | 3 | "version": "1.0.0-beta.7",
|
4 | 4 | "description": "Vite & Vue powered static site generator",
|
5 | 5 | "type": "module",
|
6 |
| - "packageManager": "[email protected].11", |
| 6 | + "packageManager": "[email protected].12", |
7 | 7 | "main": "dist/node/index.js",
|
8 | 8 | "types": "types/index.d.ts",
|
9 | 9 | "exports": {
|
|
101 | 101 | "mark.js": "8.11.1",
|
102 | 102 | "minisearch": "^6.1.0",
|
103 | 103 | "shiki": "^0.14.3",
|
104 |
| - "vite": "^4.4.8", |
| 104 | + "vite": "^4.4.9", |
105 | 105 | "vue": "^3.3.4"
|
106 | 106 | },
|
107 | 107 | "devDependencies": {
|
|
125 | 125 | "@types/escape-html": "^1.0.2",
|
126 | 126 | "@types/fs-extra": "^11.0.1",
|
127 | 127 | "@types/mark.js": "^8.11.8",
|
128 |
| - "@types/markdown-it": "^12.2.3", |
| 128 | + "@types/markdown-it": "^13.0.0", |
129 | 129 | "@types/markdown-it-attrs": "^4.1.0",
|
130 | 130 | "@types/markdown-it-container": "^2.0.6",
|
131 | 131 | "@types/markdown-it-emoji": "^2.0.2",
|
132 | 132 | "@types/micromatch": "^4.0.2",
|
133 | 133 | "@types/minimist": "^1.2.2",
|
134 |
| - "@types/node": "^20.4.7", |
| 134 | + "@types/node": "^20.4.8", |
135 | 135 | "@types/prompts": "^2.4.4",
|
136 | 136 | "@vue/shared": "^3.3.4",
|
137 | 137 | "chokidar": "^3.5.3",
|
138 | 138 | "compression": "^1.7.4",
|
139 | 139 | "conventional-changelog-cli": "^3.0.0",
|
140 | 140 | "cross-spawn": "^7.0.3",
|
141 | 141 | "debug": "^4.3.4",
|
142 |
| - "esbuild": "^0.18.17", |
| 142 | + "esbuild": "^0.18.20", |
143 | 143 | "escape-html": "^1.0.3",
|
144 | 144 | "execa": "^7.2.0",
|
145 | 145 | "fast-glob": "^3.3.1",
|
|
0 commit comments