Skip to content

Commit

Permalink
[DEPENDENCY] Bump cheerio from 0.22.0 to 1.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
matz3 committed Jun 8, 2021
1 parent 2077130 commit 8bdb146
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 161 deletions.
220 changes: 88 additions & 132 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"dependencies": {
"@ui5/fs": "^2.0.6",
"@ui5/logger": "^2.0.1",
"cheerio": "^0.22.0",
"cheerio": "1.0.0-rc.9",
"escape-unicode": "^0.2.0",
"escope": "^3.6.0",
"esprima": "^4.0.1",
Expand Down
8 changes: 3 additions & 5 deletions test/expected/build/application.a/dest-depself/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html><html><head>
<title>Application A</title>
<script id="sap-ui-bootstrap" src="resources/sap-ui-custom.js">
</script>
</head>
<body>

</body>
</html>

</body></html>
8 changes: 3 additions & 5 deletions test/expected/build/application.a/dest-self/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<!DOCTYPE html><html><head>
<title>Application A</title>
<script id="sap-ui-bootstrap" src="resources/sap-ui-custom.js">
</script>
</head>
<body>

</body>
</html>

</body></html>
Loading

0 comments on commit 8bdb146

Please sign in to comment.