Skip to content

Commit

Permalink
chore: bump deps (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jan 20, 2023
1 parent 0dbad9a commit 9986f6c
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 163 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
"docs-preview": "node ./bin/vitepress preview docs"
},
"dependencies": {
"@docsearch/css": "^3.3.1",
"@docsearch/js": "^3.3.1",
"@docsearch/css": "^3.3.2",
"@docsearch/js": "^3.3.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/devtools-api": "^6.4.5",
"@vueuse/core": "^9.9.0",
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^9.11.1",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.12.1",
"vite": "^4.0.4",
Expand All @@ -108,7 +108,7 @@
"@types/cross-spawn": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/escape-html": "^1.0.2",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/koa": "^2.13.5",
"@types/koa-static": "^4.0.2",
"@types/markdown-it": "^12.2.3",
Expand All @@ -125,7 +125,7 @@
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"esbuild": "^0.16.13",
"esbuild": "^0.17.3",
"escape-html": "^1.0.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
Expand All @@ -145,23 +145,23 @@
"ora": "5.4.1",
"picocolors": "^1.0.0",
"pkg-dir": "5.0.0",
"playwright-chromium": "1.28.1",
"playwright-chromium": "^1.29.2",
"polka": "1.0.0-next.22",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"prompts": "^2.4.2",
"punycode": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^3.9.1",
"rollup-plugin-dts": "5.0.0",
"punycode": "^2.3.0",
"rimraf": "^4.1.1",
"rollup": "^3.10.1",
"rollup-plugin-dts": "^5.1.1",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.3.8",
"shiki-processor": "^0.1.2",
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2",
"supports-color": "^9.3.1",
"typescript": "~4.9.4",
"vitest": "^0.26.3",
"vue-tsc": "^1.0.19",
"vitest": "^0.27.2",
"vue-tsc": "^1.0.24",
"wait-on": "^7.0.1"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 9986f6c

Please sign in to comment.