Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent e35b3f9 commit c288a3a
Show file tree
Hide file tree
Showing 5 changed files with 302 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/optimise-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.0",
"@babel/eslint-plugin": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.0",
"@stryker-mutator/core": "7.3.0",
"@stryker-mutator/html-reporter": "3.1.0",
"@stryker-mutator/javascript-mutator": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/optimise-remote-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.0",
"@babel/eslint-plugin": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.0",
"eslint-plugin-promise": "6.6.0"
}
}
4 changes: 2 additions & 2 deletions packages/optimise-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.0",
"@babel/eslint-plugin": "7.24.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-modules-commonjs": "7.24.8",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.0",
"babel-jest": "24.9.0",
"babel-plugin-require-context-hook": "1.0.0",
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimise-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/eslint-parser": "7.24.8",
"@babel/eslint-parser": "7.25.0",
"@babel/eslint-plugin": "7.24.7",
"@babel/helper-builder-react-jsx": "7.24.7",
"@babel/helper-builder-react-jsx-experimental": "7.12.11",
Expand Down
Loading

0 comments on commit c288a3a

Please sign in to comment.