build(deps): bump @types/codemirror from 0.0.105 to 0.0.106 in /web (#462)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.105 to 0.0.106. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror) 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:
parent
fd6d99f4f9
commit
f8756d0fc9
|
@ -304,9 +304,9 @@
|
|||
}
|
||||
},
|
||||
"@types/codemirror": {
|
||||
"version": "0.0.105",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.105.tgz",
|
||||
"integrity": "sha512-FO3qdFLKK0yayyBJcctZndSVZzVC76uH/um8ELd0AQR3ucZBi/Ld+1lBQnCvXUytVFWVO0Yh0uWNnsmVJ+gNbw==",
|
||||
"version": "0.0.106",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.106.tgz",
|
||||
"integrity": "sha512-o2bJWaI56+J1IuzUyb1KKNLs0Tm1sqdosGeSneicQZpg9s59++8Nz70KOD6IACiZWI6b+H0H+UE+JRkgTUO3Ww==",
|
||||
"requires": {
|
||||
"@types/tern": "*"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@sentry/browser": "^5.29.2",
|
||||
"@sentry/tracing": "^5.29.2",
|
||||
"@types/chart.js": "^2.9.29",
|
||||
"@types/codemirror": "0.0.105",
|
||||
"@types/codemirror": "0.0.106",
|
||||
"chart.js": "^2.9.4",
|
||||
"codemirror": "^5.59.1",
|
||||
"construct-style-sheets-polyfill": "^2.4.6",
|
||||
|
|
Reference in New Issue