[FOLIO-1480] update curriculum with current UI module versions Created: 10/Sep/18  Updated: 12/Nov/18  Resolved: 11/Sep/18

Status: Closed
Project: FOLIO
Components: None
Affects versions: None
Fix versions: None

Type: Task Priority: P3
Reporter: Zak Burke Assignee: Peter Murray
Resolution: Done Votes: 0
Labels: devweb
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original estimate: Not Specified

Issue links:
Relates
relates to FOLIO-1349 Update tutorials/curriculum - Stripes Closed
Sprint:

 Description   

https://dev.folio.org/tutorials/curriculum/05-set-up-the-folio-users-app/#add-the-users-app-okapi-module-to-the-okapi-gateway specifies out of date versions of stripes-core and ui-users in the package.json file resulting in a build failure (slack thread). It should be updated to:

{
  "scripts": {
    "build": "stripes build stripes.config.js",
    "stripes": "stripes",
    "start": "stripes dev stripes.config.js"
  },
  "dependencies": {
    "@folio/stripes-core": "^2.11.0",
    "@folio/users": "^2.13.0",
    "@folio/trivial": "^0.0.2-test"
  }
}


 Comments   
Comment by Peter Murray [ 11/Sep/18 ]

I fixed this individual problem. The other issue noted in FOLIO-1349 Closed remains.

Generated at Thu Feb 08 23:13:38 UTC 2024 using Jira 1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d.