Skip to content

Commit

Permalink
Maintenance (jonkemp#100)
Browse files Browse the repository at this point in the history
* Update CI config

* Update dependencies
  • Loading branch information
jonkemp authored Oct 24, 2020
1 parent 5b96460 commit 5572e7b
Show file tree
Hide file tree
Showing 9 changed files with 3,320 additions and 4,241 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- '14'
- '12'
- '10'
before_script: npm run lint
Expand Down
7,086 changes: 3,122 additions & 3,964 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"dependencies": {
"cheerio": "^0.22.0",
"css-rules": "^1.0.9",
"extract-css": "^1.5.4",
"flat-util": "^1.1.1",
"pick-util": "^1.0.1",
"extract-css": "^1.5.5",
"flat-util": "^1.1.6",
"pick-util": "^1.1.3",
"slick": "^1.12.2",
"specificity": "^0.4.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"lerna": "^3.20.2",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"babel-eslint": "^10.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.11.0",
"lerna": "^3.22.1",
"mocha": "^8.2.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"vinyl": "^2.2.0"
"vinyl": "^2.2.1"
},
"engines": {
"node": ">=8"
Expand Down
18 changes: 9 additions & 9 deletions packages/list-stylesheets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/list-stylesheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets",
"dependencies": {
"cheerio": "^0.22.0",
"pick-util": "^1.0.1"
"pick-util": "^1.1.3"
}
}
Loading

0 comments on commit 5572e7b

Please sign in to comment.