Skip to content

Commit

Permalink
Update babel to 7.12.13 to fix __proto__ (#7763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Feb 4, 2021
1 parent ebd1528 commit 346153e
Show file tree
Hide file tree
Showing 5 changed files with 877 additions and 794 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -9,11 +9,11 @@
"test": "jest --projects ./packages/*/"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-config/package.json
Expand Up @@ -29,7 +29,7 @@
"react-router": ">=5"
},
"dependencies": {
"@babel/runtime": "^7.1.2"
"@babel/runtime": "^7.12.13"
},
"browserify": {
"transform": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Expand Up @@ -40,7 +40,7 @@
"react": ">=15"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@babel/runtime": "^7.12.13",
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Expand Up @@ -36,7 +36,7 @@
"react": ">=15"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@babel/runtime": "^7.12.13",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.1.0",
"loose-envify": "^1.3.1",
Expand Down

0 comments on commit 346153e

Please sign in to comment.