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 Apr 29, 2023
1 parent 188893c commit e36101c
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 155 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
shell-emulator=true
resolution-mode=highest
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,16 @@
"docs-preview": "node ./bin/vitepress preview docs"
},
"dependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@vitejs/plugin-vue": "^4.1.0",
"@docsearch/css": "^3.3.4",
"@docsearch/js": "^3.3.4",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.1.0",
"body-scroll-lock": "4.0.0-beta.0",
"mark.js": "8.11.1",
"minisearch": "^6.0.1",
"shiki": "^0.14.1",
"vite": "^4.3.1",
"shiki": "^0.14.2",
"vite": "^4.3.3",
"vue": "^3.2.47"
},
"devDependencies": {
Expand Down Expand Up @@ -126,7 +126,7 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.16.0",
"@types/node": "^18.16.3",
"@types/prompts": "^2.4.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
Expand All @@ -141,7 +141,7 @@
"fs-extra": "^11.1.1",
"get-port": "^6.1.2",
"gray-matter": "^4.0.3",
"lint-staged": "^13.2.1",
"lint-staged": "^13.2.2",
"lodash.template": "^4.5.0",
"lru-cache": "^9.1.1",
"markdown-it": "^13.0.1",
Expand All @@ -157,23 +157,23 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.32.3",
"playwright-chromium": "^1.33.0",
"polka": "1.0.0-next.22",
"prettier": "^2.8.8",
"prompts": "^2.4.2",
"punycode": "^2.3.0",
"rimraf": "^5.0.0",
"rollup": "^3.21.0",
"rollup": "^3.21.1",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.5.0",
"shiki-processor": "^0.1.3",
"simple-git-hooks": "^2.8.1",
"sirv": "^2.0.2",
"sirv": "^2.0.3",
"supports-color": "^9.3.1",
"typescript": "^5.0.4",
"vitest": "^0.30.1",
"vue-tsc": "^1.4.4",
"vue-tsc": "^1.6.1",
"wait-on": "^7.0.1"
},
"pnpm": {
Expand Down

0 comments on commit e36101c

Please sign in to comment.