build(deps): bump @codemirror/view in /app/vmui/packages/vmui (#1931)

Bumps [@codemirror/view](https://github.com/codemirror/view) from 0.19.26 to 0.19.29.
- [Release notes](https://github.com/codemirror/view/releases)
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codemirror/view/compare/0.19.26...0.19.29)

---
updated-dependencies:
- dependency-name: "@codemirror/view"
  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] 2021-12-13 11:52:26 +03:00 committed by Aliaksandr Valialkin
parent 1510808fbd
commit f2f6d1519a
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 8 additions and 8 deletions

View File

@ -13,7 +13,7 @@
"@codemirror/commands": "^0.19.5",
"@codemirror/highlight": "^0.19.6",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.26",
"@codemirror/view": "^0.19.29",
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
@ -2108,9 +2108,9 @@
}
},
"node_modules/@codemirror/view": {
"version": "0.19.26",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.26.tgz",
"integrity": "sha512-7QfXtFLDqXY2TfdxPCQ/NvXjINGaqXQ6SAHKQmxZ+jDcTCWmhFcxaAkrDneqcfGmtp72tUPOXG9PiwCbRWgRLw==",
"version": "0.19.29",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.29.tgz",
"integrity": "sha512-rET2Ogs0M8NsH29t5R+bC/zevfHrjs1aaMV23mdbOtrebxwvANic1s4PtNofAU2dFiuK3x2vdTHPVtVg4dokBA==",
"dependencies": {
"@codemirror/rangeset": "^0.19.0",
"@codemirror/state": "^0.19.3",
@ -23877,9 +23877,9 @@
}
},
"@codemirror/view": {
"version": "0.19.26",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.26.tgz",
"integrity": "sha512-7QfXtFLDqXY2TfdxPCQ/NvXjINGaqXQ6SAHKQmxZ+jDcTCWmhFcxaAkrDneqcfGmtp72tUPOXG9PiwCbRWgRLw==",
"version": "0.19.29",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-0.19.29.tgz",
"integrity": "sha512-rET2Ogs0M8NsH29t5R+bC/zevfHrjs1aaMV23mdbOtrebxwvANic1s4PtNofAU2dFiuK3x2vdTHPVtVg4dokBA==",
"requires": {
"@codemirror/rangeset": "^0.19.0",
"@codemirror/state": "^0.19.3",

View File

@ -9,7 +9,7 @@
"@codemirror/commands": "^0.19.5",
"@codemirror/highlight": "^0.19.6",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.26",
"@codemirror/view": "^0.19.29",
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",