From a7a968ab6e33928c436be08032fde5e155a73a9d Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 5 Oct 2022 16:35:44 +0200 Subject: [PATCH] Added dependency to history module as react-router-dom no longer depnds on it --- package-lock.json | 17 +++++++++++++++++ package.json | 1 + 2 files changed, 18 insertions(+) diff --git a/package-lock.json b/package-lock.json index e662d3b3..6dfaa0c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,7 @@ "csvtojson": "^2.0.10", "date-fns": "^2.29.3", "event-source-polyfill": "^1.0.31", + "history": "^5.3.0", "json2csv": "^5.0.7", "leaflet": "^1.9.2", "qs": "^6.11.0", @@ -11818,6 +11819,14 @@ "he": "bin/he" } }, + "node_modules/history": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", + "dependencies": { + "@babel/runtime": "^7.7.6" + } + }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", @@ -35600,6 +35609,14 @@ "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true }, + "history": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", + "requires": { + "@babel/runtime": "^7.7.6" + } + }, "hoist-non-react-statics": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", diff --git a/package.json b/package.json index 6d6ad778..05938754 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "csvtojson": "^2.0.10", "date-fns": "^2.29.3", "event-source-polyfill": "^1.0.31", + "history": "^5.3.0", "json2csv": "^5.0.7", "leaflet": "^1.9.2", "qs": "^6.11.0",