8000 chore(deps): update dependency postcss-html to v1.4.1 by renovate[bot] · Pull Request #330 · jaoafa/jaoweb-users · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

chore(deps): update dependency postcss-html to v1.4.1 #330

Merged
merged 1 commit into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff 8000 view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"husky": "7.0.4",
"lint-staged": "12.3.8",
"nuxt": "2.15.8",
"postcss-html": "1.3.1",
"postcss-html": "1.4.1",
"prettier": "2.6.2",
"ress": "5.0.2",
"sass": "1.50.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8088,10 +8088,10 @@ postcss-gap-properties@^2.0.0:
dependencies:
postcss "^7.0.2"

postcss-html@1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.3.1.tgz#27f7a1b6b27ab747828ae46c7a90dc1a58a7034d"
integrity sha512-SJ7iRw+IngyZv3Z9lChlZU30a9y9MZjZZcoUJmx0T/nKE9S+hetJ8fAv/MRu4bPnGDsXhVlaFs5+umpK3yaaQQ==
postcss-html@1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/postcss-html/-/postcss-html-1.4.1.tgz#da6d4693138c1c243867c00a5d01ec1337e0624e"
integrity sha512-OKihuWxPuBQrQeLNsavP7ytJ9IYNj/ViAXB2v7Qjh56LnfESKrkahKA9si4VfPN8xtz6oqUE6KdL0bTPrHJr6g==
dependencies:
htmlparser2 "^7.1.2"
postcss "^8.4.0"
Expand Down
0