Skip to content

Commit

Permalink
Upgrade @babel/* packages to last version (#5305)
Browse files Browse the repository at this point in the history
This should fix #5303

Co-authored-by: Shimi <shimrit.yacobi@gmail.com>
  • Loading branch information
armandabric and ShimiSun committed Jun 10, 2021
1 parent 5a57ddf commit edc908b
Show file tree
Hide file tree
Showing 2 changed files with 532 additions and 30 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,19 @@
"react-desc": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/node": "^7.12.10",
"@babel/node": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "^7.14.0",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@storybook/addon-storysource": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@storybook/react": "^6.2.9",
Expand Down

0 comments on commit edc908b

Please sign in to comment.