Skip to content

Commit

Permalink
Merge branch 'alpha' of github.com:opendatalab/labelU-Kit into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Apr 19, 2024
2 parents 295128c + b5ea4e1 commit ebec4a2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@labelu/frontend",
"version": "5.1.0-alpha.6",
"version": "5.1.0-alpha.7",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@labelu/audio-annotator-react": "1.5.0-alpha.3",
"@labelu/components-react": "1.4.1",
"@labelu/audio-annotator-react": "1.5.0-alpha.4",
"@labelu/components-react": "1.4.2-alpha.1",
"@labelu/image": "1.1.0",
"@labelu/formatter": "1.0.2",
"@labelu/image-annotator-react": "2.1.0-alpha.2",
"@labelu/image-annotator-react": "2.1.0-alpha.3",
"@labelu/interface": "1.3.1",
"@labelu/video-annotator-react": "1.3.4-alpha.3",
"@labelu/video-react": "1.3.1",
"@labelu/video-annotator-react": "1.3.4-alpha.4",
"@labelu/video-react": "1.3.2-alpha.1",
"@tanstack/react-query": "^5.0.0",
"antd": "5.10.1",
"axios": "^1.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/*",
"apps/*"
],
"version": "5.1.0-alpha.6",
"version": "5.1.0-alpha.7",
"scripts": {
"prepare": "husky install",
"build": "pnpm --filter @labelu/utils --filter @labelu/interface --filter @labelu/formatter --filter @labelu/image --filter @labelu/components-react --filter @labelu/image-annotator-react --filter @labelu/audio-react --filter @labelu/video-react --filter @labelu/audio-annotator-react --filter @labelu/video-annotator-react build",
Expand Down
6 changes: 3 additions & 3 deletions packages/audio-annotator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/audio-annotator-react",
"version": "1.5.0-alpha.3",
"version": "1.5.0-alpha.4",
"description": "audio annotator for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -29,9 +29,9 @@
],
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"@labelu/components-react": "1.4.1",
"@labelu/components-react": "1.4.2-alpha.1",
"@labelu/interface": "1.3.1",
"@labelu/audio-react": "1.3.2",
"@labelu/audio-react": "1.3.3-alpha.1",
"polished": "^4.2.2",
"react-hotkeys-hook": "^4.4.1",
"styled-components": "^5.3.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/audio-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/audio-react",
"version": "1.3.2",
"version": "1.3.3-alpha.1",
"description": "labelu audio annotation component for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -41,7 +41,7 @@
"vite-tsconfig-paths": "^3.5.0"
},
"dependencies": {
"@labelu/components-react": "1.4.1",
"@labelu/components-react": "1.4.2-alpha.1",
"polished": "^4.2.2",
"react-hotkeys-hook": "^4.4.1",
"styled-components": "^5.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/components-react",
"version": "1.4.1",
"version": "1.4.2-alpha.1",
"description": "basic react components for labelU",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/image-annotator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/image-annotator-react",
"version": "2.1.0-alpha.2",
"version": "2.1.0-alpha.3",
"description": "image annotator for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"react"
],
"dependencies": {
"@labelu/components-react": "1.4.1",
"@labelu/components-react": "1.4.2-alpha.1",
"@labelu/image": "1.1.0",
"@labelu/interface": "1.3.1",
"lodash.clonedeep": "^4.5.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/video-annotator-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/video-annotator-react",
"version": "1.3.4-alpha.3",
"version": "1.3.4-alpha.4",
"description": "video annotator for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -29,10 +29,10 @@
"react"
],
"dependencies": {
"@labelu/components-react": "1.4.1",
"@labelu/components-react": "1.4.2-alpha.1",
"@labelu/interface": "1.3.1",
"@labelu/audio-annotator-react": "1.5.0-alpha.3",
"@labelu/video-react": "1.3.1",
"@labelu/audio-annotator-react": "1.5.0-alpha.4",
"@labelu/video-react": "1.3.2-alpha.1",
"polished": "^4.2.2",
"react-hotkeys-hook": "^4.4.1",
"styled-components": "^5.3.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/video-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelu/video-react",
"version": "1.3.1",
"version": "1.3.2-alpha.1",
"description": "labelu video annotation component for react",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"vite-tsconfig-paths": "^3.5.0"
},
"dependencies": {
"@labelu/components-react": "1.4.1",
"@labelu/components-react": "1.4.2-alpha.1",
"polished": "^4.2.2",
"rc-tooltip": "^6.0.1",
"react-hotkeys-hook": "^4.4.1",
Expand Down

0 comments on commit ebec4a2

Please sign in to comment.