build(deps): bump preact in /app/vmui/packages/vmui (#272)

Bumps [preact](https://github.com/preactjs/preact) from 10.6.5 to 10.6.6.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.6.5...10.6.6)

---
updated-dependencies:
- dependency-name: preact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2022-02-22 20:42:18 +02:00 committed by Aliaksandr Valialkin
parent ec86f2289c
commit b0c8337618
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 8 additions and 8 deletions

View File

@ -30,7 +30,7 @@
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.throttle": "^4.1.1",
"preact": "^10.6.5",
"preact": "^10.6.6",
"qs": "^6.10.3",
"typescript": "~4.5.5",
"uplot": "^1.6.19",
@ -15605,9 +15605,9 @@
"peer": true
},
"node_modules/preact": {
"version": "10.6.5",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.5.tgz",
"integrity": "sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w==",
"version": "10.6.6",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.6.tgz",
"integrity": "sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
@ -31046,9 +31046,9 @@
"peer": true
},
"preact": {
"version": "10.6.5",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.5.tgz",
"integrity": "sha512-i+LXM6JiVjQXSt2jG2vZZFapGpCuk1fl8o6ii3G84MA3xgj686FKjs4JFDkmUVhtxyq21+4ay74zqPykz9hU6w=="
"version": "10.6.6",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.6.6.tgz",
"integrity": "sha512-dgxpTFV2vs4vizwKohYKkk7g7rmp1wOOcfd4Tz3IB3Wi+ivZzsn/SpeKJhRENSE+n8sUfsAl4S3HiCVT923ABw=="
},
"prelude-ls": {
"version": "1.2.1",

View File

@ -26,7 +26,7 @@
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.throttle": "^4.1.1",
"preact": "^10.6.5",
"preact": "^10.6.6",
"qs": "^6.10.3",
"typescript": "~4.5.5",
"uplot": "^1.6.19",