Skip to content

Commit f4dd64f

Browse files
Update react monorepo
1 parent 1f89777 commit f4dd64f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint": "8.57.1",
7272
"eslint-config-mitodl": "^2.0.0",
7373
"eslint-plugin-react": "^7.37.1",
74-
"eslint-plugin-react-hooks": "^4.6.2",
74+
"eslint-plugin-react-hooks": "^5.0.0",
7575
"jest": "^29.0.3",
7676
"jest-environment-jsdom": "^29.7.0",
7777
"next": "^14.2.7",
@@ -86,7 +86,7 @@
8686
"peerDependencies": {
8787
"@types/history": "^4.9",
8888
"next": "^14.2.7",
89-
"react": "^16.13.1",
89+
"react": "^18.0.0",
9090
"react-router": "^6.22.2"
9191
},
9292
"peerDependenciesMeta": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,10 +2389,10 @@ eslint-config-mitodl@^2.0.0:
23892389
"@typescript-eslint/parser" "^7.0.1"
23902390
eslint-config-google "^0.14.0"
23912391

2392-
eslint-plugin-react-hooks@^4.6.2:
2393-
version "4.6.2"
2394-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596"
2395-
integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==
2392+
eslint-plugin-react-hooks@^5.0.0:
2393+
version "5.0.0"
2394+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
2395+
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
23962396

23972397
eslint-plugin-react@^7.37.1:
23982398
version "7.37.2"

0 commit comments

Comments
 (0)