diff --git a/package.json b/package.json index d804b36..164af19 100644 --- a/package.json +++ b/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", diff --git a/packages/extract-css/package.json b/packages/extract-css/package.json index e2ddeaa..162f500 100644 --- a/packages/extract-css/package.json +++ b/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": [ @@ -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" } } diff --git a/packages/list-stylesheets/package.json b/packages/list-stylesheets/package.json index d967d01..33b3557 100644 --- a/packages/list-stylesheets/package.json +++ b/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": [ diff --git a/packages/style-data/package.json b/packages/style-data/package.json index 7050c7f..26ff282 100644 --- a/packages/style-data/package.json +++ b/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": [