Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2023
1 parent 59a8bdc commit 591013d
Show file tree
Hide file tree
Showing 4 changed files with 289 additions and 178 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.20.12",
"@babel/core": "7.23.2",
"babel-jest": "29.3.1",
"babel-preset-cozy-app": "2.0.4",
"jest": "29.3.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.17.10",
"@babel/core": "7.23.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 @@ -78,8 +78,8 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/cli": "7.23.0",
"@babel/core": "7.23.2",
"babel-preset-cozy-app": "2.0.2",
"body-parser": "1.19.0",
"btoa": "1.2.1",
Expand Down
Loading

0 comments on commit 591013d

Please sign in to comment.