File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments