diff --git a/backend/go.mod b/backend/go.mod index 0efab54c..d7bf3e77 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -2,7 +2,7 @@ module crawlab go 1.18 -require github.com/crawlab-team/crawlab-core v0.6.3-0.20230804030437-664646cf1665 +require github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653 require ( github.com/Masterminds/semver v1.4.2 // indirect @@ -21,7 +21,7 @@ require ( github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect github.com/cloudflare/circl v1.3.3 // indirect github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484 // indirect - github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940.0.20221218100256-a28d12756f73 // indirect + github.com/crawlab-team/crawlab-fs v0.6.3 // indirect github.com/crawlab-team/crawlab-grpc v0.6.0-beta.20211219.1930.0.20221020032435-afa1c691f73c // indirect github.com/crawlab-team/crawlab-vcs v0.6.2-0.20230629045457-afe0be0e2185 // indirect github.com/crawlab-team/go-trace v0.1.1 // indirect diff --git a/backend/go.sum b/backend/go.sum index a2008069..f4aab9e8 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -151,11 +151,15 @@ github.com/crawlab-team/crawlab-core v0.6.3-0.20230726071808-25ed70356f13 h1:fP4 github.com/crawlab-team/crawlab-core v0.6.3-0.20230726071808-25ed70356f13/go.mod h1:rrcJUzh/PHR2WKBaahsR8baRstCdnEEFLx+pOA8IenU= github.com/crawlab-team/crawlab-core v0.6.3-0.20230804030437-664646cf1665 h1:LAX9MN0NVIZHkyFDNH+3LvsD5AgoV7/FsbdDjVQr3OQ= github.com/crawlab-team/crawlab-core v0.6.3-0.20230804030437-664646cf1665/go.mod h1:rrcJUzh/PHR2WKBaahsR8baRstCdnEEFLx+pOA8IenU= +github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653 h1:uOCkVHVqr2KGk/lv68LbBM3uQoJT6p4ywXInPitM3wo= +github.com/crawlab-team/crawlab-core v0.6.3-0.20231021045242-07956209f653/go.mod h1:HNuAjSVVZpHhpyUP4k1F2YKxEiarZESFolSyx7YjgZ8= github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU= github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484 h1:1CXWC3lYcVWcgPRc3PNKzZ3fcfX5WZ/V8xwzHEMUFHQ= github.com/crawlab-team/crawlab-db v0.6.0-beta.20220417.1300.0.20221226064900-5a357ee73484/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU= github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940.0.20221218100256-a28d12756f73 h1:xIgfVPa3ZJWC72Y57oHS41n4jRtGZPn1YDEYBgMj2EU= github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940.0.20221218100256-a28d12756f73/go.mod h1:y9YhLLR3GuPrDuPKe7ZuiHCITK9K2IcI8nlznF8YIEc= +github.com/crawlab-team/crawlab-fs v0.6.3 h1:mS91sYu+tOPavjYvt4CZ8YwY5okEiwCAuyx/5RIbXJY= +github.com/crawlab-team/crawlab-fs v0.6.3/go.mod h1:y9YhLLR3GuPrDuPKe7ZuiHCITK9K2IcI8nlznF8YIEc= github.com/crawlab-team/crawlab-grpc v0.6.0-beta.20211219.1930.0.20221020032435-afa1c691f73c h1:jX0iax3WHwomWGQVWrCTy8a4zYDsKKyuspP3+04XCcU= github.com/crawlab-team/crawlab-grpc v0.6.0-beta.20211219.1930.0.20221020032435-afa1c691f73c/go.mod h1:Bq2Pm967EYWbjhP5Ghc4DV2LZgbOLMzLftJXDJYz/gs= github.com/crawlab-team/crawlab-vcs v0.6.2-0.20230629045457-afe0be0e2185 h1:A/XSUuGgGMn+z+lFd2ye2ClgIKhDZYUerhOL5jePQhU= diff --git a/frontend/package.json b/frontend/package.json index 03b7c922..ad3072f7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@crawlab/app", - "version": "0.6.2", + "version": "0.6.3", "scripts": { "serve": "vite", "serve:dist": "serve dist", @@ -21,7 +21,7 @@ "@fortawesome/vue-fontawesome": "^3.0.0-5", "atom-material-icons": "^3.0.0", "codemirror": "^5.59.1", - "crawlab-ui": "0.6.2-11", + "crawlab-ui": "0.6.3", "echarts": "^5.1.2", "element-plus": "^1.3.0-beta.10", "vue": "^3.2", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 78e91b7e..4e210fa0 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -30,8 +30,8 @@ dependencies: specifier: ^5.59.1 version: registry.npmmirror.com/codemirror@5.65.10 crawlab-ui: - specifier: 0.6.2-11 - version: 0.6.2-11 + specifier: 0.6.3 + version: 0.6.3 echarts: specifier: ^5.1.2 version: registry.npmmirror.com/echarts@5.4.0 @@ -811,8 +811,8 @@ packages: requiresBuild: true dev: false - /crawlab-ui@0.6.2-11: - resolution: {integrity: sha512-61xWlZoHfLbWNB/Z6kDyQHqULt1Qh4E0xwrctfVSj9Y5KLI9ceoUIUILA4Wtf7sF9fYK2YxXSIj4+SQe3+HhwQ==} + /crawlab-ui@0.6.3: + resolution: {integrity: sha512-7TMYzG8eETiHVPXD2jeih2eVGJUCYw2nQW6Mx9678YP82e+9If1cwX+bVDJbrjJjnYmfsxMZuFp3kVw1XVmaxg==} dependencies: '@element-plus/icons': 0.0.11 '@fortawesome/fontawesome-common-types': 6.2.1