Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 667a5d4

Browse files
committed
update packages
1 parent 95a2453 commit 667a5d4

File tree

3 files changed

+583
-415
lines changed

3 files changed

+583
-415
lines changed

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"axios": "0.18.0",
3737
"babel-polyfill": "6.26.0",
38-
"bootstrap": "4.1.3",
38+
"bootstrap": "4.2.1",
3939
"classnames": "2.2.6",
4040
"connected-react-router": "5.0.1",
4141
"fetch-everywhere": "1.0.5",
@@ -47,30 +47,30 @@
4747
"module-alias": "2.1.0",
4848
"node-notifier": "5.3.0",
4949
"prop-types": "15.6.2",
50-
"react": "16.6.3",
50+
"react": "16.7.0",
5151
"react-async-bootstrapper": "2.1.1",
5252
"react-async-component": "2.0.0",
53-
"react-dom": "16.6.3",
54-
"react-hot-loader": "4.3.12",
53+
"react-dom": "16.7.0",
54+
"react-hot-loader": "4.6.3",
5555
"react-redux": "5.1.1",
5656
"react-router-dom": "4.3.1",
5757
"redux": "4.0.1",
5858
"redux-devtools-extension": "2.13.7",
5959
"redux-form": "7.4.2",
6060
"redux-saga": "0.16.2",
61-
"serialize-javascript": "1.5.0",
62-
"sjs-base-model": "1.5.1",
63-
"webpack": "4.26.1"
61+
"serialize-javascript": "1.6.1",
62+
"sjs-base-model": "1.5.2",
63+
"webpack": "4.28.3"
6464
},
6565
"devDependencies": {
66-
"@babel/cli": "7.1.5",
67-
"@babel/core": "7.1.6",
68-
"@babel/plugin-proposal-class-properties": "7.1.0",
69-
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
70-
"@babel/plugin-syntax-dynamic-import": "7.0.0",
71-
"@babel/plugin-transform-runtime": "7.1.0",
72-
"@babel/polyfill": "7.0.0",
73-
"@babel/preset-env": "7.1.6",
66+
"@babel/cli": "7.2.3",
67+
"@babel/core": "7.2.2",
68+
"@babel/plugin-proposal-class-properties": "7.2.3",
69+
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
70+
"@babel/plugin-syntax-dynamic-import": "7.2.0",
71+
"@babel/plugin-transform-runtime": "7.2.0",
72+
"@babel/polyfill": "7.2.5",
73+
"@babel/preset-env": "7.2.3",
7474
"@babel/preset-react": "7.0.0",
7575
"@babel/preset-typescript": "7.1.0",
7676
"@types/axios": "0.14.0",
@@ -79,32 +79,32 @@
7979
"@types/inert": "5.1.2",
8080
"@types/jest": "23.3.10",
8181
"@types/module-alias": "2.0.0",
82-
"@types/node": "10.12.11",
82+
"@types/node": "10.12.18",
8383
"@types/node-notifier": "0.0.28",
84-
"@types/prop-types": "15.5.6",
84+
"@types/prop-types": "15.5.8",
8585
"@types/react": "16.7.11",
8686
"@types/react-dom": "16.0.11",
87-
"@types/react-redux": "6.0.10",
87+
"@types/react-redux": "6.0.11",
8888
"@types/react-router-dom": "4.3.1",
8989
"@types/redux": "3.6.0",
90-
"@types/redux-form": "7.4.12",
90+
"@types/redux-form": "7.4.13",
9191
"@types/serialize-javascript": "1.5.0",
92-
"@types/webpack": "4.4.20",
92+
"@types/webpack": "4.4.22",
9393
"@types/webpack-env": "1.13.6",
94-
"autoprefixer": "9.3.1",
94+
"autoprefixer": "9.4.3",
9595
"babel-loader": "8.0.4",
96-
"babel-plugin-transform-react-remove-prop-types": "0.4.20",
96+
"babel-plugin-transform-react-remove-prop-types": "0.4.21",
9797
"concurrently": "4.1.0",
9898
"copy-webpack-plugin": "4.6.0",
9999
"cross-env": "5.2.0",
100-
"css-hot-loader": "1.4.2",
101-
"css-loader": "1.0.1",
102-
"fork-ts-checker-webpack-plugin": "0.5.0",
100+
"css-hot-loader": "1.4.3",
101+
"css-loader": "2.1.0",
102+
"fork-ts-checker-webpack-plugin": "0.5.2",
103103
"html-webpack-harddisk-plugin": "1.0.1",
104104
"html-webpack-plugin": "3.2.0",
105-
"mini-css-extract-plugin": "0.4.5",
106-
"node-sass": "4.10.0",
107-
"nodemon": "1.18.7",
105+
"mini-css-extract-plugin": "0.5.0",
106+
"node-sass": "4.11.0",
107+
"nodemon": "1.18.9",
108108
"postcss-loader": "3.0.0",
109109
"redux-freeze": "0.1.7",
110110
"rimraf": "2.6.2",
@@ -115,12 +115,12 @@
115115
"stylelint-config-standard": "18.2.0",
116116
"stylelint-order": "2.0.0",
117117
"tslib": "1.9.3",
118-
"tslint": "5.11.0",
118+
"tslint": "5.12.0",
119119
"tslint-react": "3.6.0",
120-
"typescript": "3.2.1",
120+
"typescript": "3.2.2",
121121
"webpack-bundle-analyzer": "3.0.3",
122122
"webpack-cli": "3.1.2",
123-
"webpack-dev-server": "3.1.10",
123+
"webpack-dev-server": "3.1.14",
124124
"webpack-env": "0.8.0",
125125
"webpack-hot-middleware": "2.24.3",
126126
"webpack-simple-progress-plugin": "0.0.4",

webpack.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const webpackConfig = {
6868
{
6969
loader: 'css-loader',
7070
options: {
71-
minimize: isProduction,
7271
sourceMap: !isProduction,
7372
},
7473
},

0 commit comments

Comments
 (0)