Skip to content

Commit 3a4b2a9

Browse files
committed
Move react-fast-compare from peer dependency to standard dependency
1 parent 0cc23c5 commit 3a4b2a9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"test": "jest -c ./jest.config.js --env=jsdom",
3838
"test:watch": "jest -c ./jest.config.js --watch --env=jsdom"
3939
},
40+
"dependencies": {
41+
"react-fast-compare": "^3.2.0"
42+
},
4043
"devDependencies": {
4144
"@testing-library/jest-dom": "^5.14.1",
4245
"@testing-library/react": "^12.1.2",
@@ -62,7 +65,6 @@
6265
"prettier": "^2.4.1",
6366
"react": "^17.0.2",
6467
"react-dom": "^17.0.2",
65-
"react-fast-compare": "^3.2.0",
6668
"react-hooks-testing-library": "^0.6.0",
6769
"release-it": "^14.11.6",
6870
"shelljs": "^0.8.4",
@@ -72,8 +74,7 @@
7274
},
7375
"peerDependencies": {
7476
"react": "^17.0.2",
75-
"react-dom": "^17.0.2",
76-
"react-fast-compare": "^3.2.0"
77+
"react-dom": "^17.0.2"
7778
},
7879
"keywords": [
7980
"react-http",

0 commit comments

Comments
 (0)