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 | |
| parent | eeaa3586d1da6b1dfda1e13c78cffac301965ba0 (diff) | |
Update react and eslint
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | yarn.lock | 12 |
2 files changed, 8 insertions, 8 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", @@ -3322,14 +3322,14 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:17.0.14": - version: 17.0.14 - resolution: "@types/react@npm:17.0.14" +"@types/react@npm:^17.0.14": + version: 17.0.71 + resolution: "@types/react@npm:17.0.71" dependencies: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: ca2eca8f33ddbcba46932efeb8affdd274ea5800ea38bf8bc8de205808d09de21ea1f3d6ab156573aca393b912f0d908826cc6ad92470a3f2b6c34e70d5f75db + checksum: c72dbebdced882fa39de867b0179ed91259331172458d69250ff30fdb3c61e3d1f3373dacca3771c3de4b19162fd65758179252b17961729213496a016b918d7 languageName: node linkType: hard @@ -6639,7 +6639,7 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^8.1.0, eslint@npm:^8.3.0": +"eslint@npm:^8.3.0": version: 8.55.0 resolution: "eslint@npm:8.55.0" dependencies: @@ -10573,7 +10573,7 @@ __metadata: "@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 |
