chore: bump deps and fix changelog (#2530)

pull/2554/head
Divyansh Singh 1 year ago committed by GitHub
parent d3ec1fc865
commit 88bbd23102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff

@ -3,7 +3,7 @@
"version": "1.0.0-beta.3",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.6.3",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
@ -88,12 +88,12 @@
"docs-preview": "node ./bin/vitepress preview docs"
},
"dependencies": {
"@docsearch/css": "^3.5.0",
"@docsearch/js": "^3.5.0",
"@docsearch/css": "^3.5.1",
"@docsearch/js": "^3.5.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.1.2",
"@vueuse/integrations": "^10.1.2",
"@vueuse/core": "^10.2.0",
"@vueuse/integrations": "^10.2.0",
"body-scroll-lock": "4.0.0-beta.0",
"focus-trap": "^7.4.3",
"mark.js": "8.11.1",
@ -112,7 +112,7 @@
"@mdit-vue/plugin-toc": "^0.12.0",
"@mdit-vue/shared": "^0.12.0",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
@ -129,14 +129,14 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.3.0",
"@types/node": "^20.3.1",
"@types/prompts": "^2.4.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-cli": "^2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.18.0",
"esbuild": "^0.18.5",
"escape-html": "^1.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
@ -145,7 +145,7 @@
"gray-matter": "^4.0.3",
"lint-staged": "^13.2.2",
"lodash.template": "^4.5.0",
"lru-cache": "^9.1.2",
"lru-cache": "^10.0.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
@ -159,23 +159,23 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.35.0",
"playwright-chromium": "^1.35.1",
"polka": "1.0.0-next.22",
"prettier": "^2.8.8",
"prompts": "^2.4.2",
"punycode": "^2.3.0",
"rimraf": "^5.0.1",
"rollup": "^3.25.0",
"rollup": "^3.25.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.5.1",
"semver": "^7.5.2",
"shiki-processor": "^0.1.3",
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.3",
"supports-color": "^9.3.1",
"typescript": "^5.1.3",
"vitest": "^0.32.0",
"vue-tsc": "^1.6.5",
"vitest": "^0.32.2",
"vue-tsc": "^1.8.0",
"wait-on": "^7.0.1"
},
"simple-git-hooks": {

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