Skip to content

Commit

Permalink
chore(dependencies): update webpack version (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Mar 3, 2022
1 parent 6605129 commit b2261c4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 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
Expand Up @@ -80,7 +80,7 @@
"sass-loader": "^12.1.0",
"standard-version": "^9.3.0",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
Expand Down
@@ -1,5 +1,5 @@
body {
background: green;
background-image: url(http://example.com/4d869bb95ecdf3f870fb/c9e192c015437a21dea1.svg);
background-image: url(http://example.com/a825917f3984c437782f/c9e192c015437a21dea1.svg);
}

@@ -1,5 +1,5 @@
body {
background: red;
background-image: url(http://example.com/ca6e489a6807af3e778c/c9e192c015437a21dea1.svg);
background-image: url(http://example.com/72e334a82b025af50931/c9e192c015437a21dea1.svg);
}

0 comments on commit b2261c4

Please sign in to comment.