Skip to content

Commit

Permalink
Merge branch 'master' into jsdom-refactor
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	packages/extract-css/package-lock.json
#	packages/list-stylesheets/package-lock.json
#	packages/style-data/package-lock.json
  • Loading branch information
jonkemp committed Jul 8, 2022
2 parents 581b76f + 23ef7b3 commit e36ea8b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 5 additions & 3 deletions package.json
@@ -1,12 +1,14 @@
{
"name": "inline-css",
"version": "3.0.0",
"version": "4.0.1",
"description": "Inline css into an html file.",
"main": "index.js",
"workspaces": ["./packages/*"],
"workspaces": [
"./packages/*"
],
"dependencies": {
"css-rules": "^1.1.0",
"extract-css": "^2.0.1",
"extract-css": "^3.0.0",
"flat-util": "^1.1.8",
"jsdom": "^19.0.0",
"slick": "^1.12.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/extract-css/package.json
@@ -1,6 +1,6 @@
{
"name": "extract-css",
"version": "2.0.1",
"version": "3.0.0",
"description": "Extract the CSS from an HTML document.",
"main": "index.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"batch": "^0.6.1",
"href-content": "^2.0.1",
"list-stylesheets": "^1.2.10",
"style-data": "^1.4.8"
"list-stylesheets": "^2.0.0",
"style-data": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/list-stylesheets/package.json
@@ -1,6 +1,6 @@
{
"name": "list-stylesheets",
"version": "1.2.10",
"version": "2.0.0",
"description": "Get a list of stylesheets from an HTML document.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/style-data/package.json
@@ -1,6 +1,6 @@
{
"name": "style-data",
"version": "1.4.8",
"version": "2.0.0",
"description": "Get the content of style tags.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e36ea8b

Please sign in to comment.