Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 5, 2021
1 parent 9682f8f commit c97f950
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 81 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -51,25 +51,25 @@
"@types/recordrtc": "^5.6.8",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@vueuse/core": "^6.5.3",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-jest": "^24.5.0",
"esno": "^0.10.0",
"eslint-plugin-jest": "^24.5.2",
"esno": "^0.10.1",
"husky": "4.3.7",
"jest": "^27.2.4",
"katex": "^0.13.18",
"lint-staged": "^11.1.2",
"lint-staged": "^11.2.0",
"mermaid": "8.13.0",
"playwright-chromium": "^1.15.1",
"pnpm": "^6.16.0",
"pnpm": "^6.16.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"tsup": "5.2.1",
"tsup": "5.3.0",
"typescript": "^4.4.3",
"vite": "^2.6.2",
"vite-plugin-windicss": "^1.4.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Expand Up @@ -33,7 +33,7 @@
"vite-plugin-windicss": "^1.4.9",
"vue": "^3.2.19",
"vue-router": "^4.0.11",
"windicss": "^3.1.8"
"windicss": "^3.1.9"
},
"engines": {
"node": ">=14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/slidev/package.json
Expand Up @@ -61,7 +61,7 @@
"fs-extra": "^10.0.0",
"import-from": "^4.0.0",
"is-installed-globally": "^0.4.0",
"jiti": "^1.12.5",
"jiti": "^1.12.6",
"js-base64": "^3.7.2",
"katex": "^0.13.18",
"kolorist": "^1.5.0",
Expand All @@ -78,15 +78,15 @@
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.9.11",
"unplugin-icons": "^0.12.6",
"unplugin-icons": "^0.12.9",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.2",
"vite-plugin-md": "^0.11.1",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-vue-server-ref": "^0.2.4",
"vite-plugin-windicss": "^1.4.9",
"vue": "^3.2.19",
"windicss": "^3.1.8",
"windicss": "^3.1.9",
"yargs": "^17.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit c97f950

Please sign in to comment.