Skip to content

Commit cb563d0

Browse files
committed
fix(deps): update dependency eslint-plugin-react to ^7.37.1
1 parent 99b726e commit cb563d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"eslint-config-txo-typescript": "^4.0.66",
3434
"eslint-plugin-jsx-a11y": "^6.10.0",
35-
"eslint-plugin-react": "^7.37.0",
35+
"eslint-plugin-react": "^7.37.1",
3636
"eslint-plugin-react-hooks": "^4.6.2"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,10 +3219,10 @@ eslint-plugin-react-hooks@^4.6.2:
32193219
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
32203220
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
32213221

3222-
eslint-plugin-react@^7.37.0:
3223-
version "7.37.0"
3224-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.0.tgz#c21f64a32fc34df1eaeca571ec8f70bdc40dd20a"
3225-
integrity sha512-IHBePmfWH5lKhJnJ7WB1V+v/GolbB0rjS8XYVCSQCZKaQCAUhMoVoOEn1Ef8Z8Wf0a7l8KTJvuZg5/e4qrZ6nA==
3222+
eslint-plugin-react@^7.37.1:
3223+
version "7.37.1"
3224+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.37.1.tgz#56493d7d69174d0d828bc83afeffe96903fdadbd"
3225+
integrity sha512-xwTnwDqzbDRA8uJ7BMxPs/EXRB3i8ZfnOIp8BsxEQkT0nHPp+WWceqGgo6rKb9ctNi8GJLDT4Go5HAWELa/WMg==
32263226
dependencies:
32273227
array-includes "^3.1.8"
32283228
array.prototype.findlast "^1.2.5"

0 commit comments

Comments
 (0)