Skip to content

Commit c3ad36e

Browse files
committed
updated to latest dependency versions
1 parent 2e8a413 commit c3ad36e

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -38,48 +38,48 @@
3838
"dependencies": {
3939
"babel-preset-es2015": "^6.24.1",
4040
"babel-preset-react": "^6.24.1",
41-
"bootstrap": "^4.0.0-beta",
42-
"css-loader": "^0.28.4",
41+
"bootstrap": "^4.0.0",
42+
"css-loader": "^0.28.10",
4343
"file-loader": "^0.11.2",
4444
"gulp": "^3.9.1",
45-
"gulp-babel": "^6.1.2",
45+
"gulp-babel": "^6.1.3",
4646
"gulp-clean": "^0.3.2",
47-
"gulp-coffee": "^2.3.4",
48-
"gulp-debug": "^3.1.0",
49-
"gulp-ejs": "^3.0.1",
50-
"gulp-filter": "^5.0.0",
47+
"gulp-coffee": "^2.3.5",
48+
"gulp-debug": "^3.2.0",
49+
"gulp-ejs": "^3.1.2",
50+
"gulp-filter": "^5.1.0",
5151
"gulp-if": "^2.0.2",
5252
"gulp-install": "^1.1.0",
53-
"gulp-less": "^3.3.2",
53+
"gulp-less": "^3.5.0",
5454
"gulp-rename": "^1.2.2",
5555
"gulp-sass": "^3.1.0",
56-
"gulp-stylus": "^2.6.0",
57-
"gulp-typescript": "^3.2.0",
58-
"install": "^0.10.1",
59-
"jquery": "^3.2.1",
56+
"gulp-stylus": "^2.7.0",
57+
"gulp-typescript": "^3.2.4",
58+
"install": "^0.10.4",
59+
"jquery": "^3.3.1",
6060
"json-stable-stringify": "^1.0.1",
6161
"lazypipe": "^1.0.1",
6262
"merge-stream": "^1.0.1",
63-
"npm": "^5.5.1",
64-
"popper.js": "^1.12.5",
65-
"react": "^16.0.0",
66-
"react-dom": "^16.0.0",
67-
"react-json-view": "^1.11.8",
68-
"react-redux": "^5.0.5",
63+
"npm": "^5.7.1",
64+
"popper.js": "^1.12.9",
65+
"react": "^16.2.0",
66+
"react-dom": "^16.2.0",
67+
"react-json-view": "^1.16.1",
68+
"react-redux": "^5.0.7",
6969
"redux": "^3.7.2",
70-
"redux-form": "^7.0.3",
70+
"redux-form": "^7.3.0",
7171
"redux-logger": "^3.0.6",
72-
"run-sequence": "^2.0.0",
72+
"run-sequence": "^2.2.1",
7373
"style-loader": "^0.18.2",
7474
"through2": "^2.0.3",
75-
"typescript": "^2.4.1",
76-
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
75+
"typescript": "^2.7.2",
76+
"uglifyjs-webpack-plugin": "^1.2.2",
7777
"url-loader": "^0.5.9",
78-
"vinyl-buffer": "^1.0.0",
78+
"vinyl-buffer": "^1.0.1",
7979
"vinyl-named": "^1.1.0",
80-
"vinyl-source-stream": "^1.1.0",
81-
"webextension-polyfill": "^0.1.1",
82-
"webpack": "^3.0.0",
80+
"vinyl-source-stream": "^1.1.2",
81+
"webextension-polyfill": "^0.1.2",
82+
"webpack": "^3.11.0",
8383
"webpack-stream": "^3.2.0",
8484
"yargs": "^6.6.0"
8585
}

0 commit comments

Comments
 (0)