Skip to content

Commit

Permalink
chore: update deps (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Aug 11, 2020
1 parent 13bfed1 commit 0145d85
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 587 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,34 +44,34 @@
},
"homepage": "https://github.com/vuejs/composition-api#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "8.0.0",
"@rollup/plugin-replace": "^2.3.2",
"@types/jest": "^25.2.3",
"@types/node": "^14.0.6",
"concurrently": "^5.2.0",
"conventional-changelog-cli": "^2.0.31",
"conventional-github-releaser": "^3.1.3",
"@rollup/plugin-node-resolve": "8.4.0",
"@rollup/plugin-replace": "^2.3.3",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"concurrently": "^5.3.0",
"conventional-changelog-cli": "^2.0.35",
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.2",
"husky": "^4.2.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.7",
"jest": "^26.3.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.12.0",
"rollup-plugin-dts": "^1.4.7",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5",
"rollup": "^2.23.1",
"rollup-plugin-dts": "^1.4.10",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7",
"vue": "^2.6.11",
"vue-router": "^3.3.2",
"vue-router": "^3.4.2",
"vue-server-renderer": "^2.6.11"
},
"peerDependencies": {
"vue": ">= 2.5 < 3"
},
"dependencies": {
"tslib": "^2.0.0"
"tslib": "^2.0.1"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 0145d85

Please sign in to comment.