Skip to content

Commit 6084f53

Browse files
committed
feat: update all dependencies
1 parent 4b7996c commit 6084f53

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

.travis.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
sudo: false
21
language: node_js
3-
cache:
4-
directories:
5-
- ~/.npm
2+
cache: npm
63
notifications:
74
email: false
85
node_js:
9-
- '10'
10-
- '8'
6+
- 10.14
7+
- 12
8+
- node
119
install: npm install
12-
script: npm run validate
13-
after_success: kcd-scripts travis-after-success
10+
script:
11+
- npm run validate
12+
- npx codecov@3
1413
branches:
15-
only: master
14+
only:
15+
- master
16+
- next
17+
18+
jobs:
19+
include:
20+
- stage: release
21+
node_js: 12
22+
script: kcd-scripts travis-release

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@
4040
"dist"
4141
],
4242
"dependencies": {
43-
"@babel/runtime": "^7.6.2",
43+
"@babel/runtime": "^7.8.4",
4444
"@sheerun/mutationobserver-shim": "^0.3.2",
45-
"@types/testing-library__dom": "^6.0.0",
46-
"aria-query": "^4.0.1",
45+
"@types/testing-library__dom": "^6.12.1",
46+
"aria-query": "^4.0.2",
4747
"dom-accessibility-api": "^0.3.0",
48-
"pretty-format": "^24.9.0",
49-
"wait-for-expect": "^3.0.0"
48+
"pretty-format": "^25.1.0",
49+
"wait-for-expect": "^3.0.2"
5050
},
5151
"devDependencies": {
52-
"@testing-library/jest-dom": "^4.1.0",
52+
"@testing-library/jest-dom": "^5.1.1",
5353
"jest-in-case": "^1.0.2",
5454
"jest-serializer-ansi": "^1.0.3",
55-
"jest-watch-select-projects": "^1.0.0",
56-
"jsdom": "^15.2.1",
57-
"kcd-scripts": "^5.0.0"
55+
"jest-watch-select-projects": "^2.0.0",
56+
"jsdom": "^16.2.0",
57+
"kcd-scripts": "^5.4.0"
5858
},
5959
"eslintConfig": {
6060
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)