|
3 | 3 | "version": "1.0.0-rc.25",
|
4 | 4 | "description": "Vite & Vue powered static site generator",
|
5 | 5 | "type": "module",
|
6 |
| - "packageManager": "pnpm@8.9.2", |
| 6 | + "packageManager": "pnpm@8.10.5", |
7 | 7 | "main": "dist/node/index.js",
|
8 | 8 | "types": "types/index.d.ts",
|
9 | 9 | "exports": {
|
|
92 | 92 | "dependencies": {
|
93 | 93 | "@docsearch/css": "^3.5.2",
|
94 | 94 | "@docsearch/js": "^3.5.2",
|
95 |
| - "@types/markdown-it": "^13.0.4", |
96 |
| - "@vitejs/plugin-vue": "4.3.1", |
| 95 | + "@types/markdown-it": "^13.0.6", |
| 96 | + "@vitejs/plugin-vue": "^4.5.0", |
97 | 97 | "@vue/devtools-api": "^6.5.1",
|
98 |
| - "@vueuse/core": "^10.5.0", |
99 |
| - "@vueuse/integrations": "^10.5.0", |
| 98 | + "@vueuse/core": "^10.6.1", |
| 99 | + "@vueuse/integrations": "^10.6.1", |
100 | 100 | "focus-trap": "^7.5.4",
|
101 | 101 | "mark.js": "8.11.1",
|
102 |
| - "minisearch": "^6.1.0", |
| 102 | + "minisearch": "^6.2.0", |
103 | 103 | "shiki": "^0.14.5",
|
104 |
| - "vite": "^4.5.0", |
105 |
| - "vue": "^3.3.6" |
| 104 | + "vite": "^5.0.0", |
| 105 | + "vue": "^3.3.8" |
106 | 106 | },
|
107 | 107 | "peerDependencies": {
|
108 | 108 | "markdown-it-mathjax3": "^4.3.2",
|
|
129 | 129 | "@rollup/plugin-commonjs": "^25.0.7",
|
130 | 130 | "@rollup/plugin-json": "^6.0.1",
|
131 | 131 | "@rollup/plugin-node-resolve": "^15.2.3",
|
132 |
| - "@rollup/plugin-replace": "^5.0.4", |
133 |
| - "@types/compression": "^1.7.4", |
134 |
| - "@types/cross-spawn": "^6.0.4", |
135 |
| - "@types/debug": "^4.1.10", |
136 |
| - "@types/escape-html": "^1.0.3", |
137 |
| - "@types/fs-extra": "^11.0.3", |
138 |
| - "@types/lodash.template": "^4.5.2", |
139 |
| - "@types/mark.js": "^8.11.10", |
140 |
| - "@types/markdown-it-attrs": "^4.1.2", |
141 |
| - "@types/markdown-it-container": "^2.0.8", |
142 |
| - "@types/markdown-it-emoji": "^2.0.3", |
143 |
| - "@types/micromatch": "^4.0.4", |
144 |
| - "@types/minimist": "^1.2.4", |
145 |
| - "@types/node": "^20.8.7", |
146 |
| - "@types/postcss-prefix-selector": "^1.16.2", |
147 |
| - "@types/prompts": "^2.4.7", |
148 |
| - "@vue/shared": "^3.3.6", |
| 132 | + "@rollup/plugin-replace": "^5.0.5", |
| 133 | + "@types/compression": "^1.7.5", |
| 134 | + "@types/cross-spawn": "^6.0.5", |
| 135 | + "@types/debug": "^4.1.12", |
| 136 | + "@types/escape-html": "^1.0.4", |
| 137 | + "@types/fs-extra": "^11.0.4", |
| 138 | + "@types/lodash.template": "^4.5.3", |
| 139 | + "@types/mark.js": "^8.11.11", |
| 140 | + "@types/markdown-it-attrs": "^4.1.3", |
| 141 | + "@types/markdown-it-container": "^2.0.9", |
| 142 | + "@types/markdown-it-emoji": "^2.0.4", |
| 143 | + "@types/micromatch": "^4.0.5", |
| 144 | + "@types/minimist": "^1.2.5", |
| 145 | + "@types/node": "^20.9.0", |
| 146 | + "@types/postcss-prefix-selector": "^1.16.3", |
| 147 | + "@types/prompts": "^2.4.8", |
| 148 | + "@vue/shared": "^3.3.8", |
149 | 149 | "chokidar": "^3.5.3",
|
150 | 150 | "compression": "^1.7.4",
|
151 | 151 | "conventional-changelog-cli": "^4.1.0",
|
|
154 | 154 | "esbuild": "^0.19.5",
|
155 | 155 | "escape-html": "^1.0.3",
|
156 | 156 | "execa": "^8.0.1",
|
157 |
| - "fast-glob": "^3.3.1", |
| 157 | + "fast-glob": "^3.3.2", |
158 | 158 | "fs-extra": "^11.1.1",
|
159 | 159 | "get-port": "^7.0.0",
|
160 | 160 | "gray-matter": "^4.0.3",
|
161 |
| - "lint-staged": "^15.0.2", |
| 161 | + "lint-staged": "^15.1.0", |
162 | 162 | "lodash.template": "^4.5.0",
|
163 |
| - "lru-cache": "^10.0.1", |
| 163 | + "lru-cache": "^10.0.2", |
164 | 164 | "markdown-it": "^13.0.2",
|
165 | 165 | "markdown-it-anchor": "^8.6.7",
|
166 | 166 | "markdown-it-attrs": "^4.1.6",
|
|
169 | 169 | "markdown-it-mathjax3": "^4.3.2",
|
170 | 170 | "micromatch": "^4.0.5",
|
171 | 171 | "minimist": "^1.2.8",
|
172 |
| - "nanoid": "^5.0.2", |
| 172 | + "nanoid": "^5.0.3", |
173 | 173 | "npm-run-all": "^4.1.5",
|
174 | 174 | "ora": "^7.0.1",
|
175 | 175 | "path-to-regexp": "^6.2.1",
|
176 | 176 | "picocolors": "^1.0.0",
|
177 |
| - "pkg-dir": "^7.0.0", |
| 177 | + "pkg-dir": "^8.0.0", |
178 | 178 | "playwright-chromium": "^1.39.0",
|
179 |
| - "polka": "1.0.0-next.22", |
| 179 | + "polka": "1.0.0-next.23", |
180 | 180 | "postcss-prefix-selector": "^1.16.0",
|
181 |
| - "prettier": "^3.0.3", |
| 181 | + "prettier": "^3.1.0", |
182 | 182 | "prompts": "^2.4.2",
|
183 |
| - "punycode": "^2.3.0", |
| 183 | + "punycode": "^2.3.1", |
184 | 184 | "rimraf": "^5.0.5",
|
185 |
| - "rollup": "^4.1.4", |
| 185 | + "rollup": "^4.4.1", |
186 | 186 | "rollup-plugin-dts": "^6.1.0",
|
187 | 187 | "rollup-plugin-esbuild": "^6.1.0",
|
188 | 188 | "semver": "^7.5.4",
|
|
192 | 192 | "sitemap": "^7.1.1",
|
193 | 193 | "supports-color": "^9.4.0",
|
194 | 194 | "typescript": "^5.2.2",
|
195 |
| - "vitest": "^0.34.6", |
196 |
| - "vue-tsc": "^1.8.19", |
197 |
| - "wait-on": "^7.0.1" |
| 195 | + "vitest": "^1.0.0-beta.4", |
| 196 | + "vue-tsc": "^1.8.22", |
| 197 | + "wait-on": "^7.2.0" |
198 | 198 | },
|
199 | 199 | "simple-git-hooks": {
|
200 | 200 | "pre-commit": "pnpm lint-staged"
|
|
207 | 207 | "pnpm": {
|
208 | 208 | "overrides": {
|
209 | 209 | "ora>string-width": "^5"
|
| 210 | + }, |
| 211 | + "peerDependencyRules": { |
| 212 | + "ignoreMissing": [ |
| 213 | + "@algolia/client-search", |
| 214 | + "search-insights", |
| 215 | + "postcss" |
| 216 | + ] |
210 | 217 | }
|
211 | 218 | }
|
212 | 219 | }
|
0 commit comments