Skip to content

Commit

Permalink
fix: pin babel-core and babel-cli version (#9593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaucode committed Feb 15, 2022
1 parent 9a52c2b commit a0fc830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"homepage": "https://aws-amplify.github.io/",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/cli": "7.17.0",
"@babel/core": "7.17.2",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^24.0.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/amazon-cognito-identity-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"js-cookie": "^2.2.1"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/cli": "7.17.0",
"@babel/core": "7.17.2",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.0.0",
"@react-native-async-storage/async-storage": "1.15.17",
Expand Down

0 comments on commit a0fc830

Please sign in to comment.