We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea718b commit 4671e6cCopy full SHA for 4671e6c
package.json
@@ -36,7 +36,7 @@
36
"test:watch": "react-scripts test --env=jsdom"
37
},
38
"peerDependencies": {
39
- "bootstrap": "^4.6.0",
+ "bootstrap": "^4.6.0 || ^5.1.3",
40
"react": "^16.x || ^17.x"
41
42
"files": [
@@ -49,6 +49,7 @@
49
"@typescript-eslint/eslint-plugin": "^4.9.1",
50
"@typescript-eslint/parser": "^4.9.1",
51
"babel-eslint": "^10.1.0",
52
+ "bootstrap": "^5.1.3",
53
"coveralls": "^3.1.0",
54
"cross-env": "^7.0.2",
55
"enzyme": "^3.11.0",
@@ -84,7 +85,7 @@
84
85
"react-beautiful-dnd": "^13.0.0",
86
"react-jss": "^10.4.0",
87
"react-select": "^5.0.0",
- "reactstrap": "^9.0.0"
88
+ "reactstrap": "^8.10.0 || ^9.0.0"
89
90
"jest": {
91
"collectCoverageFrom": [
0 commit comments