Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to v7.25.8 (#4211)
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] authored Oct 14, 2024
1 parent 1852a09 commit 96aa8f7
Show file tree
Hide file tree
Showing 5 changed files with 968 additions and 1,006 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "config/eslint"
},
"dependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@babel/eslint-parser": "^7.24.8",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.24.7",
Expand Down
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"directory": "config/jest"
},
"dependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@swc/core": "1.7.26",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.13",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@manypkg/get-packages": "2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-dom": "18.x"
},
"devDependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.47",
"react": "18.3.1",
Expand Down
Loading

0 comments on commit 96aa8f7

Please sign in to comment.