Fixed hot reload when develop with yarn (#4825)

main
Boris Sekachev 4 years ago committed by GitHub
parent 708ad9be7e
commit a61d50a951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,9 +35,6 @@
"@types/resize-observer-browser": "^0.1.6", "@types/resize-observer-browser": "^0.1.6",
"antd": "~4.18.9", "antd": "~4.18.9",
"copy-to-clipboard": "^3.3.1", "copy-to-clipboard": "^3.3.1",
"cvat-canvas": "file:../cvat-canvas",
"cvat-canvas3d": "file:../cvat-canvas3d",
"cvat-core": "file:../cvat-core",
"dotenv-webpack": "^7.1.0", "dotenv-webpack": "^7.1.0",
"error-stack-parser": "^2.0.6", "error-stack-parser": "^2.0.6",
"lodash": "^4.17.21", "lodash": "^4.17.21",

@ -4017,41 +4017,6 @@ custom-error-instance@2.1.1:
resolved "https://registry.yarnpkg.com/custom-error-instance/-/custom-error-instance-2.1.1.tgz#3cf6391487a6629a6247eb0ca0ce00081b7e361a" resolved "https://registry.yarnpkg.com/custom-error-instance/-/custom-error-instance-2.1.1.tgz#3cf6391487a6629a6247eb0ca0ce00081b7e361a"
integrity sha512-p6JFxJc3M4OTD2li2qaHkDCw9SfMw82Ldr6OC9Je1aXiGfhx2W8p3GaoeaGrPJTUN9NirTM/KTxHWMUdR1rsUg== integrity sha512-p6JFxJc3M4OTD2li2qaHkDCw9SfMw82Ldr6OC9Je1aXiGfhx2W8p3GaoeaGrPJTUN9NirTM/KTxHWMUdR1rsUg==
"cvat-canvas3d@file:cvat-canvas3d":
version "0.0.1"
dependencies:
"@types/three" "^0.125.3"
camera-controls "^1.25.3"
three "^0.126.1"
"cvat-canvas@file:cvat-canvas":
version "2.14.0"
dependencies:
"@types/polylabel" "^1.0.5"
polylabel "^1.1.0"
svg.draggable.js "2.2.2"
svg.draw.js "^2.0.4"
svg.js "2.7.1"
svg.resize.js "1.4.3"
svg.select.js "3.0.1"
"cvat-core@file:cvat-core":
version "5.1.0"
dependencies:
axios "^0.27.2"
browser-or-node "^2.0.0"
cvat-data "file:../.cache/yarn/v6/npm-cvat-core-5.1.0-563e0a28-153f-47c6-a8d5-8de10f3250c2-1659705413422/node_modules/cvat-data"
detect-browser "^5.2.1"
error-stack-parser "^2.0.2"
form-data "^4.0.0"
jest-config "^28.1.2"
js-cookie "^3.0.1"
json-logic-js "^2.0.1"
platform "^1.3.5"
quickhull "^1.0.3"
store "^2.0.12"
tus-js-client "^2.3.0"
"cvat-data@file:cvat-data": "cvat-data@file:cvat-data":
version "1.0.2" version "1.0.2"
dependencies: dependencies:

Loading…
Cancel
Save