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 Oct 18, 2021
1 parent cb58c6f commit 1e4d25a
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 390 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^4.0.0",
"find-yarn-workspace-root": "^2.0.0",
"hookem": "^1.0.9",
"lerna": "^4.0.0",
"lint-staged": "^11.2.0",
"lint-staged": "^11.2.3",
"prettier": "^2.4.1"
},
"workspaces": {
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 @@ -42,9 +42,9 @@
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"babel-jest": "^27.2.4",
"babel-jest": "^27.3.0",
"babel-plugin-tester": "^10.1.0",
"hookem": "^1.0.9",
"jest-cli": "^27.2.4"
"jest-cli": "^27.3.0"
}
}
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": "^24.5.2"
"eslint-plugin-jest": "^24.7.0"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"@4c/jest-preset": "^1.6.2",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.2.4",
"jest": "^27.3.0",
"lodash": "^4.17.21",
"react": "^17.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-4catalyzer-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint-plugin-import": "^2.24.2",
"typescript": "^4.4.3"
"eslint-plugin-import": "^2.25.2",
"typescript": "^4.4.4"
}
}
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.24.2"
"eslint-plugin-import": "^2.25.2"
}
}
2 changes: 1 addition & 1 deletion packages/jest-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"jest": "^25.1.0"
},
"devDependencies": {
"jest": "^27.2.4"
"jest": "^27.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/semantic-release-alt-publish-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.1",
"fs-extra": "^10.0.0",
"jest": "^27.2.4",
"jest": "^27.3.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.7",
"tempy": "^1.0.1"
Expand Down
Loading

0 comments on commit 1e4d25a

Please sign in to comment.