Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 22, 2023
1 parent 50d61fa commit 0a241bd
Show file tree
Hide file tree
Showing 2 changed files with 530 additions and 519 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-rc.22",
"description": "Vite & Vue powered static site generator",
"type": "module",
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@8.9.2",
"main": "dist/node/index.js",
"types": "types/index.d.ts",
"exports": {
Expand Down Expand Up @@ -92,16 +92,16 @@
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/js": "^3.5.2",
"@types/markdown-it": "^13.0.2",
"@types/markdown-it": "^13.0.4",
"@vue/devtools-api": "^6.5.1",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"focus-trap": "^7.5.4",
"mark.js": "8.11.1",
"minisearch": "^6.1.0",
"shiki": "^0.14.5",
"vite": "^4.4.11",
"vue": "^3.3.4"
"vite": "^4.5.0",
"vue": "^3.3.6"
},
"peerDependencies": {
"markdown-it-mathjax3": "^4.3.2",
Expand All @@ -125,40 +125,40 @@
"@mdit-vue/plugin-toc": "^1.0.0",
"@mdit-vue/shared": "^1.0.0",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.3",
"@types/compression": "^1.7.3",
"@types/cross-spawn": "^6.0.3",
"@types/debug": "^4.1.9",
"@types/escape-html": "^1.0.2",
"@types/fs-extra": "^11.0.2",
"@types/lodash.template": "^4.5.1",
"@types/mark.js": "^8.11.9",
"@types/markdown-it-attrs": "^4.1.1",
"@types/markdown-it-container": "^2.0.7",
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.3",
"@types/minimist": "^1.2.3",
"@types/node": "^20.8.6",
"@types/postcss-prefix-selector": "^1.16.1",
"@types/prompts": "^2.4.6",
"@rollup/plugin-replace": "^5.0.4",
"@types/compression": "^1.7.4",
"@types/cross-spawn": "^6.0.4",
"@types/debug": "^4.1.10",
"@types/escape-html": "^1.0.3",
"@types/fs-extra": "^11.0.3",
"@types/lodash.template": "^4.5.2",
"@types/mark.js": "^8.11.10",
"@types/markdown-it-attrs": "^4.1.2",
"@types/markdown-it-container": "^2.0.8",
"@types/markdown-it-emoji": "^2.0.3",
"@types/micromatch": "^4.0.4",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.7",
"@types/postcss-prefix-selector": "^1.16.2",
"@types/prompts": "^2.4.7",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/shared": "^3.3.4",
"@vue/shared": "^3.3.6",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^4.1.0",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"escape-html": "^1.0.3",
"execa": "^8.0.1",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"get-port": "^7.0.0",
"gray-matter": "^4.0.3",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"lodash.template": "^4.5.0",
"lru-cache": "^10.0.1",
"markdown-it": "^13.0.2",
Expand All @@ -182,7 +182,7 @@
"prompts": "^2.4.2",
"punycode": "^2.3.0",
"rimraf": "^5.0.5",
"rollup": "^4.1.1",
"rollup": "^4.1.4",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"semver": "^7.5.4",
Expand Down
Loading

0 comments on commit 0a241bd

Please sign in to comment.