Skip to content

Commit

Permalink
chore: update history package to v5
Browse files Browse the repository at this point in the history
Signed-off-by: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in>
  • Loading branch information
DhairyaMajmudar committed Jul 5, 2024
1 parent 48f7a46 commit d2b87c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"deep-freeze": "^0.0.1",
"drange": "^2.0.0",
"global": "^4.3.2",
"history": "^4.6.3",
"history": "^5.3.0",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.19",
"logfmt": "^1.4.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/jaeger-ui/src/utils/configure-store.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

import createMemoryHistory from 'history/createMemoryHistory';
// import createMemoryHistory from 'history/createMemoryHistory';
import { createMemoryHistory } from 'history';

import configureStore from './configure-store';

Expand Down

0 comments on commit d2b87c2

Please sign in to comment.