Skip to content

Commit

Permalink
Bump vite-plugin-windicss from 1.9.0 to 1.9.1 (#125)
Browse files Browse the repository at this point in the history
Bumps [vite-plugin-windicss](https://github.com/antfu/vite-plugin-windicss) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/antfu/vite-plugin-windicss/releases)
- [Commits](windicss/vite-plugin-windicss@v1.9.0...v1.9.1)

---
updated-dependencies:
- dependency-name: vite-plugin-windicss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent cd4b11c commit d51e19d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"sharp": "^0.32.4",
"subfont": "^6.12.5",
"typescript": "^5.1.6",
"vite-plugin-windicss": "^1.9.0",
"vite-plugin-windicss": "^1.9.1",
"windicss": "^3.5.6",
"yaml-schema-validator": "^1.2.3"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -981,22 +981,22 @@
resolved "https://registry.yarnpkg.com/@vscode/l10n/-/l10n-0.0.11.tgz#325d7beb2cfb87162bc624d16c4d546de6a73b72"
integrity sha512-ukOMWnCg1tCvT7WnDfsUKQOFDQGsyR5tNgRpwmqi+5/vzU3ghdDXzvIM4IOPdSb3OeSsBNvmSL8nxIVOqi2WXA==

"@windicss/[email protected].0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.9.0.tgz#a5cb18653477284095e1694e962b42442a770446"
integrity sha512-QO4+udbmDIgZwAi89tqUt5nGwBq3IgyELjLn83twZXiIqzOw+77ecCuM0oPSbzWmIbCqXq3wRQHd6Z1u5E/5zQ==
"@windicss/[email protected].1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.9.1.tgz#d14081c92d29191614a168b1087dff0873c0e17d"
integrity sha512-MjutTiS9XIteriwkH9D+que+bILbpulekYzjJGQDg3Sb2H87aOcO30f7N11ZiHF5OYoZn4yJz4lDbB3A6IuXfQ==
dependencies:
debug "^4.3.4"
jiti "^1.18.2"
windicss "^3.5.6"

"@windicss/[email protected].0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.9.0.tgz#a38a5e37abf47ce43bb2cd8332cdecc647531f6a"
integrity sha512-omAacM5ExIr9XBUI2z47CyCXJBke4imJZqXW41YgHhRLbahTngbScFk5yxa6dXivDXUpUKqasOPXBJgA4bhHCg==
"@windicss/[email protected].1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.9.1.tgz#ee1787f929f469dfb4bc2f0176bc988e99bd544c"
integrity sha512-sz/Z2sxUZIkJ2nVeTmtYTtXhWxe/yTTkM5nqU6eKhP0n6waipTCJJdLvWoZcgzQBbBCL/JLRQd/9BYsBqKuLDQ==
dependencies:
"@antfu/utils" "^0.7.2"
"@windicss/config" "1.9.0"
"@windicss/config" "1.9.1"
debug "^4.3.4"
fast-glob "^3.2.12"
magic-string "^0.30.0"
Expand Down Expand Up @@ -7016,12 +7016,12 @@ vfile@^5.0.0, vfile@^5.3.2:
unist-util-stringify-position "^3.0.0"
vfile-message "^3.0.0"

vite-plugin-windicss@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.9.0.tgz#0b635c3cf3557267d2f97bc42e3f9842a67360af"
integrity sha512-w0unPfcbVU5eaISAsFTLgIb41SLhmXoUF75Othu8NqFioe8+DEqiuvJ7/k/LRuEuvI8Rt/OKrY6cNzrB+dykaA==
vite-plugin-windicss@^1.9.1:
version "1.9.1"
resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.9.1.tgz#8a31ec5c37248037db076305925b8c2e6472ff22"
integrity sha512-CWm1b/tXVCJTbEGn4oB8B7Gev9xDuY9k4E/KiJqDuLYspBUFQyZKPF2mSZ3DfNdojsfqgzxu9ervqvlb9jJ7fw==
dependencies:
"@windicss/plugin-utils" "1.9.0"
"@windicss/plugin-utils" "1.9.1"
debug "^4.3.4"
kolorist "^1.8.0"
windicss "^3.5.6"
Expand Down

0 comments on commit d51e19d

Please sign in to comment.