Skip to content

Commit 511b64b

Browse files
committed
Upgrade dependencies
1 parent 3b82e17 commit 511b64b

File tree

3 files changed

+1978
-307
lines changed

3 files changed

+1978
-307
lines changed

nightwatch.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
globals_path: 'tests/globals.js',
1111
selenium: {
1212
start_process: true,
13-
server_path: './node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.8.1.jar',
13+
server_path: './node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.11.0.jar',
1414
log_path: 'nightwatch-output/logs',
1515
port: 9515,
1616
cli_args: {

package.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,39 @@
1313
"lodash.find": "^4.6.0",
1414
"lodash.flatmap": "^4.5.0",
1515
"lodash.get": "^4.4.2",
16-
"meteor-node-stubs": "~0.3.2",
17-
"moment": "^2.20.1",
18-
"normalize.css": "^7.0.0",
19-
"prop-types": "^15.5.10",
20-
"react": "^16.2.0",
21-
"react-dom": "^16.2.0",
22-
"react-redux": "^5.0.6",
16+
"meteor-node-stubs": "~0.3.3",
17+
"moment": "^2.22.1",
18+
"normalize.css": "^8.0.0",
19+
"prop-types": "^15.6.1",
20+
"react": "^16.3.2",
21+
"react-dom": "^16.3.2",
22+
"react-redux": "^5.0.7",
2323
"react-router-dom": "^4.2.2",
24-
"redux": "^3.7.2",
25-
"redux-form": "^7.2.0",
26-
"semantic-ui-css": "^2.2.12",
27-
"semantic-ui-react": "^0.77.2",
28-
"simpl-schema": "^1.4.1"
24+
"redux": "^4.0.0",
25+
"redux-form": "^7.3.0",
26+
"semantic-ui-css": "^2.3.1",
27+
"semantic-ui-react": "^0.79.1",
28+
"simpl-schema": "^1.5.0"
2929
},
3030
"devDependencies": {
31-
"babel-eslint": "^8.2.1",
31+
"babel-eslint": "^8.2.3",
3232
"babel-plugin-transform-decorators-legacy": "^1.3.4",
3333
"chai": "^4.1.0",
3434
"chai-as-promised": "^7.1.1",
35-
"chromedriver": "^2.34.1",
35+
"chromedriver": "^2.37.0",
3636
"enzyme": "^3.3.0",
3737
"enzyme-adapter-react-16": "^1.1.1",
38-
"eslint": "^4.15.0",
38+
"eslint": "^4.19.1",
3939
"eslint-config-airbnb": "^16.1.0",
4040
"eslint-import-resolver-meteor": "^0.4.0",
41-
"eslint-plugin-import": "^2.8.0",
41+
"eslint-plugin-import": "^2.11.0",
4242
"eslint-plugin-jsx-a11y": "^6.0.3",
43-
"eslint-plugin-meteor": "^4.1.4",
44-
"eslint-plugin-react": "^7.5.1",
43+
"eslint-plugin-meteor": "^4.2.0",
44+
"eslint-plugin-react": "^7.7.0",
4545
"faker": "^4.1.0",
46-
"mocha": "^4.1.0",
47-
"nightmare": "^2.10.0",
48-
"nightwatch": "^0.9.19",
49-
"react-test-renderer": "^16.2.0",
50-
"selenium-server-standalone-jar": "3.8.1"
46+
"nightmare": "^3.0.1",
47+
"nightwatch": "^0.9.20",
48+
"react-test-renderer": "^16.3.2",
49+
"selenium-server-standalone-jar": "3.11.0"
5150
}
5251
}

0 commit comments

Comments
 (0)