Skip to content

Commit 17bf19f

Browse files
Merge pull request #27 from wise-king-sullyman/carrot-version-pf-deps
fix(deps): set patternfly deps as carrot versions
2 parents 242104e + 472129e commit 17bf19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"patternfly"
4242
],
4343
"dependencies": {
44-
"@patternfly/patternfly": "4.222.4",
44+
"@patternfly/patternfly": "^4.222.4",
4545
"@patternfly/react-core": "^4.268.0",
4646
"@patternfly/react-styles": "^4.92.3"
4747
},
@@ -60,6 +60,6 @@
6060
"typescript": "^4.7.4",
6161
"@types/react": "^17.0.0",
6262
"@types/react-dom": "^17.0.0",
63-
"@patternfly/patternfly-a11y": "4.3.1"
63+
"@patternfly/patternfly-a11y": "^4.3.1"
6464
}
6565
}

0 commit comments

Comments
 (0)