We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc23c5 commit 3a4b2a9Copy full SHA for 3a4b2a9
package.json
@@ -37,6 +37,9 @@
37
"test": "jest -c ./jest.config.js --env=jsdom",
38
"test:watch": "jest -c ./jest.config.js --watch --env=jsdom"
39
},
40
+ "dependencies": {
41
+ "react-fast-compare": "^3.2.0"
42
+ },
43
"devDependencies": {
44
"@testing-library/jest-dom": "^5.14.1",
45
"@testing-library/react": "^12.1.2",
@@ -62,7 +65,6 @@
62
65
"prettier": "^2.4.1",
63
66
"react": "^17.0.2",
64
67
"react-dom": "^17.0.2",
- "react-fast-compare": "^3.2.0",
68
"react-hooks-testing-library": "^0.6.0",
69
"release-it": "^14.11.6",
70
"shelljs": "^0.8.4",
@@ -72,8 +74,7 @@
72
74
73
75
"peerDependencies": {
76
- "react-dom": "^17.0.2",
- "react-fast-compare": "^3.2.0"
77
+ "react-dom": "^17.0.2"
78
79
"keywords": [
80
"react-http",
0 commit comments