summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoffrey BION <joffrey.bion@gmail.com>2019-05-02 22:30:34 +0200
committerJoffrey BION <joffrey.bion@gmail.com>2019-05-02 22:30:34 +0200
commit4f1e8f3144233c82c5b3f4c1ed6f6866a4614070 (patch)
tree5e36861e1726ac664fd9b2906b418767e4afe1c3
parentCleanup yarn.lock file (diff)
downloadseven-wonders-4f1e8f3144233c82c5b3f4c1ed6f6866a4614070.tar.gz
seven-wonders-4f1e8f3144233c82c5b3f4c1ed6f6866a4614070.tar.bz2
seven-wonders-4f1e8f3144233c82c5b3f4c1ed6f6866a4614070.zip
Upgrade history to 4.9.0
-rw-r--r--frontend/package.json2
-rw-r--r--frontend/yarn.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 4043c720..2fec9f6b 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@blueprintjs/core": "^3.15.1",
"@blueprintjs/icons": "^3.8.0",
- "history": "^4.7.2",
+ "history": "^4.9.0",
"http-proxy-middleware": "^0.19.1",
"immutable": "^3.8.1",
"normalizr": "^3.2.3",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 379d6915..4d30b577 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -4336,7 +4336,7 @@ hex-color-regex@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
-history@^4.7.2:
+history@^4.7.2, history@^4.9.0:
version "4.9.0"
resolved "https://registry.yarnpkg.com/history/-/history-4.9.0.tgz#84587c2068039ead8af769e9d6a6860a14fa1bca"
dependencies:
bgstack15