Skip to content

Commit

Permalink
Update stripes dependencies (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna authored Oct 31, 2024
1 parent 6d885de commit 0aec00b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change history for ui-data-import

## [8.0.0](https://github.com/folio-org/ui-data-import/tree/v8.0.0) (2024-10-29)
## [8.0.0](https://github.com/folio-org/ui-data-import/tree/v8.0.0) (2024-10-31)

### Features added:
* Fix unit tests warnings in console. (UIDATIMP-1606)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@babel/plugin-transform-runtime": "^7.22.15",
"@folio/eslint-config-stripes": "^7.1.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.2.1",
"@folio/stripes": "^9.2.2",
"@folio/stripes-cli": "^3.2.0",
"@folio/stripes-components": "^12.2.0",
"@folio/stripes-core": "^10.2.0",
"@folio/stripes-components": "^12.2.2",
"@folio/stripes-core": "^10.2.1",
"@folio/stripes-final-form": "^8.1.0",
"@folio/stripes-form": "^9.1.0",
"@folio/stripes-smart-components": "^9.2.0",
"@folio/stripes-testing": "^4.5.0",
"@folio/stripes-smart-components": "^9.2.1",
"@folio/stripes-testing": "^4.7.0",
"@formatjs/cli": "^6.1.3",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
Expand All @@ -57,7 +57,7 @@
},
"dependencies": {
"@folio/stripes-acq-components": "~6.0.0",
"@folio/stripes-data-transfer-components": "^6.0.0",
"@folio/stripes-data-transfer-components": "^6.2.0",
"classnames": "^2.2.5",
"dom-helpers": "^5.2.0",
"final-form": "^4.18.2",
Expand All @@ -69,7 +69,7 @@
"redux-form": "^8.3.7"
},
"peerDependencies": {
"@folio/stripes": "^9.2.1",
"@folio/stripes": "^9.2.2",
"react": "^18.2.0",
"react-intl": "^6.4.4",
"react-redux": "^8.0.5",
Expand All @@ -81,7 +81,7 @@
"moment": "~2.29.4"
},
"optionalDependencies": {
"@folio/plugin-find-organization": "^5.1.1"
"@folio/plugin-find-organization": "^5.2.0"
},
"stripes": {
"stripesDeps": [
Expand Down

0 comments on commit 0aec00b

Please sign in to comment.