Skip to content

Commit 0957649

Browse files
chore(deps): update react monorepo
1 parent 7b82a92 commit 0957649

File tree

2 files changed

+392
-55
lines changed

2 files changed

+392
-55
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@testing-library/react-12": "npm:@testing-library/react@^12.1.2",
3030
"@testing-library/react-hooks": "^8.0.0",
3131
"@types/jest": "^27.0.2",
32-
"@types/react": "^18.0.0",
33-
"@types/react-dom": "^18.0.0",
32+
"@types/react": "^19.0.0",
33+
"@types/react-dom": "^19.0.0",
3434
"@typescript-eslint/eslint-plugin": "^4.33.0",
3535
"@typescript-eslint/parser": "^4.33.0",
3636
"auto-changelog": "^2.3.0",
@@ -42,17 +42,17 @@
4242
"eslint-plugin-import": "^2.25.2",
4343
"eslint-plugin-prettier": "^4.0.0",
4444
"eslint-plugin-react": "^7.26.1",
45-
"eslint-plugin-react-hooks": "^4.2.0",
45+
"eslint-plugin-react-hooks": "^6.0.0",
4646
"husky": "^7.0.0",
4747
"jest": "^27.2.4",
4848
"jest-fetch-mock": "^3.0.3",
4949
"jest-mock-extended": "^2.0.4",
5050
"lint-staged": "^11.2.0",
5151
"prettier": "^2.4.1",
52-
"react": "^18.0.0",
53-
"react-17": "npm:react@^17.0.2",
54-
"react-dom": "^18.0.0",
55-
"react-dom-17": "npm:react-dom@^17.0.2",
52+
"react": "^19.0.0",
53+
"react-17": "npm:react@^19.0.0",
54+
"react-dom": "^19.0.0",
55+
"react-dom-17": "npm:react-dom@^19.0.0",
5656
"release-it": "^14.11.6",
5757
"shelljs": "^0.8.4",
5858
"shx": "^0.3.3",
@@ -87,8 +87,8 @@
8787
"test:watch": "jest -c ./jest.config.js --watch --env=jsdom"
8888
},
8989
"peerDependencies": {
90-
"react": "^17.0.2 || ^18.0.0",
91-
"react-dom": "^17.0.2 || ^18.0.0"
90+
"react": "^19.0.0",
91+
"react-dom": "^19.0.0"
9292
},
9393
"keywords": [
9494
"react-http",

0 commit comments

Comments
 (0)