Skip to content

Commit 4671e6c

Browse files
committed
Add .cjs file type to flowconfig
1 parent dea718b commit 4671e6c

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
@@ -36,7 +36,7 @@
3636
"test:watch": "react-scripts test --env=jsdom"
3737
},
3838
"peerDependencies": {
39-
"bootstrap": "^4.6.0",
39+
"bootstrap": "^4.6.0 || ^5.1.3",
4040
"react": "^16.x || ^17.x"
4141
},
4242
"files": [
@@ -49,6 +49,7 @@
4949
"@typescript-eslint/eslint-plugin": "^4.9.1",
5050
"@typescript-eslint/parser": "^4.9.1",
5151
"babel-eslint": "^10.1.0",
52+
"bootstrap": "^5.1.3",
5253
"coveralls": "^3.1.0",
5354
"cross-env": "^7.0.2",
5455
"enzyme": "^3.11.0",
@@ -84,7 +85,7 @@
8485
"react-beautiful-dnd": "^13.0.0",
8586
"react-jss": "^10.4.0",
8687
"react-select": "^5.0.0",
87-
"reactstrap": "^9.0.0"
88+
"reactstrap": "^8.10.0 || ^9.0.0"
8889
},
8990
"jest": {
9091
"collectCoverageFrom": [

0 commit comments

Comments
 (0)