Skip to content

Commit 2b02b11

Browse files
authored
Upgrade Node dependencies across semver-minor (#500)
The only exception being `node-sass` which requires a major version-bump to support Node 10
1 parent af53dd8 commit 2b02b11

File tree

2 files changed

+4174
-2568
lines changed

2 files changed

+4174
-2568
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,48 +37,48 @@
3737
"license": "MIT",
3838
"dependencies": {
3939
"brace": "0.9.1",
40-
"classnames": "2.2.5",
41-
"highlight.js": "^9.10.0",
40+
"classnames": "2.2.6",
41+
"highlight.js": "^9.15.10",
4242
"isomorphic-fetch": "2.2.1",
43-
"js-yaml": "3.6.1",
43+
"js-yaml": "3.13.1",
4444
"lint-staged": "^4.3.0",
45-
"lodash": "4.13.1",
46-
"moment": "2.17.1",
47-
"prop-types": "^15.6.0",
45+
"lodash": "4.17.15",
46+
"moment": "2.24.0",
47+
"prop-types": "^15.7.2",
4848
"react": "15.4.1",
4949
"react-ace": "4.1.5",
5050
"react-document-title": "^2.0.3",
5151
"react-dom": "15.4.1",
5252
"react-dropzone": "3.10.0",
5353
"react-hotkeys": "^0.9.0",
5454
"react-modal": "^1.7.3",
55-
"react-notification-system": "0.2.7",
55+
"react-notification-system": "0.2.17",
5656
"react-redux": "5.0.1",
5757
"react-router": "3.0.0",
58-
"react-router-redux": "4.0.7",
58+
"react-router-redux": "4.0.8",
5959
"react-textarea-autosize": "^5.1.0",
6060
"react-widgets": "3.4.5",
6161
"redux": "3.6.0",
6262
"redux-logger": "2.6.1",
6363
"redux-thunk": "2.1.0",
6464
"simplemde": "1.11.2",
65-
"sortablejs": "1.4.2",
66-
"underscore": "1.8.3"
65+
"sortablejs": "1.8.4",
66+
"underscore": "1.9.1"
6767
},
6868
"devDependencies": {
69-
"babel-cli": "6.24.1",
70-
"babel-core": "6.25.0",
69+
"babel-cli": "6.26.0",
70+
"babel-core": "6.26.3",
7171
"babel-eslint": "7.2.3",
7272
"babel-jest": "20.0.3",
7373
"babel-loader": "7.1.1",
7474
"babel-plugin-transform-react-constant-elements": "6.23.0",
75-
"babel-plugin-transform-react-remove-prop-types": "0.4.6",
75+
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
7676
"babel-polyfill": "6.23.0",
77-
"babel-preset-env": "1.6.0",
77+
"babel-preset-env": "1.7.0",
7878
"babel-preset-react": "6.24.1",
7979
"babel-preset-react-hmre": "1.1.1",
8080
"babel-preset-stage-1": "6.24.1",
81-
"browser-sync": "2.18.5",
81+
"browser-sync": "2.26.7",
8282
"chalk": "1.1.3",
8383
"cheerio": "0.20.0",
8484
"coveralls": "^2.13.1",
@@ -97,9 +97,9 @@
9797
"mkdirp": "^0.5.1",
9898
"mocha": "2.4.5",
9999
"nock": "^8.0.0",
100-
"node-sass": "3.7.0",
100+
"node-sass": "4.9.4",
101101
"npm-run-all": "3.1.2",
102-
"prettier": "^1.7.4",
102+
"prettier": "^1.18.2",
103103
"react-addons-test-utils": "15.4.1",
104104
"react-test-renderer": "15.4.1",
105105
"redux-immutable-state-invariant": "1.2.4",

0 commit comments

Comments
 (0)