Skip to content

Commit

Permalink
chore(web-storage): fix wrong eslint version (#2854)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Nov 28, 2023
1 parent 9ad5abe commit adb4cad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/neat-fans-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion incubator/@react-native-webapis/web-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adb4cad

Please sign in to comment.