Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
UISE-127: Increment @folio/stripes to v5.0.0 and react-intl to v5.7.0 (
Browse files Browse the repository at this point in the history
…#236)

* UISE-127: Increment @folio/stripes to v5.0.0

* UISE-127: Update the changelog
  • Loading branch information
yelyzavetakhokhlova committed Oct 13, 2020
1 parent c2e70a1 commit c029c8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 3.1.0 (IN PROGRESS)
* Refactor to `miragejs` from `bigtest/mirage`
* Increment `@folio/stripes` to `v5.0.0`, increment `react-intl` to `v5.7.0` UISE-127.

## [3.0.0](https://github.com/folio-org/ui-search/tree/v3.0.0) (2020-06-11)
[Full Changelog](https://github.com/folio-org/ui-search/compare/v2.0.0...v3.0.0)
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@
"@bigtest/mocha": "^0.5.2",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^5.0.0",
"@folio/stripes": "^4.0.0",
"@folio/stripes-cli": "^1.4.0",
"@folio/stripes-core": "^5.0.0",
"@folio/stripes": "^5.0.0",
"@folio/stripes-cli": "^1.18.0",
"@folio/stripes-core": "^6.0.0",
"babel-eslint": "^10.0.3",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
Expand All @@ -144,9 +144,9 @@
"mocha": "^5.2.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-intl": "^4.5.3",
"react-intl": "^5.7.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.0.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.0",
"sinon": "^7.2.3"
},
Expand All @@ -156,10 +156,10 @@
"react-hot-loader": "^4.3.12"
},
"peerDependencies": {
"@folio/stripes": "^4.0.0",
"@folio/stripes": "^5.0.0",
"react": "*",
"react-intl": "^4.5.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.0.0"
"react-intl": "^5.7.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
}
}
6 changes: 4 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import React from 'react';
import PropTypes from 'prop-types';
import Route from 'react-router-dom/Route';
import Switch from 'react-router-dom/Switch';
import {
Route,
Switch,
} from 'react-router-dom';
import { hot } from 'react-hot-loader';
import Search from './Search';
import Settings from './Settings';
Expand Down

0 comments on commit c029c8a

Please sign in to comment.