Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 25, 2022
1 parent 04ab0eb commit 6df421d
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 423 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
shell-emulator=true
update-notifier=false
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -81,16 +81,16 @@
"ci-docs": "run-s docs-build"
},
"dependencies": {
"@docsearch/css": "^3.2.1",
"@docsearch/js": "^3.2.1",
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/devtools-api": "^6.4.4",
"@vueuse/core": "^9.3.0",
"@vue/devtools-api": "^6.4.5",
"@vueuse/core": "^9.4.0",
"body-scroll-lock": "4.0.0-beta.0",
"shiki": "^0.11.1",
"shiki-processor": "^0.1.0",
"vite": "^3.1.6",
"vue": "^3.2.40"
"vite": "^3.1.8",
"vue": "^3.2.41"
},
"devDependencies": {
"@mdit-vue/plugin-component": "^0.11.1",
Expand All @@ -100,11 +100,11 @@
"@mdit-vue/plugin-title": "^0.11.1",
"@mdit-vue/plugin-toc": "^0.11.1",
"@mdit-vue/shared": "^0.11.0",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@types/body-scroll-lock": "^3.1.0",
"@types/compression": "^1.7.2",
"@types/cross-spawn": "^6.0.2",
Expand All @@ -120,7 +120,7 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.8.3",
"@types/node": "^18.11.5",
"@types/prompts": "^2.4.1",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
Expand All @@ -129,7 +129,7 @@
"debug": "^4.3.4",
"diacritics": "^1.3.0",
"enquirer": "^2.3.6",
"esbuild": "^0.15.10",
"esbuild": "^0.15.12",
"escape-html": "^1.0.3",
"execa": "^6.1.0",
"fast-glob": "^3.2.12",
Expand All @@ -142,27 +142,27 @@
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"micromatch": "^4.0.5",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"ora": "^5.4.1",
"picocolors": "^1.0.0",
"pkg-dir": "^5.0.0",
"playwright-chromium": "^1.27.0",
"playwright-chromium": "^1.27.1",
"polka": "1.0.0-next.22",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"punycode": "^2.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-dts": "^4.2.3",
"rollup-plugin-esbuild": "^4.10.1",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.0",
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2",
"supports-color": "^9.2.3",
"typescript": "~4.8.4",
"vitest": "^0.24.0",
"vue-tsc": "^1.0.0",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.9",
"wait-on": "^6.0.1"
},
"pnpm": {
Expand Down

0 comments on commit 6df421d

Please sign in to comment.