Skip to content

Commit

Permalink
UIMARCAUTH-304: Remove eslint deps that are already listed in eslint-…
Browse files Browse the repository at this point in the history
…config-stripes. (#324)
  • Loading branch information
Dmytro-Melnyshyn authored Oct 20, 2023
1 parent 4a365a4 commit 43f6095
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-marc-authorities

## [4.1.0] IN PROGRESS

- [UIMARCAUTH-304](https://issues.folio.org/browse/UIMARCAUTH-304) Remove eslint deps that are already listed in eslint-config-stripes.

## [4.0.0](https://github.com/folio-org/ui-marc-authorities/tree/v4.0.0) (2023-10-13)

- [UIMARCAUTH-251](https://issues.folio.org/browse/UIMARCAUTH-251) Browse: Fix Space at the begining and end of query string
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/marc-authorities",
"version": "4.0.0",
"version": "4.1.0",
"description": "MARC Authorities module",
"main": "src/index.js",
"repository": "https://github.com/folio-org/ui-marc-authorities",
Expand All @@ -16,8 +16,6 @@
"build-mod-descriptor": "stripes mod descriptor --full --strict | jq '.[]' > module-descriptor.json "
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/eslint-parser": "^7.17.0",
"@folio/eslint-config-stripes": "^7.0.0",
"@folio/jest-config-stripes": "^2.0.0",
"@folio/stripes": "^9.0.0",
Expand All @@ -35,10 +33,7 @@
"@formatjs/cli": "^6.1.3",
"axe-core": "^4.1.4",
"core-js": "^3.6.1",
"eslint": "^7.32.0",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"history": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"inflected": "^2.0.4",
Expand Down

0 comments on commit 43f6095

Please sign in to comment.