Skip to content

Commit

Permalink
[core] Bump @babel/* deps (#18552)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 25, 2019
1 parent 374eb6d commit 3c90ee5
Show file tree
Hide file tree
Showing 3 changed files with 566 additions and 550 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"typescript:transpile:dev": "node scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/core": "^7.7.4",
"@babel/plugin-transform-object-assign": "^7.7.4",
"@date-io/core": "^1.3.9",
"@date-io/date-fns": "^1.3.11",
"@emotion/core": "^10.0.22",
Expand Down Expand Up @@ -121,7 +121,7 @@
"webpack-bundle-analyzer": "^3.5.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.6.0",
"@babel/preset-typescript": "^7.7.4",
"babel-plugin-unwrap-createstyles": "^4.1.0",
"cpy-cli": "^2.0.0",
"gm": "^1.23.0"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"typescript": "lerna run typescript --parallel"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.0",
"@babel/node": "^7.6.1",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "~7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.2",
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-object-assign": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/register": "^7.7.4",
"@testing-library/dom": "^6.8.1",
"@testing-library/react": "^9.3.2",
"@types/chai": "^4.2.3",
Expand Down Expand Up @@ -138,15 +138,15 @@
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"**/@babel/core": "^7.6.0",
"**/@babel/plugin-proposal-class-properties": "^7.5.5",
"**/@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"**/@babel/core": "^7.7.4",
"**/@babel/plugin-proposal-class-properties": "^7.7.4",
"**/@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"**/@babel/plugin-transform-runtime": "~7.5.5",
"**/@babel/preset-env": "^7.6.0",
"**/@babel/preset-react": "^7.0.0",
"**/@babel/runtime-corejs2": "^7.4.4",
"**/@babel/runtime": "^7.4.4",
"**/@babel/plugin-transform-runtime": "^7.7.4",
"**/@babel/preset-env": "^7.7.4",
"**/@babel/preset-react": "^7.7.4",
"**/@babel/runtime-corejs2": "^7.7.4",
"**/@babel/runtime": "^7.7.4",
"**/hoist-non-react-statics": "^3.2.1",
"**/next/terser": "^4.1.2"
},
Expand Down

0 comments on commit 3c90ee5

Please sign in to comment.