Skip to content

Commit 546e675

Browse files
committed
Bump package version to 7.4.0
1 parent c4d1974 commit 546e675

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 7.4.0 (25.08.2022)
4+
5+
**Update dependencies:**
6+
7+
* eslint-import-resolver-webpack: 0.11.1 => 0.13.4,
8+
* eslint-plugin-import: 2.26.0 => 2.28.1,
9+
* eslint-plugin-jsx-a11y: 6.6.1 => 6.7.1,
10+
* eslint-plugin-react: 7.30.1 => 7.33.2,
11+
12+
**Update peerDependencies:**
13+
14+
* eslint: ^7.32.0 => ^7.32.0 || ^8.2.0
15+
316
## 7.3.0 (25.08.2022)
417

518
Turned off `react/function-component-definition` rule.

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funboxteam/eslint-config",
3-
"version": "7.3.0",
3+
"version": "7.4.0",
44
"description": "ESLint rules that follow our style guide",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)