summaryrefslogtreecommitdiff
path: root/frontend/package.json
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 /frontend/package.json
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
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 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",
bgstack15