Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Dec 27, 2024
1 parent d78e785 commit 3ae35d1
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
7 changes: 7 additions & 0 deletions packages/list-stylesheets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# list-stylesheets

## 2.0.2

### Patch Changes

- Update dependencies
4 changes: 2 additions & 2 deletions packages/list-stylesheets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "list-stylesheets",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get a list of stylesheets from an HTML document.",
"main": "index.js",
"files": [
Expand All @@ -14,7 +14,7 @@
"license": "MIT",
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets",
"dependencies": {
"cheerio": "1.0.0-rc.12",
"cheerio": "1.0.0",
"pick-util": "^1.1.5"
}
}
6 changes: 6 additions & 0 deletions packages/remote-content/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# remote-content

## 4.0.1

### Patch Changes

- Update dependencies

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/remote-content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-content",
"version": "4.0.0",
"version": "4.0.1",
"description": "Get remote content.",
"main": "index.js",
"files": [
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/remote-content",
"dependencies": {
"axios": "^1.6.2",
"axios": "^1.7.9",
"proxy-from-env": "^1.1.0"
}
}
7 changes: 7 additions & 0 deletions packages/style-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# style-data

## 2.0.2

### Patch Changes

- Update dependencies
4 changes: 2 additions & 2 deletions packages/style-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-data",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get the content of style tags.",
"main": "index.js",
"files": [
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/style-data",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"mediaquery-text": "^1.2.0",
"pick-util": "^1.1.5"
}
Expand Down

0 comments on commit 3ae35d1

Please sign in to comment.