Skip to content

Commit 3c4f60f

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

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.100",
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.100":
343+
version "0.0.100"
344+
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.100.tgz#3ebdf1514208d73f38c25925d9cf9399a42a7471"
345+
integrity sha512-4jGmu1T8vpQrJCe8cbe3KveiJmK2UAt3rZO2qE2sPoMhGLuwW0cMzFYJLyXebbRJg5G3RbuUXLip1IHPUESkFA==
346+
dependencies:
347+
"@types/tern" "*"
348+
349+
"@types/estree@*":
350+
version "0.0.45"
351+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.45.tgz#e9387572998e5ecdac221950dab3e8c3b16af884"
352+
integrity sha512-jnqIUKDUqJbDIUxm0Uj7bnlMnRm1T/eZ9N+AVMqhPgzrba2GhGG5o/jCTwmdPK709nEZsGoMzXEDUjcXHa3W0g==
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)