Skip to content

Commit

Permalink
fix: upgrade html-dom-parser and style-to-js to fix source map warnings
Browse files Browse the repository at this point in the history
Fixes #1097

```
 html-dom-parser  5.0.1  →  5.0.2
 style-to-js      1.1.6  →  1.1.8
```
  • Loading branch information
remarkablemark committed Oct 20, 2023
1 parent 3732b2f commit 4469022
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
],
"dependencies": {
"domhandler": "5.0.3",
"html-dom-parser": "5.0.1",
"html-dom-parser": "5.0.2",
"react-property": "2.0.0",
"style-to-js": "1.1.6"
"style-to-js": "1.1.8"
},
"devDependencies": {
"@commitlint/cli": "17.8.0",
Expand Down

0 comments on commit 4469022

Please sign in to comment.