Skip to content

Commit 7a47f3c

Browse files
committed
chore: update all the things
1 parent 547389d commit 7a47f3c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cache:
1313
- ~/.cache
1414
notifications:
1515
email: false
16-
node_js: '8'
16+
node_js: '12'
1717
install: npm install
1818
script: npm run validate
1919
after_success: kcd-scripts travis-after-success

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
4242
"license": "MIT",
4343
"dependencies": {
44-
"@babel/runtime": "^7.5.5",
45-
"@testing-library/dom": "^6.0.0",
46-
"@types/testing-library__cypress": "^5.0.0"
44+
"@babel/runtime": "^7.8.4",
45+
"@testing-library/dom": "^6.12.2",
46+
"@types/testing-library__cypress": "^5.0.2"
4747
},
4848
"devDependencies": {
49-
"cypress": "3.4.1",
50-
"kcd-scripts": "^1.5.2",
51-
"npm-run-all": "^4.1.2"
49+
"cypress": "^3.8.3",
50+
"kcd-scripts": "^5.0.0",
51+
"npm-run-all": "^4.1.5"
5252
},
5353
"peerDependencies": {
5454
"cypress": "^2.1.0 || ^3.0.0"

0 commit comments

Comments
 (0)