diff options
author | eug-vs <eug-vs@keemail.me> | 2020-11-26 23:49:31 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-11-26 23:49:31 +0300 |
commit | c9861261ab6cfa17b1744b00e9ed4bc12792c681 (patch) | |
tree | 27f906a3d68e4c8a079e77cc0c65ac82a1686314 | |
parent | bd9a1b7f4222788c784c2c14366e5181da520cf9 (diff) | |
download | which-ui-c9861261ab6cfa17b1744b00e9ed4bc12792c681.tar.gz |
chore!: remove history package
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 1 |
2 files changed, 3 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json index d236486..13ee706 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1633,9 +1633,9 @@ } }, "@types/history": { - "version": "4.7.7", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.7.tgz", - "integrity": "sha512-2xtoL22/3Mv6a70i4+4RB7VgbDDORoWwjcqeNysojZA0R7NK17RbY5Gof/2QiFfJgX+KkWghbwJ+d/2SB8Ndzg==", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.8.tgz", + "integrity": "sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA==", "dev": true }, "@types/istanbul-lib-coverage": { @@ -6405,14 +6405,6 @@ "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, - "history": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/history/-/history-5.0.0.tgz", - "integrity": "sha512-3NyRMKIiFSJmIPdq7FxkNMJkQ7ZEtVblOQ38VtKaA0zZMW1Eo6Q6W8oDKEflr1kNNTItSnk4JMCO1deeSgbLLg==", - "requires": { - "@babel/runtime": "^7.7.6" - } - }, "hmac-drbg": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", diff --git a/package.json b/package.json index fafb806..2e10559 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "bluebird": "^3.7.2", "compressorjs": "^1.0.6", "formik": "^2.1.5", - "history": "^5.0.0", "lodash": "^4.17.15", "notistack": "^0.9.17", "react": "^16.13.1", |