Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 18, 2024
1 parent 431c1f8 commit 0302329
Show file tree
Hide file tree
Showing 7 changed files with 2,134 additions and 2,291 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"trailingComma": "all"
},
"devDependencies": {
"eslint": "^8.21.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"find-yarn-workspace-root": "^2.0.0",
"hookem": "^2.0.1",
"lerna": "^5.4.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
"lerna": "^5.6.2",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8"
},
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"babel-jest": "^28.1.3",
"hookem": "^2.0.1",
"jest-cli": "^28.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"eslint-plugin-jest": "^22.15.1"
},
"devDependencies": {
"eslint-plugin-jest": "^26.8.2"
"eslint-plugin-jest": "^26.9.0"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"@4c/jest-preset": "^1.8.0",
"eslint": "^8.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^28.1.3",
"lodash": "^4.17.21",
"react": "^18.2.0"
"react": "^18.3.1"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-4catalyzer-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.7.4"
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-plugin-import": "^2.29.1",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"eslint-plugin-import": "^2.26.0"
"eslint-plugin-import": "^2.29.1"
}
}
Loading

0 comments on commit 0302329

Please sign in to comment.