Skip to content

Commit 05a39fa

Browse files
committed
fix: update "@typescript-eslint/parser" to "5.9.0"
1 parent 0229047 commit 05a39fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/react-router-dom": "^5.1.3",
4545
"@types/redux-mock-store": "^1.0.1",
4646
"@typescript-eslint/eslint-plugin": "^4.8.1",
47-
"@typescript-eslint/parser": "^4.8.1",
47+
"@typescript-eslint/parser": "5.9.0",
4848
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
4949
"enzyme": "^3.11.0",
5050
"eslint": "^7.11.0",

template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/react-router-dom": "5.1.3",
1111
"@types/redux-mock-store": "^1.0.1",
1212
"@typescript-eslint/eslint-plugin": "4.8.1",
13-
"@typescript-eslint/parser": "4.8.1",
13+
"@typescript-eslint/parser": "5.9.0",
1414
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
1515
"enzyme": "3.11.0",
1616
"eslint": "7.11.0",

0 commit comments

Comments
 (0)