Skip to content

Commit

Permalink
build(deps): Update babel monorepo to ^7.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Jul 30, 2024
1 parent 46fa736 commit 5cc1333
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 154 deletions.
118 changes: 59 additions & 59 deletions e2e/transform-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e2e/transform-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@babel/preset-env": "^7.25.0"
"@babel/preset-env": "^7.25.2"
},
"jest": {
"projects": [
Expand Down
4 changes: 2 additions & 2 deletions examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test-esm-isolated": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest -c=jest-esm-isolated.config.mjs --no-cache"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.25.0",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@tsconfig/strictest": "^2.0.5",
"@types/jest": "^29.5.12",
"babel-jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 5cc1333

Please sign in to comment.