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 authored and renovate[bot] committed Aug 17, 2020
1 parent c43aab7 commit 81510ce
Show file tree
Hide file tree
Showing 8 changed files with 409 additions and 402 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"trailingComma": "all"
},
"devDependencies": {
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
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 @@ -43,8 +43,8 @@
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"babel-jest": "^26.2.2",
"babel-jest": "^26.3.0",
"babel-plugin-tester": "^9.2.0",
"jest-cli": "^26.2.2"
"jest-cli": "^26.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-4catalyzer-flow-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5"
"eslint-plugin-react": "^7.20.6"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-4catalyzer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"devDependencies": {
"@4c/jest-preset": "^1.5.1",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.8",
"jest": "^26.2.2",
"lodash": "^4.17.19",
"jest": "^26.4.0",
"lodash": "^4.17.20",
"react": "^16.13.1"
}
}
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 @@ -22,8 +22,8 @@
"eslint-plugin-import": "^2.18.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint-plugin-import": "^2.22.0"
}
}
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": "^26.2.2"
"jest": "^26.4.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.0",
"fs-extra": "^9.0.1",
"jest": "^26.2.2",
"jest": "^26.4.0",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"tempy": "^0.6.0"
Expand Down
Loading

0 comments on commit 81510ce

Please sign in to comment.