Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ~7.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 70df0b2 commit 2e657ca
Show file tree
Hide file tree
Showing 4 changed files with 887 additions and 2,144 deletions.
2 changes: 1 addition & 1 deletion apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@types/node": "~20.11.0",
"@babel/core": "~7.23.0",
"@babel/core": "~7.24.0",
"@babel/plugin-syntax-flow": "~7.23.0",
"@babel/plugin-transform-react-jsx": "~7.23.0",
"@craco/craco": "~7.1.0",
Expand Down
4 changes: 2 additions & 2 deletions apps/jest-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@nighttrax/foo": "workspace:*"
},
"devDependencies": {
"@babel/core": "~7.23.0",
"@babel/preset-env": "~7.23.0",
"@babel/core": "~7.24.0",
"@babel/preset-env": "~7.24.0",
"@babel/preset-typescript": "~7.23.0",
"@types/jest": "~29.5.0",
"babel-plugin-module-resolver": "~5.0.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 @@ -8,8 +8,8 @@
"react-dom": "~18.2.0"
},
"devDependencies": {
"@babel/core": "~7.23.0",
"@babel/preset-env": "~7.23.0",
"@babel/core": "~7.24.0",
"@babel/preset-env": "~7.24.0",
"@babel/preset-react": "~7.23.0",
"@babel/preset-typescript": "~7.23.0",
"@storybook/core-common": "~7.6.0",
Expand Down
Loading

0 comments on commit 2e657ca

Please sign in to comment.