We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504ab8e commit 6c13d0dCopy full SHA for 6c13d0d
.travis.yml
@@ -1,10 +1,10 @@
1
language: node_js
2
node_js:
3
- - '7'
4
- '8'
5
- '9'
6
- '10'
7
- - 'lts/*'
+ - '11'
+ - '12'
8
before_script:
9
- npm install react@latest react-dom@latest
10
scripts:
package.json
@@ -26,7 +26,7 @@
26
"devDependencies": {
27
"@commitlint/cli": "^8.0.0",
28
"@commitlint/config-conventional": "^8.0.0",
29
- "@testing-library/react": "^8.0.1",
+ "@testing-library/react": "^9.1.3",
30
"@testing-library/react-hooks": "^2.0.1",
31
"@types/babel__core": "^7.1.1",
32
"@types/babel__template": "^7.0.2",
0 commit comments