Bump rollup-plugin-css-only from 4.3.0 to 4.4.0 in /ui (#1073)

Bumps [rollup-plugin-css-only](https://github.com/thgh/rollup-plugin-css-only) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/thgh/rollup-plugin-css-only/releases)
- [Changelog](https://github.com/thgh/rollup-plugin-css-only/blob/v4/CHANGELOG.md)
- [Commits](https://github.com/thgh/rollup-plugin-css-only/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: rollup-plugin-css-only
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-02 17:47:01 -04:00 committed by GitHub
parent 449806ab9e
commit d7c4b0bdce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
ui/package-lock.json generated
View File

@ -21,7 +21,7 @@
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-css-only": "^4.4.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",
@ -3059,9 +3059,9 @@
}
},
"node_modules/rollup-plugin-css-only": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-css-only/-/rollup-plugin-css-only-4.3.0.tgz",
"integrity": "sha512-BsiCqJJQzZh2lQiHY5irejRoJ3I1EUFHEi5PjVqsr+EmOh54YrWVwd3YZEXnQJ2+fzlhif0YM/Kf0GuH90GAdQ==",
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/rollup-plugin-css-only/-/rollup-plugin-css-only-4.4.0.tgz",
"integrity": "sha512-1NWsTbWD2i9t4MM2+xBYPu1GN+QNoo+8FFwhIUjzaxA1YjhiWU1AfTOsmWMJFyDPwSchCKhrhI03ZPjXo/RiQQ==",
"dev": true,
"dependencies": {
"@rollup/pluginutils": "5"
@ -3070,7 +3070,7 @@
"node": ">=14"
},
"peerDependencies": {
"rollup": "<4"
"rollup": "<5"
}
},
"node_modules/rollup-plugin-generate-html-template": {

View File

@ -24,7 +24,7 @@
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"rollup": "^3.29.4",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-css-only": "^4.4.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.6",