Skip to content

Commit

Permalink
chore: use graceful-fs and bump deps (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 27, 2023
1 parent 6d7d195 commit 93f8a05
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 207 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@
"docs-preview": "node ./bin/vitepress preview docs"
},
"dependencies": {
"@docsearch/css": "^3.3.5",
"@docsearch/js": "^3.3.5",
"@docsearch/css": "^3.4.0",
"@docsearch/js": "^3.4.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/devtools-api": "^6.5.0",
"@vueuse/core": "^10.1.2",
"@vueuse/integrations": "^10.1.2",
"body-scroll-lock": "4.0.0-beta.0",
"focus-trap": "^7.4.2",
"focus-trap": "^7.4.3",
"mark.js": "8.11.1",
"minisearch": "^6.1.0",
"shiki": "^0.14.2",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vue": "^3.3.4"
},
"devDependencies": {
Expand All @@ -119,7 +119,7 @@
"@types/body-scroll-lock": "^3.1.0",
"@types/compression": "^1.7.2",
"@types/cross-spawn": "^6.0.2",
"@types/debug": "^4.1.7",
"@types/debug": "^4.1.8",
"@types/escape-html": "^1.0.2",
"@types/fs-extra": "^11.0.1",
"@types/mark.js": "^8.11.8",
Expand All @@ -129,7 +129,7 @@
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.2.0",
"@types/node": "^20.2.5",
"@types/prompts": "^2.4.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
Expand Down Expand Up @@ -159,13 +159,13 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.33.0",
"playwright-chromium": "^1.34.3",
"polka": "1.0.0-next.22",
"prettier": "^2.8.8",
"prompts": "^2.4.2",
"punycode": "^2.3.0",
"rimraf": "^5.0.1",
"rollup": "^3.22.0",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.5.1",
Expand Down

0 comments on commit 93f8a05

Please sign in to comment.