Skip to content

Commit

Permalink
build(deps): Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ahnpnl committed Jan 19, 2024
1 parent 41b8460 commit f41cc3e
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 556 deletions.
383 changes: 205 additions & 178 deletions e2e/transform-js/package-lock.json

Large diffs are not rendered by default.

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.23.3"
"@babel/preset-env": "^7.23.8"
},
"jest": {
"projects": [
Expand Down
535 changes: 282 additions & 253 deletions examples/js-with-babel/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/js-with-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test-esm-isolated": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm-isolated.config.mjs --no-cache"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"babel-jest": "^29.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
Expand Down

0 comments on commit f41cc3e

Please sign in to comment.