Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 15, 2020
1 parent 5ae7380 commit 87ca99e
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 134 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"node": ">=10.0.0"
},
"devDependencies": {
"@ls-lint/ls-lint": "^1.8.0",
"@microsoft/api-extractor": "^7.9.7",
"@rollup/plugin-commonjs": "^13.0.0",
"@ls-lint/ls-lint": "^1.9.2",
"@microsoft/api-extractor": "^7.9.15",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.2.1",
"@types/jest": "^26.0.0",
"@types/node": "13.11.1",
"@types/node": "^14.10.1",
"@types/puppeteer": "^2.0.0",
"@typescript-eslint/parser": "^3.9.1",
"@typescript-eslint/parser": "^4.1.1",
"brotli": "^1.3.2",
"chalk": "^4.1.0",
"conventional-changelog-cli": "^2.0.31",
"csstype": "^2.6.8",
"csstype": "^3.0.3",
"enquirer": "^2.3.2",
"eslint": "^7.7.0",
"execa": "^4.0.2",
Expand All @@ -66,10 +66,10 @@
"npm-run-all": "^4.1.5",
"prettier": "~1.14.0",
"puppeteer": "^2.0.0",
"rollup": "^2.16.1",
"rollup": "^2.26.11",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"semver": "^7.3.2",
"serve": "^11.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-core#readme",
"dependencies": {
"@vue/shared": "3.0.0-rc.10",
"@babel/parser": "^7.10.4",
"@babel/types": "^7.10.4",
"@babel/parser": "^7.11.5",
"@babel/types": "^7.11.5",
"estree-walker": "^2.0.1",
"source-map": "^0.6.1"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"vue": "3.0.0-rc.10"
},
"dependencies": {
"@babel/parser": "^7.10.4",
"@babel/types": "^7.10.4",
"@babel/parser": "^7.11.5",
"@babel/types": "^7.11.5",
"@vue/compiler-core": "3.0.0-rc.10",
"@vue/compiler-dom": "3.0.0-rc.10",
"@vue/compiler-ssr": "3.0.0-rc.10",
"@vue/shared": "3.0.0-rc.10",
"consolidate": "^0.15.1",
"consolidate": "^0.16.0",
"estree-walker": "^2.0.1",
"hash-sum": "^2.0.0",
"lru-cache": "^5.1.1",
"magic-string": "^0.25.7",
"merge-source-map": "^1.1.0",
"postcss": "^7.0.27",
"postcss-modules": "^3.1.0",
"postcss": "^7.0.32",
"postcss-modules": "^3.2.2",
"postcss-selector-parser": "^6.0.2",
"source-map": "^0.6.1"
},
Expand Down
Loading

0 comments on commit 87ca99e

Please sign in to comment.