Skip to content
Snippets Groups Projects
Commit b198f76e authored by David Bühler's avatar David Bühler
Browse files

[ivette] Fixes the version of @types/lodash.

The next minor version of @types/lodash does not export Cancelable, which is
used in dome.
parent 1b6ed502
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
"@hot-loader/react-dom": "^16.13.0",
"@types/codemirror": "^0.0.97",
"@types/cytoscape": "^3.14.5",
"@types/lodash": "^4.14.149",
"@types/lodash": "4.14.160",
"@types/node": "12.12.21",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.6",
......
......@@ -1169,10 +1169,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
"@types/lodash@^4.14.149":
version "4.14.177"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.177.tgz#f70c0d19c30fab101cad46b52be60363c43c4578"
integrity sha512-0fDwydE2clKe9MNfvXHBHF9WEahRuj+msTuQqOmAApNORFvhMYZKNGGJdCzuhheVjMps/ti0Ak/iJPACMaevvw==
"@types/lodash@4.14.160":
version "4.14.160"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.160.tgz#2f1bba6500bc3cb9a732c6d66a083378fb0b0b29"
integrity sha512-aP03BShJoO+WVndoVj/WNcB/YBPt+CIU1mvaao2GRAHy2yg4pT/XS4XnVHEQBjPJGycWf/9seKEO9vopTJGkvA==
"@types/minimatch@*":
version "3.0.5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment