summaryrefslogtreecommitdiff
path: root/frontend/yarn.lock
diff options
context:
space:
mode:
authorjbion <joffrey.bion@amadeus.com>2019-05-06 13:48:12 +0200
committerjbion <joffrey.bion@amadeus.com>2019-05-06 18:33:15 +0200
commit416f898554693f882afb1f047a289d676d04dd0a (patch)
tree779fbd24f15f2e38e787188bc8fa2bcc77149405 /frontend/yarn.lock
parentUpgrade immutable JS to v4 to fix .map() types (diff)
downloadseven-wonders-416f898554693f882afb1f047a289d676d04dd0a.tar.gz
seven-wonders-416f898554693f882afb1f047a289d676d04dd0a.tar.bz2
seven-wonders-416f898554693f882afb1f047a289d676d04dd0a.zip
Convert Application component to TypeScript
Diffstat (limited to 'frontend/yarn.lock')
-rw-r--r--frontend/yarn.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index 5e66f477..bd5af81c 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -1194,6 +1194,15 @@
"@types/react" "*"
redux "^4.0.0"
+"@types/react-router-dom@^4.3.3":
+ version "4.3.3"
+ resolved "https://repository.rnd.amadeus.net/api/npm/npm/@types/react-router-dom/-/react-router-dom-4.3.3.tgz#7837e3e9fefbc84a8f6c8a51dca004f4e83e94e3"
+ integrity sha1-eDfj6f77yEqPbIpR3KAE9Og+lOM=
+ dependencies:
+ "@types/history" "*"
+ "@types/react" "*"
+ "@types/react-router" "*"
+
"@types/react-router-redux@^5.0.18":
version "5.0.18"
resolved "https://registry.yarnpkg.com/@types/react-router-redux/-/react-router-redux-5.0.18.tgz#5f28d5f7387fa71e33f602ccf9269e1609d47b8b"
bgstack15