diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-12-02 22:58:49 -0800 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2023-12-02 22:58:49 -0800 |
| commit | 4d69e8ac647494cab4e78ef8a994dc1b0d021f07 (patch) | |
| tree | e9aa64bd67050f3b3f7ebdaad0769ac23abcdad6 /package.json | |
| parent | eeaa3586d1da6b1dfda1e13c78cffac301965ba0 (diff) | |
Update react and eslint
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5f7447f..6a1ee09 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "web-vitals": "^2.1.0" }, "resolutions": { - "@types/react": "17.0.14", + "@types/react": "^17.0.14", "@types/react-dom": "17.0.14", "nth-check": "2.1.1" }, @@ -63,7 +63,7 @@ "@types/styled-components": "^5.1.24", "@typescript-eslint/eslint-plugin": "^5.15.0", "@typescript-eslint/parser": "^5.15.0", - "eslint": "^8.1.0", + "eslint": "^8.3.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", |
