Skip to content

Commit

Permalink
build: Stripes (#22)
Browse files Browse the repository at this point in the history
Bump stripes compatibility to include v8. Since this project will be used across Nolana/Orchid for the likes of ui-oa and ui-service-interaction, and the component is unaffected by the major stripes version bump, we declare compatibilty with both. Thus we do not bump major version here.

refs ERM-2589, ERM-2595
  • Loading branch information
EthanFreestone authored Jan 13, 2023
1 parent 59722ef commit a362de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intl": "^5.8.1",
"@folio/stripes": "^7.3.1",
"@folio/stripes": "^7.3.1 || ^8.0.0",
"@folio/stripes-cli": "^2.6.1"
},
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"prop-types": "^15.6.0"
},
"peerDependencies": {
"@folio/stripes": "^7.3.1",
"@folio/stripes": "^7.3.1 || ^8.0.0",
"react": "^17.0.2",
"react-intl": "^5.8.1",
"react-router-dom": "^5.2.0"
Expand Down

0 comments on commit a362de0

Please sign in to comment.