Skip to content

Commit 8fb8e6a

Browse files
committed
fix(dependencies): Fixed dependecy issues with package and pulling it into another project.
1 parent facf325 commit 8fb8e6a

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

packages/module/package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"dependencies": {
3333
"@patternfly/react-core": "^5.0.0",
3434
"@patternfly/react-icons": "^5.0.0",
35-
"react-jss": "^10.9.2"
36-
},
37-
"peerDependencies": {
38-
"react": "^17 || ^18",
39-
"react-dom": "^17 || ^18",
35+
"react-jss": "^10.9.2",
4036
"react-router": "^6.3.0",
4137
"react-router-dom": "^6.3.0",
4238
"classnames": "^2.2.5"
4339
},
40+
"peerDependencies": {
41+
"react": "^17 || ^18",
42+
"react-dom": "^17 || ^18"
43+
},
4444
"devDependencies": {
4545
"@patternfly/patternfly-a11y": "^4.3.1",
4646
"@patternfly/documentation-framework": "^2.0.0-alpha.57",
@@ -50,12 +50,8 @@
5050
"@types/react": "^18.0.0",
5151
"@types/react-dom": "^18.0.0",
5252
"@types/react-router-dom": "^5.3.3",
53-
"classnames": "^2.2.5",
5453
"copyfiles": "^2.4.1",
5554
"react": "^18.0.0",
56-
"react-dom": "^18.0.0",
57-
"react-router": "^6.3.0",
58-
"react-router-dom": "^6.3.0",
5955
"rimraf": "^2.6.2",
6056
"typescript": "^4.9.5"
6157
}

0 commit comments

Comments
 (0)