Skip to content

Commit

Permalink
Update Babel to version 7.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored and felixmosh committed Nov 8, 2020
1 parent aeee44d commit 5ba27d6
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 119 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -72,10 +72,10 @@
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^24.0.0",
Expand Down
6 changes: 3 additions & 3 deletions sample/parcel/package.json
Expand Up @@ -19,9 +19,9 @@
"react-dom": "^16.5.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"parcel-bundler": "1.12.2"
}
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Expand Up @@ -19,9 +19,9 @@
"react-dom": "^16.5.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"parcel-bundler": "1.12.2"
}
Expand Down

0 comments on commit 5ba27d6

Please sign in to comment.