Skip to content

Commit 9eb8b2d

Browse files
authored
[UIHAADM-150] BREAKING ugrade Stripes dependencies for Sunflower (#94)
1 parent 4e05f27 commit 9eb8b2d

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"parser": "@babel/eslint-parser",
44
"ignorePatterns": ["*.test.js"],
55
"rules": {
6-
"no-useless-escape": "off"
6+
"no-useless-escape": "off",
7+
"react/forbid-prop-types": "off"
78
}
89
}

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Change history for ui-harvester-admin
22

3-
## [2.3.0](https://github.com/folio-org/ui-harvester-admin/tree/v2.3.0) (IN PROGRESS)
3+
## [3.0.0](https://github.com/folio-org/ui-harvester-admin/tree/v3.0.0) (IN PROGRESS)
44

5+
* **BREAKING**: migrate Stripes dependencies to their Sunflower versions. Fixes UIHAADM-150.
56
* Explicit paging for list of failed records. Fixes UIHAADM-141.
67
* Explicit paging for list of harvestables. Fixes UIHAADM-142.
78
* When downloading Failed Records, provide all records in the result set, not just the currently visible page. Fixes UIHAADM-140.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"use-deep-compare": "^1.1.0"
179179
},
180180
"peerDependencies": {
181-
"@folio/stripes": "^9.0.0",
181+
"@folio/stripes": "^10.0.0",
182182
"prop-types": "*",
183183
"react": "^18.2.0",
184184
"react-dom": "^18.2.0",
@@ -188,10 +188,10 @@
188188
},
189189
"devDependencies": {
190190
"@babel/eslint-parser": "^7.15.0",
191-
"@folio/eslint-config-stripes": "^7.0.0",
192-
"@folio/jest-config-stripes": "^2.0.0",
193-
"@folio/stripes": "^9.0.0",
194-
"@folio/stripes-cli": "^3.0.0",
191+
"@folio/eslint-config-stripes": "^8.0.0",
192+
"@folio/jest-config-stripes": "^3.0.0",
193+
"@folio/stripes": "^10.0.0",
194+
"@folio/stripes-cli": "^4.0.0",
195195
"@formatjs/cli": "^4.2.20",
196196
"eslint": "^7.32.0",
197197
"eslint-import-resolver-alias": "^1.1.2",

0 commit comments

Comments
 (0)