Skip to content

Commit

Permalink
Bump @babel/* packages (#21365)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 8, 2020
1 parent caa3c08 commit d5441e5
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 584 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"typescript:transpile:dev": "node scripts/formattedTSDemos --watch"
},
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/runtime-corejs2": "^7.9.6",
"@babel/core": "^7.10.2",
"@babel/plugin-transform-object-assign": "^7.10.1",
"@babel/runtime-corejs2": "^7.10.2",
"@date-io/core": "^1.3.9",
"@date-io/date-fns": "^1.3.11",
"@emotion/core": "^10.0.27",
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"typescript": "lerna run typescript --parallel"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.9.0",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-object-assign": "^7.10.1",
"@babel/plugin-transform-react-constant-elements": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.1",
"@rollup/plugin-replace": "^2.3.1",
"@testing-library/dom": "^7.0.3",
"@testing-library/react": "^10.0.1",
Expand Down Expand Up @@ -153,17 +153,17 @@
"yarn-deduplicate": "^2.0.0"
},
"resolutions": {
"**/@babel/core": "^7.9.6",
"**/@babel/plugin-proposal-class-properties": "^7.8.3",
"**/@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"**/@babel/plugin-proposal-optional-chaining": "^7.9.0",
"**/@babel/core": "^7.10.2",
"**/@babel/plugin-proposal-class-properties": "^7.10.1",
"**/@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"**/@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"**/@babel/plugin-proposal-optional-chaining": "^7.10.1",
"**/@babel/plugin-transform-destructuring": "npm:@minh.nguyen/plugin-transform-destructuring@^7.5.2",
"**/@babel/plugin-transform-runtime": "^7.9.6",
"**/@babel/preset-env": "^7.9.6",
"**/@babel/preset-react": "^7.9.4",
"**/@babel/runtime": "^7.9.6",
"**/@babel/types": "^7.9.6",
"**/@babel/plugin-transform-runtime": "^7.10.1",
"**/@babel/preset-env": "^7.10.2",
"**/@babel/preset-react": "^7.10.1",
"**/@babel/runtime": "^7.10.2",
"**/@babel/types": "^7.10.2",
"**/hoist-non-react-statics": "^3.3.2",
"**/next/terser": "^4.1.2"
},
Expand Down
Loading

0 comments on commit d5441e5

Please sign in to comment.