chore: bump deps

pull/1997/head
Divyansh Singh 1 year ago committed by GitHub
parent 5a6d384952
commit b197949930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`render correct content > main content 1`] = `
[

@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`static data file support in vite 3 > render correct content 1`] = `
[

@ -3,7 +3,7 @@
"version": "1.0.0-alpha.47",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@7.27.0",
"packageManager": "pnpm@7.28.0",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
@ -87,7 +87,7 @@
"@vueuse/core": "^9.13.0",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.14.1",
"vite": "^4.1.3",
"vite": "^4.1.4",
"vue": "^3.2.47"
},
"devDependencies": {
@ -117,7 +117,7 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.14.0",
"@types/node": "^18.14.1",
"@types/prompts": "^2.4.2",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
@ -125,14 +125,14 @@
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"esbuild": "^0.17.9",
"esbuild": "^0.17.10",
"escape-html": "^1.0.3",
"execa": "^7.0.0",
"fast-glob": "^3.2.12",
"fs-extra": "^11.1.0",
"get-port": "^6.1.2",
"lint-staged": "^13.1.2",
"lru-cache": "^7.16.1",
"lru-cache": "^7.17.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
@ -146,13 +146,13 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "5.0.0",
"playwright-chromium": "^1.30.0",
"playwright-chromium": "^1.31.1",
"polka": "1.0.0-next.22",
"prettier": "^2.8.4",
"prompts": "^2.4.2",
"punycode": "^2.3.0",
"rimraf": "^4.1.2",
"rollup": "^3.17.2",
"rollup": "^3.17.3",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.3.8",
@ -161,8 +161,8 @@
"sirv": "^2.0.2",
"supports-color": "^9.3.1",
"typescript": "~4.9.5",
"vitest": "^0.28.5",
"vue-tsc": "^1.1.4",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0",
"wait-on": "^7.0.1"
},
"pnpm": {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save