Skip to content

Commit 714e121

Browse files
Merge pull request #208 from watson-developer-cloud/react-16
feat: Add support for React 16 and fix #200
2 parents 20226dd + fdfc4ce commit 714e121

File tree

8 files changed

+252
-181
lines changed

8 files changed

+252
-181
lines changed

.eslintrc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ rules:
88
no-console: 0
99
import/extensions: 0
1010
global-require: 0
11-
react/no-array-index-key: 1
12-
react/jsx-no-bind: 1
1311
jsx-a11y/href-no-hash: 0
1412
jsx-a11y/label-has-for: 0
1513
react/no-this-in-sfc: 0
1614
react/jsx-one-expression-per-line: 0
17-
react/no-deprecated: 0
15+
react/no-deprecated: 0
16+
react/destructuring-assignment: 0
17+
react/no-array-index-key: 0
18+
react/jsx-no-bind: 0

package-lock.json

Lines changed: 52 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,30 @@
4747
"dotenv": "^6.0.0",
4848
"express": "^4.16.3",
4949
"express-browserify": "^1.0.2",
50-
"express-rate-limit": "^2.11.0",
50+
"express-rate-limit": "^2.12.2",
5151
"express-react-views": "^0.10.5",
5252
"express-secure-only": "^0.2.1",
53-
"helmet": "^3.12.1",
53+
"helmet": "^3.13.0",
5454
"prop-types": "^15.6.2",
55-
"react": "^15.6.2",
56-
"react-dom": "^15.6.2",
57-
"react-dropzone": "^4.2.13",
55+
"react": "^16.4.2",
56+
"react-dom": "^16.4.2",
57+
"react-dropzone": "^4.3.0",
5858
"uglifyify": "^5.0.1",
59-
"watson-developer-cloud": "^3.7.0",
60-
"watson-react-components": "^0.6.16",
59+
"watson-developer-cloud": "^3.9.0",
60+
"watson-react-components": "^0.6.17",
6161
"watson-speech": "^0.36.0",
6262
"whatwg-fetch": "^2.0.4"
6363
},
6464
"devDependencies": {
6565
"casperjs": "^1.1.4",
6666
"codecov": "^3.0.4",
67-
"eslint": "^5.1.0",
68-
"eslint-config-airbnb": "^17.0.0",
69-
"eslint-plugin-import": "^2.13.0",
67+
"eslint": "^5.3.0",
68+
"eslint-config-airbnb": "^17.1.0",
69+
"eslint-plugin-import": "^2.14.0",
7070
"eslint-plugin-jsx-a11y": "^6.1.1",
71-
"eslint-plugin-react": "^7.10.0",
71+
"eslint-plugin-react": "^7.11.1",
7272
"mocha": "^5.2.0",
73-
"nock": "^9.4.2",
73+
"nock": "^9.6.1",
7474
"phantomjs-prebuilt": "^2.1.16",
7575
"supertest": "^3.1.0"
7676
},

0 commit comments

Comments
 (0)