Skip to content

Commit 655354e

Browse files
committed
Upgrade dependencies
1 parent 9c58271 commit 655354e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"sass-loader": "^6.0.7",
6363
"style-loader": "^0.20.3",
6464
"url-loader": "^1.0.1",
65-
"webpack": "^4.2.0",
65+
"webpack": "^4.4.1",
6666
"webpack-cli": "^2.0.13",
6767
"webpack-dev-server": "^3.1.1"
6868
},
@@ -73,14 +73,14 @@
7373
"file-loader": "^1.1.11",
7474
"http-server": "^0.11.1",
7575
"lazy-route": "^1.0.7",
76-
"mobx": "^4.1.0",
76+
"mobx": "^4.1.1",
7777
"mobx-react": "^5.0.0",
7878
"mobx-react-devtools": "^5.0.1",
7979
"mobx-react-router": "^4.0.1",
8080
"package": "^1.0.1",
8181
"postcss-cssnext": "^3.1.0",
82-
"react": "^16.2.0",
83-
"react-dom": "^16.2.0",
82+
"react": "^16.3.0",
83+
"react-dom": "^16.3.0",
8484
"react-router-dom": "^4.2.2",
8585
"rfx-core": "^1.5.3",
8686
"whatwg-fetch": "^2.0.3"

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ bytes@3.0.0:
14311431
version "3.0.0"
14321432
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
14331433

1434-
cacache@^10.0.1:
1434+
cacache@^10.0.4:
14351435
version "10.0.4"
14361436
resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460"
14371437
dependencies:
@@ -5758,9 +5758,9 @@ mobx-react@^5.0.0:
57585758
dependencies:
57595759
hoist-non-react-statics "^2.3.1"
57605760

5761-
mobx@^4.1.0:
5762-
version "4.1.0"
5763-
resolved "https://registry.yarnpkg.com/mobx/-/mobx-4.1.0.tgz#e4a9679cdafbe215b20e32ef93a7031845b3f1af"
5761+
mobx@^4.1.1:
5762+
version "4.1.1"
5763+
resolved "https://registry.yarnpkg.com/mobx/-/mobx-4.1.1.tgz#7ce7ef92b22e85271d1fc274a124d7fa32fcceeb"
57645764

57655765
move-concurrently@^1.0.1:
57665766
version "1.0.1"
@@ -7286,9 +7286,9 @@ react-dom@^15.4.1:
72867286
object-assign "^4.1.0"
72877287
prop-types "^15.5.10"
72887288

7289-
react-dom@^16.2.0:
7290-
version "16.2.0"
7291-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
7289+
react-dom@^16.3.0:
7290+
version "16.3.0"
7291+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.0.tgz#b318e52184188ecb5c3e81117420cca40618643e"
72927292
dependencies:
72937293
fbjs "^0.8.16"
72947294
loose-envify "^1.1.0"
@@ -7350,9 +7350,9 @@ react@^15.4.1:
73507350
object-assign "^4.1.0"
73517351
prop-types "^15.5.10"
73527352

7353-
react@^16.2.0:
7354-
version "16.2.0"
7355-
resolved "https://registry.yarnpkg.com/react/-/react-16.2.0.tgz#a31bd2dab89bff65d42134fa187f24d054c273ba"
7353+
react@^16.3.0:
7354+
version "16.3.0"
7355+
resolved "https://registry.yarnpkg.com/react/-/react-16.3.0.tgz#fc5a01c68f91e9b38e92cf83f7b795ebdca8ddff"
73567356
dependencies:
73577357
fbjs "^0.8.16"
73587358
loose-envify "^1.1.0"
@@ -8845,13 +8845,13 @@ uglify-js@3.0.x:
88458845
commander "~2.9.0"
88468846
source-map "~0.5.1"
88478847

8848-
uglifyjs-webpack-plugin@^1.1.1:
8849-
version "1.2.2"
8850-
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.2.tgz#e7516d4367afdb715c3847841eb46f94c45ca2b9"
8848+
uglifyjs-webpack-plugin@^1.2.4:
8849+
version "1.2.4"
8850+
resolved "https://registry.yarnpkg.com/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.2.4.tgz#5eec941b2e9b8538be0a20fc6eda25b14c7c1043"
88518851
dependencies:
8852-
cacache "^10.0.1"
8852+
cacache "^10.0.4"
88538853
find-cache-dir "^1.0.0"
8854-
schema-utils "^0.4.2"
8854+
schema-utils "^0.4.5"
88558855
serialize-javascript "^1.4.0"
88568856
source-map "^0.6.1"
88578857
uglify-es "^3.3.4"
@@ -9329,9 +9329,9 @@ webpack-sources@^1.1.0:
93299329
source-list-map "^2.0.0"
93309330
source-map "~0.6.1"
93319331

9332-
webpack@^4.2.0:
9333-
version "4.2.0"
9334-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.2.0.tgz#a4f80807651a0e611bb09609600dc266262efcc1"
9332+
webpack@^4.4.1:
9333+
version "4.4.1"
9334+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.4.1.tgz#b0105789890c28bfce9f392623ef5850254328a4"
93359335
dependencies:
93369336
acorn "^5.0.0"
93379337
acorn-dynamic-import "^3.0.0"
@@ -9349,7 +9349,7 @@ webpack@^4.2.0:
93499349
node-libs-browser "^2.0.0"
93509350
schema-utils "^0.4.2"
93519351
tapable "^1.0.0"
9352-
uglifyjs-webpack-plugin "^1.1.1"
9352+
uglifyjs-webpack-plugin "^1.2.4"
93539353
watchpack "^1.5.0"
93549354
webpack-sources "^1.0.1"
93559355

0 commit comments

Comments
 (0)