build(deps): bump @types/codemirror from 0.0.104 to 0.0.105 in /web (#461)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.104 to 0.0.105. - [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
04379f2c90
commit
fd6d99f4f9
|
@ -304,9 +304,9 @@
|
|||
}
|
||||
},
|
||||
"@types/codemirror": {
|
||||
"version": "0.0.104",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.104.tgz",
|
||||
"integrity": "sha512-b417c7DZifNj1IQzOurj+HDBzHEW+C6Y8DaBai3va7p7hR/mh3YLs4wYyDapqjYiIcvJSu/kPd8XUSPaDRftbg==",
|
||||
"version": "0.0.105",
|
||||
"resolved": "https://registry.npmjs.org/@types/codemirror/-/codemirror-0.0.105.tgz",
|
||||
"integrity": "sha512-FO3qdFLKK0yayyBJcctZndSVZzVC76uH/um8ELd0AQR3ucZBi/Ld+1lBQnCvXUytVFWVO0Yh0uWNnsmVJ+gNbw==",
|
||||
"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.104",
|
||||
"@types/codemirror": "0.0.105",
|
||||
"chart.js": "^2.9.4",
|
||||
"codemirror": "^5.59.1",
|
||||
"construct-style-sheets-polyfill": "^2.4.6",
|
||||
|
|
Reference in New Issue