Skip to content

Commit

Permalink
Fixed hot reload when develop with yarn (cvat-ai#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Aug 26, 2022
1 parent 708ad9b commit a61d50a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
3 changes: 0 additions & 3 deletions cvat-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"@types/resize-observer-browser": "^0.1.6",
"antd": "~4.18.9",
"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",
"error-stack-parser": "^2.0.6",
"lodash": "^4.17.21",
Expand Down
35 changes: 0 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4017,41 +4017,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/custom-error-instance/-/custom-error-instance-2.1.1.tgz#3cf6391487a6629a6247eb0ca0ce00081b7e361a"
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":
version "1.0.2"
dependencies:
Expand Down

0 comments on commit a61d50a

Please sign in to comment.