Skip to content

Commit 057562a

Browse files
chore: update deps and ci (#24)
1 parent 298fd99 commit 057562a

File tree

3 files changed

+564
-652
lines changed

3 files changed

+564
-652
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_js:
44
- "8"
55
- "10"
66
- "12"
7+
- "14"
78
script: npm run travis
89

910
after_success:

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
},
2525
"dependencies": {
2626
"icss-utils": "^4.1.1",
27-
"postcss": "^7.0.16",
27+
"postcss": "^7.0.32",
2828
"postcss-selector-parser": "^6.0.2",
29-
"postcss-value-parser": "^4.0.0"
29+
"postcss-value-parser": "^4.1.0"
3030
},
3131
"devDependencies": {
32-
"chokidar-cli": "^1.0.1",
33-
"codecov.io": "^0.1.2",
34-
"coveralls": "^3.0.2",
35-
"eslint": "^5.9.0",
32+
"chokidar-cli": "^1.2.3",
33+
"codecov.io": "^0.1.6",
34+
"coveralls": "^3.1.0",
35+
"eslint": "^5.16.0",
3636
"istanbul": "^0.4.5",
37-
"tape": "^4.0.0"
37+
"tape": "^5.0.1"
3838
},
3939
"scripts": {
4040
"lint": "eslint index.js test.js",

0 commit comments

Comments
 (0)