12 Commits (c30c97b6afe6b59e8894680aa97edbb1428de33f)

Author SHA1 Message Date
Andrey Zhavoronkov 3680990b37
[Snyk] Upgrade tus-js-client from 2.3.2 to 3.0.1 (#5140)
* feat: upgrade tus-js-client from 2.3.2 to 3.0.1

Snyk has created this PR to upgrade tus-js-client from 2.3.2 to 3.0.1.

See this package in npm:
https://www.npmjs.com/package/tus-js-client

See this project in Snyk:
https://app.snyk.io/org/cvat/project/31502ad1-28fd-42cc-a9f7-f2efd57910e3?utm_source=github&utm_medium=referral&page=upgrade-pr

* updated yarn.lock

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai>
3 years ago
Snyk bot eb431acf29
[Snyk] Upgrade async-mutex from 0.3.2 to 0.4.0 (#5102)
* fix: upgrade async-mutex from 0.3.2 to 0.4.0

Snyk has created this PR to upgrade async-mutex from 0.3.2 to 0.4.0.

See this package in npm:
https://www.npmjs.com/package/async-mutex

See this project in Snyk:
https://app.snyk.io/org/cvat/project/79336e1b-856f-4136-b448-4ffce40e80f3?utm_source=github&utm_medium=referral&page=upgrade-pr

* Updated yarn.lock

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
Co-authored-by: Boris <sekachev.bs@gmail.com>
3 years ago
Snyk bot 290885f5b2
[Snyk] Upgrade jszip from 3.10.0 to 3.10.1 (#5103)
* fix: upgrade jszip from 3.10.0 to 3.10.1

Snyk has created this PR to upgrade jszip from 3.10.0 to 3.10.1.

See this package in npm:
https://www.npmjs.com/package/jszip

See this project in Snyk:
https://app.snyk.io/org/cvat/project/79336e1b-856f-4136-b448-4ffce40e80f3?utm_source=github&utm_medium=referral&page=upgrade-pr

* Updated yarn.lock

Co-authored-by: Boris <sekachev.bs@gmail.com>
3 years ago
Kirill Lakhov f719f58df4
Fix ESlint problems / typescript for cvat-core (#5027)
* typescripted some files

* typescripted cloud storage

* reverted api-implementation, fixed minor errors

* updated changelog

* fixed jest test

* updated file: to link:

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Kirill Sizov bae7564968
Add webhooks (#4863)
Co-authored-by: “klakhov” <kirill.lakhov@cvat.ai>
Co-authored-by: Boris <sekachev.bs@gmail.com>
Co-authored-by: kirill-sizov <kirill.sizov@intel.com>
3 years ago
Boris Sekachev a61d50a951
Fixed hot reload when develop with yarn (#4825) 4 years ago
Boris Sekachev 7e20b279af
Added support of skeletons (#1) 4 years ago
Boris Sekachev 496106c070
Updated yarn.lock (#90) 4 years ago
Boris Sekachev 4cd6b05c02
Upgraded some npm dependencies (#78)
* Upgraded lint-staged

* Upgraded eslint-plugin-jest

* Upgraded types@node

* Upgraded typescript-eslint/parser

* Upgraded typescript-eslint/eslint-plugin
4 years ago
dependabot[bot] c30c2ae4b0
Bump terser from 5.14.1 to 5.14.2 (#13)
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Kirill Sizov a38c567c4c
Fix CI-nightly (#117) 4 years ago
Kirill Sizov 2240b3f4aa
Replace npm with yarn (#113)
* package.json: private true

* delete package-lock.json

* cvat-core/package.json: fix path for cvat-data

* replace npm with yarn

* replace npm with yarn

* add yarn.lock files

* replace npm with yarn

* remark: replace npm with yarn

* fixes

* fixes

* alligment

* workflows: replace npm with yarn

* revert husky version

* replace npm with yarn on ci image

* add yarn for ci image

* enable debug mode for main workflow

* debug mode

* v0.0.0

* resolve dependencies issues

* update docs

* exit debug mode

* add yarn.lock to the ui image

* fix three version

* resolve conflicts

* [no ci] use yarn instead of npm

* fix src path
4 years ago