Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 25, 2021
1 parent 1afc85e commit d1142cf
Show file tree
Hide file tree
Showing 7 changed files with 432 additions and 355 deletions.
2 changes: 1 addition & 1 deletion cypress/fixtures/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.11"
"nodemon": "^2.0.12"
}
}
2 changes: 1 addition & 1 deletion demo/composable-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.11"
"nodemon": "^2.0.12"
}
}
2 changes: 1 addition & 1 deletion demo/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"@slidev/theme-default": "^0.19.1",
"@slidev/theme-seriph": "^0.19.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.11"
"nodemon": "^2.0.12"
}
}
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,43 @@
"@types/cli-progress": "^3.9.2",
"@types/codemirror": "^5.60.2",
"@types/connect": "^3.4.35",
"@types/debug": "^4.1.6",
"@types/debug": "^4.1.7",
"@types/file-saver": "^2.0.3",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.2",
"@types/katex": "^0.11.1",
"@types/markdown-it": "^12.0.3",
"@types/mermaid": "^8.2.7",
"@types/node": "^16.3.0",
"@types/node": "^16.4.2",
"@types/prettier": "^2.3.2",
"@types/prismjs": "^1.16.6",
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.6",
"@types/resolve": "^1.20.1",
"@types/semver": "^7.3.7",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@vueuse/core": "^5.1.3",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@vueuse/core": "^5.1.4",
"bumpp": "^6.0.6",
"cross-env": "^7.0.3",
"cypress": "^7.7.0",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.3.6",
"esno": "^0.7.3",
"eslint-plugin-jest": "^24.4.0",
"esno": "^0.8.0",
"husky": "4.3.7",
"jest": "^27.0.6",
"katex": "^0.13.11",
"lint-staged": "^11.0.0",
"katex": "^0.13.13",
"lint-staged": "^11.1.1",
"mermaid": "^8.11.0",
"playwright-chromium": "^1.12.3",
"pnpm": "^6.9.1",
"playwright-chromium": "^1.13.0",
"pnpm": "^6.11.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.3",
"ts-jest": "^27.0.4",
"tsup": "4.12.5",
"typescript": "^4.3.5",
"vite": "^2.4.1",
"vite-plugin-windicss": "^1.2.4",
"zx": "^1.15.2"
"vite": "^2.4.3",
"vite-plugin-windicss": "^1.2.5",
"zx": "^2.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@
"@antfu/utils": "^0.2.4",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vueuse/core": "^5.1.3",
"@vueuse/core": "^5.1.4",
"@vueuse/head": "^0.6.0",
"@vueuse/motion": "^1.5.6",
"codemirror": "^5.62.0",
"codemirror": "^5.62.2",
"file-saver": "^2.0.5",
"js-base64": "^3.6.1",
"js-yaml": "^4.1.0",
"katex": "^0.13.11",
"katex": "^0.13.13",
"mermaid": "8.5.0",
"monaco-editor": "^0.25.2",
"monaco-editor": "^0.26.1",
"nanoid": "^3.1.23",
"prettier": "^2.3.2",
"recordrtc": "^5.6.2",
"resolve": "^1.20.0",
"vite-plugin-windicss": "^1.2.4",
"vue": "^3.1.4",
"vite-plugin-windicss": "^1.2.5",
"vue": "^3.1.5",
"vue-router": "^4.0.10",
"windicss": "^3.1.4"
"windicss": "^3.1.5"
}
}
22 changes: 11 additions & 11 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@slidev/client": "workspace:*",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/compiler-sfc": "^3.1.5",
"cli-progress": "^3.9.0",
"codemirror": "^5.62.0",
"codemirror": "^5.62.2",
"connect": "^3.7.0",
"debug": "^4.3.2",
"fast-glob": "^3.2.7",
Expand All @@ -65,12 +65,12 @@
"is-installed-globally": "^0.4.0",
"jiti": "^1.10.1",
"js-base64": "^3.6.1",
"katex": "^0.13.11",
"katex": "^0.13.13",
"kolorist": "^1.5.0",
"markdown-it": "^12.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-link-attributes": "^3.0.0",
"monaco-editor": "^0.25.2",
"monaco-editor": "^0.26.1",
"nanoid": "^3.1.23",
"open": "^8.2.1",
"pdf-lib": "^1.16.0",
Expand All @@ -80,14 +80,14 @@
"resolve-from": "^5.0.0",
"resolve-global": "^1.0.0",
"shiki": "^0.9.5",
"vite": "^2.4.1",
"vite-plugin-components": "^0.12.2",
"vite": "^2.4.3",
"vite-plugin-components": "^0.13.2",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-md": "^0.6.7",
"vite-plugin-md": "^0.8.0",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-windicss": "^1.2.4",
"vue": "^3.1.4",
"windicss": "^3.1.4",
"vite-plugin-windicss": "^1.2.5",
"vue": "^3.1.5",
"windicss": "^3.1.5",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit d1142cf

Please sign in to comment.