Upgrade @types/codemirror to 5.60.4

This is the version with the lookAhead method on the StringStream type.
This commit is contained in:
tidy-dev 2022-02-08 11:34:16 -05:00
parent e9b6653a3a
commit 80da9097c6
2 changed files with 5 additions and 5 deletions

View file

@ -118,7 +118,7 @@
"@types/byline": "^4.2.31",
"@types/classnames": "^2.2.2",
"@types/clean-webpack-plugin": "^0.1.2",
"@types/codemirror": "0.0.76",
"@types/codemirror": "5.60.4",
"@types/deep-equal": "^1.0.1",
"@types/dompurify": "^2.3.1",
"@types/double-ended-queue": "^2.1.0",

View file

@ -903,10 +903,10 @@
dependencies:
"@types/webpack" "*"
"@types/codemirror@0.0.76":
version "0.0.76"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.76.tgz#c52719878056a216bc05889b46a41d4eb1434423"
integrity sha512-k/hpUb+Ebyn9z63qM8IbsRiW0eYHZ+pi/1e2reGzBKAZJzkjWmNTXXqLLiNv5d9ekyxkajxRBr5Hu2WZq/nokw==
"@types/codemirror@5.60.4":
version "5.60.4"
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-5.60.4.tgz#aa19477782fb1bd26f8a0e240ca4241f35c4170e"
integrity sha512-SUQgBj9jZ+xj75zgwfgQZt0CManWBISN/YsE0xRmPwO6uDyLNpXO8bn2m59tpevsFw+eQdmx+qY1WjOrUgMDgw==
dependencies:
"@types/tern" "*"