Skip to content

Commit

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

ERM-2395
  • Loading branch information
EthanFreestone committed Oct 26, 2022
1 parent a5b4382 commit dc1ebc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change history for stripes-erm-components

## 7.0.1 2022-10-26
* ERM-2395 Remove @folio/stripes-testing as direct dependency of stripes-erm-components

## 7.0.0 2022-10-26
* ERM-2390 Licenses fails to add internal contact
* ERM-2366 Core documents for a License shouldn't display a category
Expand Down
5 changes: 2 additions & 3 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.0",
"version": "7.0.1",
"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.2.0",
"@folio/stripes-testing": "^4.3.1",
"@formatjs/cli": "^4.2.31",
"@interactors/html": "^1.0.0-rc1.2",
"@testing-library/dom": "^8.16.0",
Expand Down Expand Up @@ -78,7 +78,6 @@
"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 dc1ebc1

Please sign in to comment.