Skip to content

Commit

Permalink
feat: Upgrade eslint, babel and cozy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleface authored and doubleface committed Mar 19, 2024
1 parent fe86414 commit 48031fc
Show file tree
Hide file tree
Showing 6 changed files with 609 additions and 1,031 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -8,8 +8,7 @@
"devDependencies": {
"babel-preset-env": "1.7.0",
"cross-env": "7.0.3",
"eslint-config-cozy-app": "4.0.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-config-cozy-app": "6.1.0",
"lerna": "4.0.0"
},
"prettier": {
Expand Down
14 changes: 9 additions & 5 deletions packages/cozy-clisk/package.json
Expand Up @@ -26,11 +26,15 @@
"test": "jest src"
},
"devDependencies": {
"@babel/core": "7.20.12",
"babel-jest": "29.3.1",
"babel-preset-cozy-app": "2.0.4",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"@babel/core": "7.24.0",
"babel-jest": "29.7.0",
"babel-preset-cozy-app": "2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "^3.2.5",
"typescript": "4.9.5"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-jobs-cli/package.json
Expand Up @@ -26,7 +26,7 @@
"cheerio": "1.0.0-rc.12",
"cli-highlight": "2.1.11",
"commander": "7.2.0",
"cozy-client": "41.2.0",
"cozy-client": "45.14.1",
"cozy-device-helper": "^2.1.0",
"cozy-flags": "^2.8.7",
"cozy-konnector-libs": "^5.9.1",
Expand All @@ -40,8 +40,8 @@
"test": "jest"
},
"devDependencies": {
"eslint-config-cozy-app": "4.0.0",
"jest": "27.4.7"
"eslint-config-cozy-app": "6.1.0",
"jest": "29.7.0"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-konnector-build/package.json
Expand Up @@ -16,7 +16,7 @@
"url": "https://github.com/konnectors/libs/issues"
},
"dependencies": {
"@babel/core": "7.17.10",
"@babel/core": "7.24.0",
"babel-preset-cozy-app": "^2.0.2",
"copy-webpack-plugin": "9.1.0",
"cozy-app-publish": "0.33.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cozy-konnector-libs/package.json
Expand Up @@ -78,16 +78,16 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"babel-preset-cozy-app": "2.0.2",
"@babel/cli": "7.23.9",
"@babel/core": "7.24.0",
"babel-preset-cozy-app": "2.1.0",
"body-parser": "1.19.0",
"btoa": "1.2.1",
"cross-env": "7.0.3",
"csv-writer": "1.6.0",
"eslint-config-cozy-app": "4.0.0",
"eslint-config-cozy-app": "6.1.0",
"husky": "6.0.0",
"jest": "27.4.7",
"jest": "29.7.0",
"jsdoc-to-markdown": "6.0.1",
"pdfjs": "2.4.7",
"pdfjs-dist": "2.12.313",
Expand Down

0 comments on commit 48031fc

Please sign in to comment.