Skip to content

Commit ff694e1

Browse files
chore(deps-dev): bump eslint from 7.32.0 to 8.57.0 (#272)
* chore(deps-dev): bump eslint from 7.32.0 to 8.57.0 Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.57.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.57.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lijianan <[email protected]>
1 parent 8a7608e commit ff694e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
"enzyme": "^3.1.1",
6363
"enzyme-adapter-react-16": "^1.15.6",
6464
"enzyme-to-json": "^3.1.2",
65-
"eslint": "^7.1.0",
65+
"eslint": "^8.57.0",
66+
"eslint-plugin-jest": "^27.6.0",
67+
"eslint-plugin-unicorn": "^50.0.1",
6668
"father": "^4.0.0",
6769
"glob": "^8.0.1",
6870
"np": "^10.0.1",
@@ -72,4 +74,4 @@
7274
"react-dom": "^16.0.0",
7375
"typescript": "^5.0.0"
7476
}
75-
}
77+
}

0 commit comments

Comments
 (0)