Issues
- Update react peerDep to caret versionUIAPPTEMP-6Resolved issue: UIAPPTEMP-6
- Update for Stripes 7.0.0UIAPPTEMP-3Resolved issue: UIAPPTEMP-3Ryan Berger
- Add Translation compile support to app templateUIAPPTEMP-2Resolved issue: UIAPPTEMP-2Ryan Berger
- in ui-app-template, replace BigTest with Jest/RTLUIAPPTEMP-4Resolved issue: UIAPPTEMP-4Ryan Berger
- Generate new apps to support Babel 7UIAPPTEMP-1Resolved issue: UIAPPTEMP-1Ryan Berger
- Update app template to use "actsAs"UIAPPTEMP-5Resolved issue: UIAPPTEMP-5Ryan Berger
6 of 6
Update react peerDep to caret version
Done
Description
Environment
None
Potential Workaround
None
is cloned by
Checklist
hideDetails
Details
Assignee
Unassigned
UnassignedReporter
John Coburn
John CoburnPriority
Sprint
None
Development Team
Stripes Force
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 7, 2024 at 7:20 PM
Updated June 18, 2024 at 7:34 PM
Resolved June 18, 2024 at 7:34 PM
Activity
Show:
As package managers become more strict about peerDeps specifications all being in agreement with eachother, we want apps to have coordinating versions with their anticipated platform… (pnpm complained about an
18.2.0
hard dependency in the app while the platform, stripes, etc, ask for^18.2.0
- incompatible since the caret pulls in a later version.