chore: bump deps

pull/2105/head
Divyansh Singh 2 years ago committed by GitHub
parent 16064023cf
commit a7642693b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
"version": "1.0.0-alpha.60", "version": "1.0.0-alpha.60",
"description": "Vite & Vue powered static site generator", "description": "Vite & Vue powered static site generator",
"type": "module", "type": "module",
"packageManager": "pnpm@7.29.1", "packageManager": "pnpm@7.29.3",
"main": "dist/node/index.js", "main": "dist/node/index.js",
"types": "types/index.d.ts", "types": "types/index.d.ts",
"exports": { "exports": {
@ -89,12 +89,12 @@
"dependencies": { "dependencies": {
"@docsearch/css": "^3.3.3", "@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3", "@docsearch/js": "^3.3.3",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/devtools-api": "^6.5.0", "@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^9.13.0",
"body-scroll-lock": "4.0.0-beta.0", "body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.14.1", "shiki": "^0.14.1",
"vite": "^4.1.4", "vite": "^4.2.0",
"vue": "^3.2.47" "vue": "^3.2.47"
}, },
"devDependencies": { "devDependencies": {
@ -125,24 +125,24 @@
"@types/markdown-it-emoji": "^2.0.2", "@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2", "@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2", "@types/minimist": "^1.2.2",
"@types/node": "^18.15.0", "@types/node": "^18.15.3",
"@types/prompts": "^2.4.2", "@types/prompts": "^2.4.3",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"compression": "^1.7.4", "compression": "^1.7.4",
"conventional-changelog-cli": "^2.2.2", "conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3", "cross-spawn": "^7.0.3",
"debug": "^4.3.4", "debug": "^4.3.4",
"enquirer": "^2.3.6", "enquirer": "^2.3.6",
"esbuild": "^0.17.11", "esbuild": "^0.17.12",
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"execa": "^7.0.0", "execa": "^7.1.1",
"fast-glob": "^3.2.12", "fast-glob": "^3.2.12",
"fs-extra": "^11.1.0", "fs-extra": "^11.1.0",
"get-port": "^6.1.2", "get-port": "^6.1.2",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"lint-staged": "^13.2.0", "lint-staged": "^13.2.0",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"lru-cache": "^7.18.3", "lru-cache": "^8.0.3",
"markdown-it": "^13.0.1", "markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7", "markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6", "markdown-it-attrs": "^4.1.6",
@ -170,8 +170,8 @@
"simple-git-hooks": "^2.8.1", "simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2", "sirv": "^2.0.2",
"supports-color": "^9.3.1", "supports-color": "^9.3.1",
"typescript": "^5.0.0", "typescript": "^5.0.2",
"vitest": "^0.29.2", "vitest": "^0.29.3",
"vue-tsc": "^1.3.2", "vue-tsc": "^1.3.2",
"wait-on": "^7.0.1" "wait-on": "^7.0.1"
}, },

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