Skip to content

Commit

Permalink
Revert "build: Remove @folio/stripes-testing as direct dependency of …
Browse files Browse the repository at this point in the history
…stripes-erm-components (#563)" (#567)

This reverts commit 7240125.

Co-authored-by: Zak Burke <[email protected]>
  • Loading branch information
EthanFreestone and zburke authored Nov 1, 2022
1 parent dc1ebc1 commit b63341a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change history for stripes-erm-components

## 7.0.2 2022-11-01
* Revert ERM-2395 for Nolana
## 7.0.1 2022-10-26
* ERM-2395 Remove @folio/stripes-testing as direct dependency of stripes-erm-components

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-erm-components",
"version": "7.0.1",
"version": "7.0.2",
"description": "Component library for Stripes ERM applications",
"sideEffects": [
"*.css"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@folio/eslint-config-stripes": "^6.1.0",
"@folio/stripes": "^7.3.1",
"@folio/stripes-cli": "^2.6.1",
"@folio/stripes-testing": "^4.3.1",
"@folio/stripes-testing": "^4.2.0",
"@formatjs/cli": "^4.2.31",
"@interactors/html": "^1.0.0-rc1.2",
"@testing-library/dom": "^8.16.0",
Expand Down Expand Up @@ -78,6 +78,7 @@
"typescript": "^2.8.0"
},
"dependencies": {
"@folio/stripes-testing": "^4.3.1",
"@k-int/stripes-kint-components": "^3.0.0",
"@testing-library/react": "^12.1.5",
"final-form": "^4.18.4",
Expand Down

0 comments on commit b63341a

Please sign in to comment.