build(deps): bump @codemirror/state in /app/vmui/packages/vmui (#1881)

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

---
updated-dependencies:
- dependency-name: "@codemirror/state"
  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-11-29 21:57:56 +03:00 committed by Aliaksandr Valialkin
parent d19cc19efc
commit 79274cd218
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1
2 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/highlight": "^0.19.6",
"@codemirror/state": "^0.19.4",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.21",
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.0",
@ -2084,9 +2084,9 @@
}
},
"node_modules/@codemirror/state": {
"version": "0.19.4",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.4.tgz",
"integrity": "sha512-PLsY1PvuGynylzv4FVEi1vDz4gituIxJR4XdEVT4+UK6C2l14Y2TGLkUTw3D8xlq+xmY1J1TR7UbicZtJIxO6A==",
"version": "0.19.6",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.6.tgz",
"integrity": "sha512-sqIQZE9VqwQj7D4c2oz9mfLhlT1ElAzGB5lO1lE33BPyrdNy1cJyCIOecT4cn4VeJOFrnjOeu+IftZ3zqdFETw==",
"dependencies": {
"@codemirror/text": "^0.19.0"
}
@ -23834,9 +23834,9 @@
}
},
"@codemirror/state": {
"version": "0.19.4",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.4.tgz",
"integrity": "sha512-PLsY1PvuGynylzv4FVEi1vDz4gituIxJR4XdEVT4+UK6C2l14Y2TGLkUTw3D8xlq+xmY1J1TR7UbicZtJIxO6A==",
"version": "0.19.6",
"resolved": "https://registry.npmjs.org/@codemirror/state/-/state-0.19.6.tgz",
"integrity": "sha512-sqIQZE9VqwQj7D4c2oz9mfLhlT1ElAzGB5lO1lE33BPyrdNy1cJyCIOecT4cn4VeJOFrnjOeu+IftZ3zqdFETw==",
"requires": {
"@codemirror/text": "^0.19.0"
}

View file

@ -8,7 +8,7 @@
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/highlight": "^0.19.6",
"@codemirror/state": "^0.19.4",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^0.19.21",
"@date-io/dayjs": "^2.11.0",
"@emotion/react": "^11.7.0",