Skip to content

Commit bf1373b

Browse files
committed
feat: update peer dependency
1 parent 607257f commit bf1373b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@
6060
},
6161
"peerDependencies": {
6262
"@edx/frontend-platform": "^2.4.0",
63+
"@edx/paragon": "^19.9.0 || ^20.0.0",
6364
"prop-types": "^15.7.0",
64-
"react": "^16.9.0",
65-
"react-dom": "^16.9.0"
65+
"react": "^16.9.0 || ^17.0.0",
66+
"react-dom": "^16.9.0 || ^17.0.0"
6667
}
6768
}

0 commit comments

Comments
 (0)