Skip to content

Commit e95fa1f

Browse files
committed
chore: update all deps
1 parent f91fce6 commit e95fa1f

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

.travis.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sudo: false
21
language: node_js
32
addons:
43
apt:
@@ -13,9 +12,21 @@ cache:
1312
- ~/.cache
1413
notifications:
1514
email: false
16-
node_js: '12'
15+
node_js:
16+
- 10.18
17+
- 12
18+
- node
1719
install: npm install
18-
script: npm run validate
19-
after_success: kcd-scripts travis-after-success
20+
script:
21+
- npm run validate
22+
- npx codecov@3
2023
branches:
21-
only: master
24+
only:
25+
- master
26+
- beta
27+
28+
jobs:
29+
include:
30+
- stage: release
31+
node_js: 12
32+
script: kcd-scripts travis-release

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"license": "MIT",
4343
"dependencies": {
4444
"@babel/runtime": "^7.8.4",
45-
"@testing-library/dom": "^6.12.2",
46-
"@types/testing-library__cypress": "^5.0.2"
45+
"@testing-library/dom": "^6.15.0",
46+
"@types/testing-library__cypress": "^5.0.3"
4747
},
4848
"devDependencies": {
4949
"cypress": "^4.0.0",
50-
"kcd-scripts": "^5.0.0",
50+
"kcd-scripts": "^5.4.0",
5151
"npm-run-all": "^4.1.5"
5252
},
5353
"peerDependencies": {

0 commit comments

Comments
 (0)