Skip to content

Commit

Permalink
chore: bump deps (#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 21, 2022
1 parent ae21a3a commit f97e072
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 235 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Expand Up @@ -2,3 +2,4 @@
*.vue
dist
pnpm-lock.yaml
cache
36 changes: 18 additions & 18 deletions package.json
Expand Up @@ -82,10 +82,10 @@
"@docsearch/js": "^3.3.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/devtools-api": "^6.4.5",
"@vueuse/core": "^9.6.0",
"@vueuse/core": "^9.8.2",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.11.1",
"vite": "^4.0.0",
"shiki": "^0.12.1",
"vite": "^4.0.2",
"vue": "^3.2.45"
},
"devDependencies": {
Expand All @@ -97,10 +97,10 @@
"@mdit-vue/plugin-toc": "^0.11.1",
"@mdit-vue/shared": "^0.11.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-commonjs": "23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/compression": "^1.7.2",
"@types/cross-spawn": "^6.0.2",
Expand All @@ -115,15 +115,15 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.13",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.2",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2.2.2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"esbuild": "^0.16.4",
"esbuild": "^0.16.10",
"escape-html": "^1.0.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
Expand All @@ -132,35 +132,35 @@
"lint-staged": "^13.1.0",
"lru-cache": "^7.14.1",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-anchor": "^8.6.6",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"micromatch": "^4.0.5",
"minimist": "^1.2.7",
"nanoid": "^3.3.4",
"nanoid": "3.3.4",
"npm-run-all": "^4.1.5",
"ora": "^5.4.1",
"ora": "5.4.1",
"picocolors": "^1.0.0",
"pkg-dir": "^5.0.0",
"playwright-chromium": "^1.28.1",
"pkg-dir": "5.0.0",
"playwright-chromium": "1.28.1",
"polka": "1.0.0-next.22",
"prettier": "^2.8.1",
"prompts": "^2.4.2",
"punycode": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^3.7.2",
"rollup": "^3.7.5",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.3.8",
"shiki-processor": "^0.1.1",
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2",
"supports-color": "^9.3.0",
"supports-color": "^9.3.1",
"typescript": "~4.9.4",
"vitest": "^0.25.7",
"vue-tsc": "^1.0.12",
"wait-on": "^6.0.1"
"vitest": "^0.26.1",
"vue-tsc": "^1.0.16",
"wait-on": "^7.0.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit f97e072

Please sign in to comment.