Skip to content

Commit 2a17eb2

Browse files
quarkgluantPatrice Cadiot
andauthored
fix history version (#42)
Co-authored-by: Patrice Cadiot <parice.cadiot@effy.fr>
1 parent 746fdd2 commit 2a17eb2

2 files changed

Lines changed: 17 additions & 13 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"author": "Victor Mours <victor@ahaoho.io> (https://github.com/victormours)",
66
"keywords": [],
77
"dependencies": {
8+
"history": "^2.0.0",
89
"isomorphic-style-loader": "^1.0.0",
910
"react": "^15.3.1",
1011
"react-helmet": "^3.1.0",

yarn.lock

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,22 +1342,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4:
13421342
safe-buffer "^5.0.1"
13431343
sha.js "^2.4.8"
13441344

1345-
create-react-class@^15.5.1:
1345+
create-react-class@^15.5.1, create-react-class@^15.6.0:
13461346
version "15.7.0"
13471347
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.7.0.tgz#7499d7ca2e69bb51d13faf59bd04f0c65a1d6c1e"
13481348
integrity sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng==
13491349
dependencies:
13501350
loose-envify "^1.3.1"
13511351
object-assign "^4.1.1"
13521352

1353-
create-react-class@^15.6.0:
1354-
version "15.6.0"
1355-
resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.0.tgz#ab448497c26566e1e29413e883207d57cfe7bed4"
1356-
dependencies:
1357-
fbjs "^0.8.9"
1358-
loose-envify "^1.3.1"
1359-
object-assign "^4.1.1"
1360-
13611353
cryptiles@2.x.x:
13621354
version "2.0.5"
13631355
resolved "https://registry.yarnpkg.com/cryptiles/-/cryptiles-2.0.5.tgz#3bdfecdc608147c1c67202fa291e7dca59eaa3b8"
@@ -2053,9 +2045,10 @@ hawk@~3.1.3:
20532045
hoek "2.x.x"
20542046
sntp "1.x.x"
20552047

2056-
history@^2.1.2:
2048+
history@^2.0.0, history@^2.1.2:
20572049
version "2.1.2"
20582050
resolved "https://registry.yarnpkg.com/history/-/history-2.1.2.tgz#4aa2de897a0e4867e4539843be6ecdb2986bfdec"
2051+
integrity sha512-s8D90YFieskA7uRglWmvbI17SehPP+ZHN2eiNrg1xUZjUHIeMcTu8paxjpzC7RfU0wptwQMXdezifG/UTkzC2w==
20592052
dependencies:
20602053
deep-equal "^1.0.0"
20612054
invariant "^2.0.0"
@@ -3819,7 +3812,16 @@ promise@^7.1.1:
38193812
dependencies:
38203813
asap "~2.0.3"
38213814

3822-
prop-types@^15.5.10, prop-types@^15.5.6:
3815+
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.7.2:
3816+
version "15.8.1"
3817+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
3818+
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
3819+
dependencies:
3820+
loose-envify "^1.4.0"
3821+
object-assign "^4.1.1"
3822+
react-is "^16.13.1"
3823+
3824+
prop-types@^15.5.6:
38233825
version "15.5.10"
38243826
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
38253827
dependencies:
@@ -4038,8 +4040,9 @@ react-side-effect@^1.1.0:
40384040
shallowequal "^1.0.1"
40394041

40404042
react@^15.3.1:
4041-
version "15.6.1"
4042-
resolved "https://registry.yarnpkg.com/react/-/react-15.6.1.tgz#baa8434ec6780bde997cdc380b79cd33b96393df"
4043+
version "15.7.0"
4044+
resolved "https://registry.yarnpkg.com/react/-/react-15.7.0.tgz#10308fd42ac6912a250bf00380751abc41ac7106"
4045+
integrity sha512-5/MMRYmpmM0sMTHGLossnJCrmXQIiJilD6y3YN3TzAwGFj6zdnMtFv6xmi65PHKRV+pehIHpT7oy67Sr6s9AHA==
40434046
dependencies:
40444047
create-react-class "^15.6.0"
40454048
fbjs "^0.8.9"

0 commit comments

Comments
 (0)