Skip to content

Commit 863f475

Browse files
committed
upgrade libs
1 parent c985ae3 commit 863f475

File tree

2 files changed

+30
-31
lines changed

2 files changed

+30
-31
lines changed

src/main/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
6-
"flow-bin": "^0.68.0",
6+
"flow-bin": "^0.80.0",
77
"react-scripts": "^1.0.17"
88
},
99
"dependencies": {
@@ -17,10 +17,10 @@
1717
"react-router": "^4.2.0",
1818
"react-router-dom": "^4.2.2",
1919
"react-router-redux": "next",
20-
"reactstrap": "^5.0.0-beta.3",
21-
"redux": "^3.7.2",
20+
"reactstrap": "^6.4.0",
21+
"redux": "^4.0.0",
2222
"redux-thunk": "^2.2.0",
23-
"sanitize.css": "^5.0.0",
23+
"sanitize.css": "^7.0.3",
2424
"sockjs-client": "^1.1.4"
2525
},
2626
"scripts": {

src/main/app/yarn.lock

+26-27
Original file line numberDiff line numberDiff line change
@@ -2763,9 +2763,9 @@ flatten@^1.0.2:
27632763
version "1.0.2"
27642764
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
27652765

2766-
flow-bin@^0.68.0:
2767-
version "0.68.0"
2768-
resolved "http://registry.npmjs.org/flow-bin/-/flow-bin-0.68.0.tgz#86c2d14857d306eb2e85e274f2eebf543564f623"
2766+
flow-bin@^0.80.0:
2767+
version "0.80.0"
2768+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.80.0.tgz#04cc1ee626a6f50786f78170c92ebe1745235403"
27692769

27702770
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
27712771
version "1.5.7"
@@ -4190,7 +4190,7 @@ locate-path@^2.0.0:
41904190
p-locate "^2.0.0"
41914191
path-exists "^3.0.0"
41924192

4193-
lodash-es@^4.17.5, lodash-es@^4.2.1:
4193+
lodash-es@^4.17.5:
41944194
version "4.17.10"
41954195
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.10.tgz#62cd7104cdf5dd87f235a837f0ede0e8e5117e05"
41964196

@@ -4247,7 +4247,7 @@ lodash.uniq@^4.5.0:
42474247
version "4.5.0"
42484248
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
42494249

4250-
"lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0:
4250+
"lodash@>=3.5 <5", lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
42514251
version "4.17.10"
42524252
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
42534253

@@ -5031,7 +5031,7 @@ pluralize@^7.0.0:
50315031
version "7.0.0"
50325032
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-7.0.0.tgz#298b89df8b93b0221dbf421ad2b1b1ea23fc6777"
50335033

5034-
popper.js@^1.12.9:
5034+
popper.js@^1.14.1:
50355035
version "1.14.4"
50365036
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.14.4.tgz#8eec1d8ff02a5a3a152dd43414a15c7b79fd69b6"
50375037

@@ -5550,12 +5550,12 @@ react-lifecycles-compat@^3.0.4:
55505550
version "3.0.4"
55515551
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
55525552

5553-
react-popper@^0.8.3:
5554-
version "0.8.3"
5555-
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-0.8.3.tgz#0f73333137c9fb0af6ec4074d2d0585a0a0461e1"
5553+
react-popper@^0.10.4:
5554+
version "0.10.4"
5555+
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-0.10.4.tgz#af2a415ea22291edd504678d7afda8a6ee3295aa"
55565556
dependencies:
5557-
popper.js "^1.12.9"
5558-
prop-types "^15.6.0"
5557+
popper.js "^1.14.1"
5558+
prop-types "^15.6.1"
55595559

55605560
react-redux@^5.0.6:
55615561
version "5.0.7"
@@ -5644,7 +5644,7 @@ react-scripts@^1.0.17:
56445644
optionalDependencies:
56455645
fsevents "^1.1.3"
56465646

5647-
react-transition-group@^2.2.1:
5647+
react-transition-group@^2.3.1:
56485648
version "2.4.0"
56495649
resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.4.0.tgz#1d9391fabfd82e016f26fabd1eec329dbd922b5a"
56505650
dependencies:
@@ -5662,17 +5662,18 @@ react@^16.2.0:
56625662
prop-types "^15.6.2"
56635663
schedule "^0.3.0"
56645664

5665-
reactstrap@^5.0.0-beta.3:
5666-
version "5.0.0"
5667-
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-5.0.0.tgz#d8948534df4816eddfb162a51643a499388e9228"
5665+
reactstrap@^6.4.0:
5666+
version "6.4.0"
5667+
resolved "https://registry.yarnpkg.com/reactstrap/-/reactstrap-6.4.0.tgz#891252a284710180cd3d746dd236ee61d28a1c66"
56685668
dependencies:
56695669
classnames "^2.2.3"
56705670
lodash.isfunction "^3.0.9"
56715671
lodash.isobject "^3.0.2"
56725672
lodash.tonumber "^4.0.3"
56735673
prop-types "^15.5.8"
5674-
react-popper "^0.8.3"
5675-
react-transition-group "^2.2.1"
5674+
react-lifecycles-compat "^3.0.4"
5675+
react-popper "^0.10.4"
5676+
react-transition-group "^2.3.1"
56765677

56775678
read-pkg-up@^1.0.1:
56785679
version "1.0.1"
@@ -5765,14 +5766,12 @@ redux-thunk@^2.2.0:
57655766
version "2.3.0"
57665767
resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622"
57675768

5768-
redux@^3.7.2:
5769-
version "3.7.2"
5770-
resolved "https://registry.yarnpkg.com/redux/-/redux-3.7.2.tgz#06b73123215901d25d065be342eb026bc1c8537b"
5769+
redux@^4.0.0:
5770+
version "4.0.0"
5771+
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.0.tgz#aa698a92b729315d22b34a0553d7e6533555cc03"
57715772
dependencies:
5772-
lodash "^4.2.1"
5773-
lodash-es "^4.2.1"
57745773
loose-envify "^1.1.0"
5775-
symbol-observable "^1.0.3"
5774+
symbol-observable "^1.2.0"
57765775

57775776
regenerate@^1.2.1:
57785777
version "1.4.0"
@@ -6043,9 +6042,9 @@ sane@~1.6.0:
60436042
walker "~1.0.5"
60446043
watch "~0.10.0"
60456044

6046-
sanitize.css@^5.0.0:
6047-
version "5.0.0"
6048-
resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-5.0.0.tgz#84184b40678f72bb8898c768a27be7578257271a"
6045+
sanitize.css@^7.0.3:
6046+
version "7.0.3"
6047+
resolved "https://registry.yarnpkg.com/sanitize.css/-/sanitize.css-7.0.3.tgz#121929e784381013256cd4805d1d8983a95ffae3"
60496048

60506049
sax@^1.2.1, sax@^1.2.4, sax@~1.2.1:
60516050
version "1.2.4"
@@ -6535,7 +6534,7 @@ sw-toolbox@^3.4.0:
65356534
path-to-regexp "^1.0.1"
65366535
serviceworker-cache-polyfill "^4.0.0"
65376536

6538-
symbol-observable@^1.0.3:
6537+
symbol-observable@^1.2.0:
65396538
version "1.2.0"
65406539
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.2.0.tgz#c22688aed4eab3cdc2dfeacbb561660560a00804"
65416540

0 commit comments

Comments
 (0)