Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webdiscus committed Dec 20, 2023
1 parent e308d82 commit 4e11be7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,31 +62,31 @@
"@webdiscus/pug-loader": "2.10.5",
"ansis": "1.5.5",
"json5": "^2.2.3",
"js-beautify": "^1.14.9"
"js-beautify": "^1.14.11"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@test-fixtures/lorem": "0.0.2",
"@test-fixtures/js": "0.0.2",
"@test-fixtures/scss": "0.0.7",
"@types/jest": "^29.5.4",
"css-loader": "^6.8.1",
"html-loader": "^4.2.0",
"jest": "^29.6.4",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.7.6",
"cssnano": "^6.0.1",
"cssnano": "^6.0.2",
"normalize.css": "^8.0.1",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.3",
"prettier": "^3.1.1",
"responsive-loader": "^3.1.2",
"sass": "^1.66.1",
"sass": "1.66.1",
"sass-loader": "^13.3.2",
"sharp": "^0.32.5",
"sharp": "^0.33.1",
"svgo-loader": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.88.2",
"webpack-merge": "^5.9.0",
"webpack": "5.88.2",
"webpack-merge": "^5.10.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
2 changes: 1 addition & 1 deletion test/cases/inline-asset-query-svgo/expected/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html><head></head><body><svg width="24" height="24" class="inline" id="logo" style="width: 32px;" aria-hidden="true" stroke="red"><path fill="none" d="M0 0h24v24H0z"/><path d="M15.5 1h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1zm-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm4.5-4H7V4h9v14z"/></svg></body></html>
<!DOCTYPE html><html><head></head><body><svg width="24" height="24" class="inline" id="logo" style="width: 32px;" aria-hidden="true" stroke="red"><path fill="none" d="M0 0h24v24H0z"/><path d="M15.5 1h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1m-4 21c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m4.5-4H7V4h9z"/></svg></body></html>

0 comments on commit 4e11be7

Please sign in to comment.