Skip to content

Commit

Permalink
chore(deps): update babel monorepo to ~7.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent a8f3946 commit a0af8fd
Show file tree
Hide file tree
Showing 4 changed files with 1,224 additions and 1,133 deletions.
4 changes: 2 additions & 2 deletions apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@types/node": "~22.8.0",
"@babel/core": "~7.25.0",
"@babel/plugin-syntax-flow": "~7.25.0",
"@babel/core": "~7.26.0",
"@babel/plugin-syntax-flow": "~7.26.0",
"@babel/plugin-transform-react-jsx": "~7.25.0",
"@craco/craco": "~7.1.0",
"@types/express": "~4.17.13",
Expand Down
6 changes: 3 additions & 3 deletions apps/jest-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@nighttrax/foo": "workspace:*"
},
"devDependencies": {
"@babel/core": "~7.25.0",
"@babel/preset-env": "~7.25.0",
"@babel/preset-typescript": "~7.25.0",
"@babel/core": "~7.26.0",
"@babel/preset-env": "~7.26.0",
"@babel/preset-typescript": "~7.26.0",
"@types/jest": "~29.5.0",
"babel-plugin-module-resolver": "~5.0.0",
"jest": "~29.7.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"react-dom": "~18.3.0"
},
"devDependencies": {
"@babel/core": "~7.25.0",
"@babel/preset-env": "~7.25.0",
"@babel/core": "~7.26.0",
"@babel/preset-env": "~7.26.0",
"@babel/preset-react": "~7.25.0",
"@babel/preset-typescript": "~7.25.0",
"@babel/preset-typescript": "~7.26.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 a0af8fd

Please sign in to comment.