mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 01:44:34 +08:00
Merge pull request #3774 from aignatov-bio/ai-sci-fix-yarn-install-from-git
Fix yarn install from git repository
This commit is contained in:
commit
f912e4b163
2 changed files with 3 additions and 3 deletions
|
@ -110,7 +110,7 @@
|
|||
"styled-components": "^2.4.1",
|
||||
"tui-code-snippet": "^1.5.0",
|
||||
"tui-color-picker": "^2.2.0",
|
||||
"tui-image-editor": "git://github.com/biosistemika/tui.image-editor#3_15_2_updated",
|
||||
"tui-image-editor": "github:biosistemika/tui.image-editor#3_15_2_updated",
|
||||
"twemoji": "^12.1.4",
|
||||
"typeface-lato": "^0.0.75",
|
||||
"vue-loader": "^15.9.1",
|
||||
|
|
|
@ -10675,9 +10675,9 @@ tui-color-picker@^2.2.6:
|
|||
resolved "https://registry.yarnpkg.com/tui-color-picker/-/tui-color-picker-2.2.7.tgz#233cd501b17568ae6d604e06898b0c8553851186"
|
||||
integrity sha512-y7gUe6PdVBq8ruZbiOkeaN7N/DX+ogVyLkK53OM4qW5Vrc4pDWYEKlnOBCsPODb4/RSzS9iTd6fXYirXxeakJA==
|
||||
|
||||
"tui-image-editor@git://github.com/biosistemika/tui.image-editor#3_15_2_updated":
|
||||
"tui-image-editor@github:biosistemika/tui.image-editor#3_15_2_updated":
|
||||
version "3.15.2"
|
||||
resolved "git://github.com/biosistemika/tui.image-editor#5473f6d192df0f78693e5d8110051f797529eb5b"
|
||||
resolved "https://codeload.github.com/biosistemika/tui.image-editor/tar.gz/5473f6d192df0f78693e5d8110051f797529eb5b"
|
||||
dependencies:
|
||||
fabric "^4.2.0"
|
||||
tui-code-snippet "^1.5.0"
|
||||
|
|
Loading…
Reference in a new issue