Skip to content

Commit

Permalink
fix(deps): update dependency @babel/preset-env to ~7.21.0 (#440)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent 3822fc2 commit a0bb654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-proposal-decorators": "~7.21.0",
"@babel/plugin-proposal-export-default-from": "~7.18.10",
"@babel/plugin-transform-runtime": "~7.21.0",
"@babel/preset-env": "~7.20.2",
"@babel/preset-env": "~7.21.0",
"@babel/preset-react": "~7.18.6",
"@babel/preset-typescript": "~7.21.0",
"@tsbb/typescript": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@babel/plugin-proposal-decorators": "~7.21.0",
"@babel/plugin-proposal-object-rest-spread": "~7.20.7",
"@babel/preset-env": "~7.20.2",
"@babel/preset-env": "~7.21.0",
"@babel/preset-react": "~7.18.6",
"@babel/preset-typescript": "~7.21.0",
"@types/jest": "^29.5.0",
Expand Down

0 comments on commit a0bb654

Please sign in to comment.