Skip to content
This repository was archived by the owner on Jun 3, 2019. It is now read-only.

Commit e081d75

Browse files
diondirzaSteven Truesdell
authored andcommitted
Fresh up our deps (#462)
* Update deps and nvm config to use latest LTS node version * Update deps
1 parent bcdce08 commit e081d75

File tree

3 files changed

+1085
-874
lines changed

3 files changed

+1085
-874
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v6.10.1
1+
v6.11.0

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -61,76 +61,76 @@
6161
"app-root-dir": "1.0.2",
6262
"colors": "1.1.2",
6363
"compression": "1.6.2",
64-
"cross-env": "4.0.0",
64+
"cross-env": "5.0.1",
6565
"dotenv": "4.0.0",
66-
"express": "4.15.2",
67-
"helmet": "3.5.0",
66+
"express": "4.15.3",
67+
"helmet": "3.6.1",
6868
"hpp": "0.2.2",
6969
"modernizr": "3.5.0",
7070
"normalize.css": "6.0.0",
71-
"offline-plugin": "4.7.0",
72-
"prop-types": "15.5.8",
73-
"react": "15.5.4",
71+
"offline-plugin": "4.8.1",
72+
"prop-types": "15.5.10",
73+
"react": "15.6.1",
7474
"react-async-bootstrapper": "1.1.1",
7575
"react-async-component": "1.0.0-beta.3",
76-
"react-dom": "15.5.4",
77-
"react-helmet": "5.0.3",
76+
"react-dom": "15.6.1",
77+
"react-helmet": "5.1.3",
7878
"react-router-dom": "4.1.1",
7979
"serialize-javascript": "1.3.0",
80-
"uuid": "3.0.1"
80+
"uuid": "3.1.0"
8181
},
8282
"devDependencies": {
8383
"assets-webpack-plugin": "3.5.1",
8484
"babel-cli": "6.24.1",
85-
"babel-core": "6.24.1",
86-
"babel-eslint": "7.2.2",
87-
"babel-jest": "19.0.0",
88-
"babel-loader": "6.4.1",
85+
"babel-core": "6.25.0",
86+
"babel-eslint": "7.2.3",
87+
"babel-jest": "20.0.3",
88+
"babel-loader": "7.1.1",
8989
"babel-plugin-transform-react-constant-elements": "6.23.0",
9090
"babel-plugin-transform-react-inline-elements": "6.22.0",
9191
"babel-plugin-transform-react-jsx-self": "6.22.0",
9292
"babel-plugin-transform-react-jsx-source": "6.22.0",
9393
"babel-polyfill": "6.23.0",
94-
"babel-preset-env": "1.4.0",
94+
"babel-preset-env": "1.6.0",
9595
"babel-preset-react": "6.24.1",
9696
"babel-preset-stage-3": "6.24.1",
97-
"babel-template": "6.24.1",
98-
"chokidar": "1.6.1",
99-
"css-loader": "0.28.0",
100-
"enzyme": "2.8.2",
97+
"babel-template": "6.25.0",
98+
"chokidar": "1.7.0",
99+
"css-loader": "0.28.4",
100+
"enzyme": "2.9.1",
101101
"enzyme-to-json": "1.5.1",
102102
"eslint": "3.19.0",
103-
"eslint-config-airbnb": "14.1.0",
104-
"eslint-plugin-import": "2.2.0",
105-
"eslint-plugin-jsx-a11y": "4.0.0",
106-
"eslint-plugin-react": "6.10.3",
107-
"extract-text-webpack-plugin": "2.1.0",
108-
"file-loader": "0.11.1",
109-
"glob": "7.1.1",
103+
"eslint-config-airbnb": "15.0.2",
104+
"eslint-plugin-import": "2.6.1",
105+
"eslint-plugin-jsx-a11y": "5.1.1",
106+
"eslint-plugin-react": "7.1.0",
107+
"extract-text-webpack-plugin": "2.1.2",
108+
"file-loader": "0.11.2",
109+
"glob": "7.1.2",
110110
"happypack": "3.0.3",
111-
"html-webpack-plugin": "2.28.0",
112-
"husky": "0.13.3",
113-
"jest": "19.0.2",
114-
"lint-staged": "3.4.0",
111+
"html-webpack-plugin": "2.29.0",
112+
"husky": "0.14.3",
113+
"jest": "20.0.4",
114+
"lint-staged": "4.0.1",
115115
"md5": "2.2.1",
116116
"modernizr-loader": "1.0.1",
117117
"node-notifier": "5.1.2",
118-
"prettier": "1.2.2",
119-
"prettier-eslint": "5.1.0",
120-
"prettier-eslint-cli": "3.4.1",
121-
"react-addons-test-utils": "15.5.1",
118+
"prettier": "1.5.2",
119+
"prettier-eslint": "6.4.2",
120+
"prettier-eslint-cli": "4.1.1",
121+
"react-addons-test-utils": "15.6.0",
122122
"react-hot-loader": "3.0.0-beta.6",
123-
"react-test-renderer": "15.5.4",
124-
"regenerator-runtime": "0.10.3",
123+
"react-test-renderer": "15.6.1",
124+
"regenerator-runtime": "0.10.5",
125125
"rimraf": "2.6.1",
126126
"semver": "5.3.0",
127-
"source-map-support": "0.4.14",
127+
"source-map-support": "0.4.15",
128128
"style-loader": "0.16.1",
129-
"webpack": "2.4.1",
130-
"webpack-bundle-analyzer": "2.4.0",
131-
"webpack-dev-middleware": "1.10.1",
132-
"webpack-hot-middleware": "2.18.0",
129+
"webpack": "2.6.1",
130+
"webpack-bundle-analyzer": "2.8.2",
131+
"webpack-dev-middleware": "1.11.0",
132+
"webpack-hot-middleware": "2.18.1",
133133
"webpack-md5-hash": "0.0.5",
134-
"webpack-node-externals": "1.5.4"
134+
"webpack-node-externals": "1.6.0"
135135
}
136136
}

0 commit comments

Comments
 (0)