Skip to content

Commit

Permalink
chore: Update babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jun 24, 2021
1 parent e149296 commit 1360ebe
Show file tree
Hide file tree
Showing 2 changed files with 1,051 additions and 817 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"release": "./scripts/release.sh"
},
"dependencies": {
"@babel/core": "7.11.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-proposal-function-sent": "7.10.4",
"@babel/plugin-proposal-throw-expressions": "7.10.4",
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-function-sent": "7.14.5",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/preset-react": "7.14.5",
"@moonwalker/pre-flight-check": "1.0.32",
"assets-webpack-plugin": "5.1.1",
"async": "3.2.0",
"autoprefixer": "9.8.6",
"babel-jest": "26.3.0",
"babel-loader": "8.1.0",
"babel-plugin-graphql-tag": "3.0.0",
"babel-jest": "27.0.5",
"babel-loader": "8.2.2",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-react-docgen": "4.1.0",
"babel-plugin-react-docgen": "4.2.1",
"babel-plugin-react-require": "3.1.3",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bundle-stats-webpack-plugin": "2.2.0",
Expand Down
Loading

0 comments on commit 1360ebe

Please sign in to comment.