Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit a692ea3

Browse files
fix: make next,react,react-dom peerDeps
1 parent 7e19f03 commit a692ea3

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,22 @@
1818
},
1919
"author": "Daniel Conde Marin <[email protected]>",
2020
"license": "ISC",
21+
"peerDependencies": {
22+
"next": "^8.0.0",
23+
"react": "^16.6.0",
24+
"react-dom": "^16.6.0"
25+
},
2126
"devDependencies": {
2227
"adm-zip": "^0.4.13",
2328
"coveralls": "^3.0.3",
2429
"eslint": "^5.14.1",
2530
"eslint-config-prettier": "^4.1.0",
2631
"eslint-plugin-prettier": "^3.0.1",
2732
"jest": "^24.1.0",
33+
"next": "^8.0.4",
2834
"prettier": "^1.16.4",
35+
"react": "^16.8.6",
36+
"react-dom": "^16.8.6",
2937
"serverless": "^1.38.0"
3038
},
3139
"repository": {
@@ -40,10 +48,7 @@
4048
"klaw": "^3.0.0",
4149
"lodash.clonedeep": "^4.5.0",
4250
"lodash.merge": "^4.6.1",
43-
"mime": "^2.4.0",
44-
"next": "^8.0.3",
45-
"react": "^16.8.3",
46-
"react-dom": "^16.8.3"
51+
"mime": "^2.4.0"
4752
},
4853
"jest": {
4954
"collectCoverage": true,

0 commit comments

Comments
 (0)