Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 8284c6c commit 2e522ab
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/cozy-clisk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": "jest src"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.25.2",
"babel-jest": "29.7.0",
"babel-preset-cozy-app": "2.1.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/konnectors/libs/issues"
},
"dependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.25.2",
"babel-preset-cozy-app": "^2.0.2",
"copy-webpack-plugin": "9.1.0",
"cozy-app-publish": "0.33.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-konnector-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"@babel/cli": "7.25.6",
"@babel/core": "7.25.2",
"babel-preset-cozy-app": "2.1.0",
"body-parser": "1.19.0",
"btoa": "1.2.1",
Expand Down
Loading

0 comments on commit 2e522ab

Please sign in to comment.