Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ~7.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent e8bdb0b commit 44ac1cb
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 105 deletions.
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "~20.16.0",
"@babel/core": "~7.25.0",
"@babel/plugin-syntax-flow": "~7.24.0",
"@babel/plugin-syntax-flow": "~7.25.0",
"@babel/plugin-transform-react-jsx": "~7.25.0",
"@craco/craco": "~7.1.0",
"@types/express": "~4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion apps/jest-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@babel/core": "~7.25.0",
"@babel/preset-env": "~7.25.0",
"@babel/preset-typescript": "~7.24.0",
"@babel/preset-typescript": "~7.25.0",
"@types/jest": "~29.5.0",
"babel-plugin-module-resolver": "~5.0.0",
"jest": "~29.7.0"
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@babel/core": "~7.25.0",
"@babel/preset-env": "~7.25.0",
"@babel/preset-react": "~7.24.0",
"@babel/preset-typescript": "~7.24.0",
"@babel/preset-react": "~7.25.0",
"@babel/preset-typescript": "~7.25.0",
"@storybook/core-common": "~7.6.0",
"@storybook/react": "~7.6.0",
"@storybook/react-webpack5": "~7.6.0",
Expand Down
Loading

0 comments on commit 44ac1cb

Please sign in to comment.