Skip to content

Commit

Permalink
UICIRC-1176: *BREAKING* Update stripes-* dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy-Litvinenko committed Feb 12, 2025
1 parent 8b6663f commit 85ee98d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Update Circulation permissions names. UICIRC-1051.
* *BREAKING* Update `react-intl` to `^7`. Refs UICIRC-1177.
* Migrate to shared GA workflows. Refs UICIRC-1174.
* *BREAKING* Update stripes-* dependencies to latest version. Refs UICIRC-1176.

## [10.0.1](https://github.com/folio-org/ui-circulation/tree/v10.0.1) (2024-12-04)
[Full Changelog](https://github.com/folio-org/ui-circulation/compare/v10.0.0...v10.0.1)
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,13 @@
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
"@folio/stripes-cli": "^3.0.0",
"@folio/stripes-components": "^12.0.0",
"@folio/stripes-core": "^10.0.0",
"@folio/stripes-testing": "^4.4.0",
"@folio/eslint-config-stripes": "^8.0.0",
"@folio/jest-config-stripes": "^3.0.0",
"@folio/stripes": "^10.0.0",
"@folio/stripes-cli": "^4.0.0",
"@folio/stripes-components": "^13.0.0",
"@folio/stripes-core": "^11.0.0",
"@folio/stripes-testing": "^5.0.0",
"core-js": "^3.6.4",
"eslint": "^7.32.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand Down Expand Up @@ -484,7 +484,7 @@
"react-query": "^3.39.3"
},
"peerDependencies": {
"@folio/stripes": "^9.0.0",
"@folio/stripes": "^10.0.0",
"moment": "^2.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 85ee98d

Please sign in to comment.