Skip to content

Commit

Permalink
chore: bump @babel/core to 7.23.2 (aws-amplify#13356)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual committed Oct 20, 2023
1 parent 5cc1b55 commit 3a06585
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 181 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-numeric-separator": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"@babel/plugin-transform-typescript": "7.10.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@aws-sdk/client-dynamodb": "^3.303.0",
"@aws-sdk/client-s3": "^3.303.0",
"@aws-sdk/client-ssm": "^3.303.0",
"@babel/core": "^7.10.5",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"amplify-dynamodb-simulator": "2.9.5",
"amplify-headless-interface": "1.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-frontend-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@aws-amplify/amplify-cli-core": "4.2.10",
"@babel/core": "^7.10.5",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.10.4",
"chalk": "^4.1.1",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.5.9",
"private": true,
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/core": "^7.23.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.4",
Expand Down
Loading

0 comments on commit 3a06585

Please sign in to comment.