Skip to content

Commit 0c6eb07

Browse files
authored
fix: set the paragon peer dep to 12.8.0 to <14.0.0 (#146)
We’re seeing issues in MFEs running paragon 13 where they can’t build in GoCD.
1 parent 1aa8706 commit 0c6eb07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"universal-cookie": "4.0.4"
7272
},
7373
"peerDependencies": {
74-
"@edx/paragon": "^12.8.0",
74+
"@edx/paragon": ">=12.8.0 <14.0.0",
7575
"prop-types": "^15.7.2",
7676
"react": "^16.9.0",
7777
"react-dom": "^16.9.0",

0 commit comments

Comments
 (0)