|
3 | 3 | "version": "1.0.0-alpha.46", |
4 | 4 | "description": "Vite & Vue powered static site generator", |
5 | 5 | "type": "module", |
6 | | - "packageManager": "pnpm@7.26.1", |
| 6 | + "packageManager": "pnpm@7.27.0", |
7 | 7 | "main": "dist/node/index.js", |
8 | 8 | "types": "types/index.d.ts", |
9 | 9 | "exports": { |
|
80 | 80 | "docs-preview": "node ./bin/vitepress preview docs" |
81 | 81 | }, |
82 | 82 | "dependencies": { |
83 | | - "@docsearch/css": "^3.3.2", |
84 | | - "@docsearch/js": "^3.3.2", |
| 83 | + "@docsearch/css": "^3.3.3", |
| 84 | + "@docsearch/js": "^3.3.3", |
85 | 85 | "@vitejs/plugin-vue": "^4.0.0", |
86 | 86 | "@vue/devtools-api": "^6.5.0", |
87 | 87 | "@vueuse/core": "^9.12.0", |
88 | 88 | "body-scroll-lock": "4.0.0-beta.0", |
89 | | - "shiki": "^0.14.0", |
90 | | - "vite": "^4.0.4", |
91 | | - "vue": "^3.2.45" |
| 89 | + "shiki": "^0.14.1", |
| 90 | + "vite": "^4.1.1", |
| 91 | + "vue": "^3.2.47" |
92 | 92 | }, |
93 | 93 | "devDependencies": { |
94 | | - "@mdit-vue/plugin-component": "^0.11.2", |
95 | | - "@mdit-vue/plugin-frontmatter": "^0.11.1", |
96 | | - "@mdit-vue/plugin-headers": "^0.11.2", |
97 | | - "@mdit-vue/plugin-sfc": "^0.11.1", |
98 | | - "@mdit-vue/plugin-title": "^0.11.2", |
99 | | - "@mdit-vue/plugin-toc": "^0.11.2", |
100 | | - "@mdit-vue/shared": "^0.11.2", |
| 94 | + "@mdit-vue/plugin-component": "^0.12.0", |
| 95 | + "@mdit-vue/plugin-frontmatter": "^0.12.0", |
| 96 | + "@mdit-vue/plugin-headers": "^0.12.0", |
| 97 | + "@mdit-vue/plugin-sfc": "^0.12.0", |
| 98 | + "@mdit-vue/plugin-title": "^0.12.0", |
| 99 | + "@mdit-vue/plugin-toc": "^0.12.0", |
| 100 | + "@mdit-vue/shared": "^0.12.0", |
101 | 101 | "@rollup/plugin-alias": "^4.0.3", |
102 | 102 | "@rollup/plugin-commonjs": "23.0.4", |
103 | 103 | "@rollup/plugin-json": "^6.0.0", |
|
117 | 117 | "@types/markdown-it-emoji": "^2.0.2", |
118 | 118 | "@types/micromatch": "^4.0.2", |
119 | 119 | "@types/minimist": "^1.2.2", |
120 | | - "@types/node": "^18.11.18", |
| 120 | + "@types/node": "^18.13.0", |
121 | 121 | "@types/prompts": "^2.4.2", |
122 | 122 | "chokidar": "^3.5.3", |
123 | 123 | "compression": "^1.7.4", |
124 | 124 | "conventional-changelog-cli": "^2.2.2", |
125 | 125 | "cross-spawn": "^7.0.3", |
126 | 126 | "debug": "^4.3.4", |
127 | 127 | "enquirer": "^2.3.6", |
128 | | - "esbuild": "^0.17.5", |
| 128 | + "esbuild": "^0.17.7", |
129 | 129 | "escape-html": "^1.0.3", |
130 | | - "execa": "^6.1.0", |
| 130 | + "execa": "^7.0.0", |
131 | 131 | "fast-glob": "^3.2.12", |
132 | 132 | "fs-extra": "^11.1.0", |
133 | 133 | "get-port": "^6.1.2", |
134 | | - "lint-staged": "^13.1.0", |
| 134 | + "lint-staged": "^13.1.1", |
135 | 135 | "lru-cache": "^7.14.1", |
136 | 136 | "markdown-it": "^13.0.1", |
137 | 137 | "markdown-it-anchor": "^8.6.6", |
138 | 138 | "markdown-it-attrs": "^4.1.6", |
139 | 139 | "markdown-it-container": "^3.0.0", |
140 | 140 | "markdown-it-emoji": "^2.0.2", |
141 | 141 | "micromatch": "^4.0.5", |
142 | | - "minimist": "^1.2.7", |
| 142 | + "minimist": "^1.2.8", |
143 | 143 | "nanoid": "3.3.4", |
144 | 144 | "npm-run-all": "^4.1.5", |
145 | 145 | "ora": "5.4.1", |
|
148 | 148 | "pkg-dir": "5.0.0", |
149 | 149 | "playwright-chromium": "^1.30.0", |
150 | 150 | "polka": "1.0.0-next.22", |
151 | | - "prettier": "^2.8.3", |
| 151 | + "prettier": "^2.8.4", |
152 | 152 | "prompts": "^2.4.2", |
153 | 153 | "punycode": "^2.3.0", |
154 | 154 | "rimraf": "^4.1.2", |
155 | | - "rollup": "^3.12.0", |
| 155 | + "rollup": "^3.15.0", |
156 | 156 | "rollup-plugin-dts": "^5.1.1", |
157 | 157 | "rollup-plugin-esbuild": "^5.0.0", |
158 | 158 | "semver": "^7.3.8", |
159 | | - "shiki-processor": "^0.1.2", |
| 159 | + "shiki-processor": "^0.1.3", |
160 | 160 | "simple-git-hooks": "^2.8.1", |
161 | 161 | "sirv": "^2.0.2", |
162 | 162 | "supports-color": "^9.3.1", |
163 | 163 | "typescript": "~4.9.5", |
164 | | - "vitest": "^0.28.3", |
| 164 | + "vitest": "^0.28.4", |
165 | 165 | "vue-tsc": "^1.0.24", |
166 | 166 | "wait-on": "^7.0.1" |
167 | 167 | }, |
|
0 commit comments