Skip to content

Commit eb88418

Browse files
committed
fix(deps): update dependency @types/codemirror to ^0.0.91
1 parent 7809ee6 commit eb88418

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@angular/platform-browser-dynamic": "^7.0.0",
4646
"@angular/router": "^7.0.0",
4747
"@nrwl/nx": "7.0.2",
48-
"@types/codemirror": "^0.0.69",
48+
"@types/codemirror": "^0.0.91",
4949
"codemirror": "^5.41.0",
5050
"core-js": "^2.5.4",
5151
"rxjs": "~6.3.3",

yarn.lock

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,17 @@
339339
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.7.tgz#1b8e33b61a8c09cbe1f85133071baa0dbf9fa71a"
340340
integrity sha512-2Y8uPt0/jwjhQ6EiluT0XCri1Dbplr0ZxfFXUz+ye13gaqE8u5gL5ppao1JrUYr9cIip5S6MvQzBS7Kke7U9VA==
341341

342-
"@types/codemirror@^0.0.69":
343-
version "0.0.69"
344-
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.69.tgz#a40ead562be9173dc18c0816c7f54c1fc272f937"
345-
integrity sha512-NtAjeJ5vqEry4w/UtKrpbPf/yViBCGB0MYTKk8/GKEEBEc8p592dg28UzDBFtUpw1+F002crt15w5hZo0zHgFw==
342+
"@types/codemirror@^0.0.91":
343+
version "0.0.91"
344+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.91.tgz#4cb9832388726e57e747f0e3a8ab69105ad02a66"
345+
integrity sha512-FZcfBNjhVc6slo6RbtbCqYa+KTQa9sykV5OdRLqd3FeMPddVLFuqSR3KNZUbzU9qoEBudBZX0nbItJ52ml37KA==
346+
dependencies:
347+
"@types/tern" "*"
348+
349+
"@types/estree@*":
350+
version "0.0.44"
351+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.44.tgz#980cc5a29a3ef3bea6ff1f7d021047d7ea575e21"
352+
integrity sha512-iaIVzr+w2ZJ5HkidlZ3EJM8VTZb2MJLCjw3V+505yVts0gRC4UMvjw0d1HPtGqI/HQC/KdsYtayfzl+AXY2R8g==
346353

347354
348355
version "1.20.3"
@@ -359,6 +366,13 @@
359366
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.10.tgz#4fa76e6598b7de3f0cb6ec3abacc4f59e5b3a2ce"
360367
integrity sha512-8xZEYckCbUVgK8Eg7lf5Iy4COKJ5uXlnIOnePN0WUwSQggy9tolM+tDJf7wMOnT/JT/W9xDYIaYggt3mRV2O5w==
361368

369+
"@types/tern@*":
370+
version "0.23.3"
371+
resolved "https://registry.yarnpkg.com/@types/tern/-/tern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460"
372+
integrity sha512-imDtS4TAoTcXk0g7u4kkWqedB3E4qpjXzCpD2LU5M5NAXHzCDsypyvXSaG7mM8DKYkCRa7tFp4tS/lp/Wo7Q3w==
373+
dependencies:
374+
"@types/estree" "*"
375+
362376
"@types/yargs@^11.0.0":
363377
version "11.1.2"
364378
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-11.1.2.tgz#fd4b676846fe731a5de5c6d2e5ef6a377262fc30"

0 commit comments

Comments
 (0)