Skip to content

Commit

Permalink
Merge pull request #4 from ChALkeR/chalker/update-babel
Browse files Browse the repository at this point in the history
Update babel to 7.12.13 to fix __proto__
  • Loading branch information
theKashey committed Feb 5, 2021
2 parents 4906119 + 9f76df1 commit a273129
Show file tree
Hide file tree
Showing 2 changed files with 1,220 additions and 1,098 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -35,18 +35,18 @@
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@babel/runtime": "^7.0.0"
"@babel/runtime": "^7.12.13"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/node": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-transform-runtime": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/register": "^7.12.13",
"babel-plugin-add-module-exports": "^0.2.1",
"chai": "^3.2.0",
"enzyme": "^2.7.0",
Expand Down

0 comments on commit a273129

Please sign in to comment.