From adb4cadbbd516a253362e60c413b6f4ca9440409 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:30:24 +0100 Subject: [PATCH] chore(web-storage): fix wrong `eslint` version (#2854) --- .changeset/neat-fans-brake.md | 2 ++ incubator/@react-native-webapis/web-storage/package.json | 2 +- yarn.lock | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changeset/neat-fans-brake.md diff --git a/.changeset/neat-fans-brake.md b/.changeset/neat-fans-brake.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/neat-fans-brake.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/incubator/@react-native-webapis/web-storage/package.json b/incubator/@react-native-webapis/web-storage/package.json index 9489d76f0..60bcf6bb1 100644 --- a/incubator/@react-native-webapis/web-storage/package.json +++ b/incubator/@react-native-webapis/web-storage/package.json @@ -46,7 +46,7 @@ "@babel/preset-env": "^7.20.0", "@rnx-kit/eslint-config": "*", "@rnx-kit/scripts": "*", - "eslint": "^8.0.0", + "eslint": "^8.23.0", "jest": "^29.2.1", "prettier": "^3.0.0", "react": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 487d1ac6d..28f90d850 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3200,7 +3200,7 @@ __metadata: "@babel/preset-env": ^7.20.0 "@rnx-kit/eslint-config": "*" "@rnx-kit/scripts": "*" - eslint: ^8.0.0 + eslint: ^8.23.0 jest: ^29.2.1 prettier: ^3.0.0 react: 18.2.0