Skip to content

Commit b23820b

Browse files
committed
Upgrade other dependencies to fix linting
1 parent b17b43a commit b23820b

File tree

2 files changed

+256
-45
lines changed

2 files changed

+256
-45
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@testing-library/jest-dom": "^5.16.4",
2828
"@testing-library/react": "^13.3.0",
2929
"@testing-library/user-event": "^14.2.1",
30-
"@types/jest": "^28.1.4",
31-
"@types/node": "^18.0.0",
30+
"@types/jest": "^29.0.0",
31+
"@types/node": "^18.7.16",
3232
"@types/prompts": "^2.0.14",
33-
"@types/react": "^18.0.14",
34-
"@types/react-dom": "^18.0.5",
33+
"@types/react": "^18.0.18",
34+
"@types/react-dom": "^18.0.6",
3535
"@types/react-redux": "^7.1.24",
36-
"@typescript-eslint/eslint-plugin": "^5.30.4",
37-
"@typescript-eslint/parser": "^5.30.4",
36+
"@typescript-eslint/eslint-plugin": "^5.36.2",
37+
"@typescript-eslint/parser": "^5.36.2",
3838
"babel-loader": "^8.2.5",
3939
"chalk": "^5.0.1",
4040
"copyfiles": "^2.4.1",
@@ -45,7 +45,7 @@
4545
"emscript-loader": "^1.0.6",
4646
"eslint": "^8.19.0",
4747
"eslint-config-react-app": "^7.0.1",
48-
"eslint-import-resolver-typescript": "^3.2.0",
48+
"eslint-import-resolver-typescript": "^3.5.1",
4949
"eslint-plugin-align-import": "^1.0.0",
5050
"eslint-plugin-deprecation": "^1.3.2",
5151
"eslint-plugin-import": "^2.26.0",
@@ -74,7 +74,7 @@
7474
"postcss-preset-env": "^7.7.2",
7575
"prompts": "^2.4.2",
7676
"react-refresh": "0.14.0",
77-
"react-refresh-typescript": "^2.0.5",
77+
"react-refresh-typescript": "^2.0.7",
7878
"sass": "^1.53.0",
7979
"sass-loader": "^13.0.2",
8080
"ts-jest": "^28.0.5",

0 commit comments

Comments
 (0)