Skip to content

Commit

Permalink
chore(deps): update babel to v7.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 29, 2022
1 parent e6367b5 commit 9a4e032
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 87 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme",
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@jest/test-sequencer": "^27.4.6",
"@types/jest": "^27.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"sharp": "0.29.1"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-env": "7.17.10",
"@babel/preset-typescript": "7.16.7",
"@jest/globals": "27.4.6",
"@types/cookie": "0.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/lambda-at-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme",
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.10",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@jest/globals": "27.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-components/aws-cloudfront/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ramda": "0.27.1"
},
"peerDependencies": {
"@babel/core": "7.17.5",
"@babel/core": "7.17.10",
"@serverless/core": "1.1.2",
"aws-sdk": "2.1093.0"
},
Expand Down
Loading

0 comments on commit 9a4e032

Please sign in to comment.