Skip to content

Commit

Permalink
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 29, 2024
1 parent 4770858 commit 1f602aa
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 152 deletions.
4 changes: 2 additions & 2 deletions package-forks/gulp-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"devDependencies": {
"@babel/core": "7.24.9",
"@babel/plugin-transform-arrow-functions": "7.24.7",
"@babel/plugin-transform-block-scoping": "7.24.7",
"@babel/plugin-transform-classes": "7.24.8",
"@babel/plugin-transform-block-scoping": "7.25.0",
"@babel/plugin-transform-classes": "7.25.0",
"ava": "6.1.3",
"c8": "10.1.2",
"vinyl": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"dependencies": {
"@babel/core": "7.24.9",
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@swissquote/crafty-commons": "1.26.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.24.7",
"@babel/preset-env": "7.24.8",
"@babel/preset-env": "7.25.0",
"@babel/preset-react": "7.24.7",
"babel-plugin-istanbul": "7.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
Expand Down
2 changes: 1 addition & 1 deletion packages/crafty-preset-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@babel/core": "7.24.9",
"@babel/helper-module-imports": "7.24.7",
"@babel/runtime": "7.24.8",
"@babel/runtime": "7.25.0",
"@swissquote/babel-preset-swissquote": "1.26.0",
"@swissquote/crafty-commons-gulp": "1.26.0",
"@swissquote/crafty-commons-webpack": "1.26.0",
Expand Down
Loading

0 comments on commit 1f602aa

Please sign in to comment.