Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 14, 2021
1 parent ef91b38 commit e37bb69
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 59 deletions.
2 changes: 1 addition & 1 deletion demo/composable-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.7.3",
"@slidev/theme-seriph": "^0.7.0",
"@slidev/theme-seriph": "^0.7.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.7.3",
"@slidev/theme-seriph": "^0.7.0",
"@slidev/theme-seriph": "^0.7.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
2 changes: 1 addition & 1 deletion demo/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@slidev/cli": "workspace:*",
"@slidev/theme-default": "^0.7.3",
"@slidev/theme-seriph": "^0.7.0",
"@slidev/theme-seriph": "^0.7.1",
"@slidev/types": "workspace:*",
"nodemon": "^2.0.7"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/prompts": "^2.4.0",
"@types/recordrtc": "^5.6.5",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@vueuse/core": "^4.10.0",
"@vueuse/core": "^4.11.0",
"bumpp": "^6.0.6",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
Expand All @@ -69,6 +69,6 @@
"vite": "^2.3.2",
"vite-plugin-windicss": "^0.16.0-beta.17",
"vitepress": "^0.13.2",
"zx": "^1.5.0"
"zx": "^1.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@antfu/utils": "^0.1.5",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@vueuse/core": "^4.10.0",
"@vueuse/core": "^4.11.0",
"@vueuse/head": "^0.5.1",
"@vueuse/motion": "^1.5.5",
"codemirror": "^5.61.0",
Expand All @@ -32,6 +32,6 @@
"recordrtc": "^5.6.2",
"vue": "^3.0.11",
"vue-router": "^4.0.8",
"windicss": "^3.0.2"
"windicss": "^3.0.4"
}
}
4 changes: 2 additions & 2 deletions packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"vite": "^2.3.2",
"vite-plugin-components": "^0.8.4",
"vite-plugin-icons": "^0.5.0",
"vite-plugin-md": "^0.6.6",
"vite-plugin-md": "^0.6.7",
"vite-plugin-remote-assets": "^0.2.2",
"vite-plugin-windicss": "^0.16.0-beta.17",
"vue": "^3.0.11",
"windicss": "^3.0.2",
"windicss": "^3.0.4",
"yargs": "^17.0.1"
},
"devDependencies": {
Expand Down
94 changes: 44 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e37bb69

Please sign in to comment.