diff --git a/gradle.properties b/gradle.properties index d16e432d92..0132167e3c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,6 +15,6 @@ # group = sonia.scm -version = 3.7.5 +version = 3.7.6-SNAPSHOT org.gradle.jvmargs=-Xmx1024M org.gradle.caching=true diff --git a/scm-plugins/scm-git-plugin/package.json b/scm-plugins/scm-git-plugin/package.json index 73747652b5..10d4a94109 100644 --- a/scm-plugins/scm-git-plugin/package.json +++ b/scm-plugins/scm-git-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-git-plugin", "private": true, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -11,7 +11,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.5" + "@scm-manager/ui-plugins": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -33,4 +33,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-plugins/scm-hg-plugin/package.json b/scm-plugins/scm-hg-plugin/package.json index eaf3cb75a2..d35462a9d0 100644 --- a/scm-plugins/scm-hg-plugin/package.json +++ b/scm-plugins/scm-hg-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-hg-plugin", "private": true, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.5" + "@scm-manager/ui-plugins": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-plugins/scm-legacy-plugin/package.json b/scm-plugins/scm-legacy-plugin/package.json index 1f1a8adf8d..01654a423a 100644 --- a/scm-plugins/scm-legacy-plugin/package.json +++ b/scm-plugins/scm-legacy-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-legacy-plugin", "private": true, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.tsx", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.5" + "@scm-manager/ui-plugins": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-plugins/scm-svn-plugin/package.json b/scm-plugins/scm-svn-plugin/package.json index 2811941c6f..4fc22500b8 100644 --- a/scm-plugins/scm-svn-plugin/package.json +++ b/scm-plugins/scm-svn-plugin/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/scm-svn-plugin", "private": true, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "main": "./src/main/js/index.ts", "scripts": { @@ -10,7 +10,7 @@ "typecheck": "tsc" }, "dependencies": { - "@scm-manager/ui-plugins": "3.7.5" + "@scm-manager/ui-plugins": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/babel-preset": "^2.13.1", @@ -32,4 +32,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/e2e-tests/package.json b/scm-ui/e2e-tests/package.json index 7119ee528d..8eff20db08 100644 --- a/scm-ui/e2e-tests/package.json +++ b/scm-ui/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/e2e-tests", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "description": "End to end Tests for SCM-Manager", "main": "index.js", "author": "Eduard Heimbuch ", @@ -26,4 +26,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-api/package.json b/scm-ui/ui-api/package.json index 2f24272142..14f0d2d11c 100644 --- a/scm-ui/ui-api/package.json +++ b/scm-ui/ui-api/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-api", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "description": "React hook api for the SCM-Manager backend", "main": "build/index.js", "module": "build/index.mjs", @@ -26,7 +26,7 @@ "react-i18next": "11" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "tsup": "^5.12.6", "@types/react-test-renderer": "^17.0.1", "@scm-manager/babel-preset": "^2.13.1", @@ -58,4 +58,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-buttons/package.json b/scm-ui/ui-buttons/package.json index 65477e7585..35f4c942fd 100644 --- a/scm-ui/ui-buttons/package.json +++ b/scm-ui/ui-buttons/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-buttons", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "private": false, "main": "index.ts", "license": "AGPL-3.0-only", @@ -13,7 +13,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/prettier-config": "^2.12.0", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-components/package.json b/scm-ui/ui-components/package.json index ee244c75ee..b0b6cefd08 100644 --- a/scm-ui/ui-components/package.json +++ b/scm-ui/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-components", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "description": "UI Components for SCM-Manager and its plugins", "main": "src/index.ts", "files": [ @@ -32,8 +32,8 @@ "react-query": "^3.39.2" }, "devDependencies": { - "@scm-manager/ui-tests": "3.7.5", - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-tests": "3.7.6-SNAPSHOT", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "@types/fetch-mock": "^7.3.1", "@types/react-select": "^2.0.19", "@types/unist": "^2.0.3", @@ -68,17 +68,17 @@ "@scm-manager/jest-preset": "^2.14.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-syntaxhighlighting": "3.7.5", - "@scm-manager/ui-shortcuts": "3.7.5", - "@scm-manager/ui-text": "3.7.5" + "@scm-manager/ui-syntaxhighlighting": "3.7.6-SNAPSHOT", + "@scm-manager/ui-shortcuts": "3.7.6-SNAPSHOT", + "@scm-manager/ui-text": "3.7.6-SNAPSHOT" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5", - "@scm-manager/ui-overlays": "3.7.5", - "@scm-manager/ui-layout": "3.7.5", - "@scm-manager/ui-buttons": "3.7.5", - "@scm-manager/ui-api": "3.7.5", - "@scm-manager/ui-extensions": "3.7.5", + "@scm-manager/ui-core": "3.7.6-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.6-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.6-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.6-SNAPSHOT", + "@scm-manager/ui-api": "3.7.6-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.6-SNAPSHOT", "deepmerge": "^4.2.2", "hast-util-sanitize": "^3.0.2", "react-diff-view": "^2.4.10", @@ -109,4 +109,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-core/package.json b/scm-ui/ui-core/package.json index 95c59757dd..584f3bc523 100644 --- a/scm-ui/ui-core/package.json +++ b/scm-ui/ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-core", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "main": "./src/index.ts", "license": "AGPL-3.0-only", "scripts": { @@ -20,7 +20,7 @@ "styled-components": "5" }, "dependencies": { - "@scm-manager/ui-api": "3.7.4", + "@scm-manager/ui-api": "3.7.6-SNAPSHOT", "@radix-ui/react-radio-group": "^1.1.3", "@radix-ui/react-slot": "^1.0.1", "@radix-ui/react-visually-hidden": "^1.0.3", @@ -37,7 +37,7 @@ "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/tsconfig": "^2.12.0", "@scm-manager/babel-preset": "^2.13.1", - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "@types/mousetrap": "1.6.5", "@testing-library/react-hooks": "8.0.1", "@testing-library/react": "12.1.5", @@ -80,4 +80,4 @@ "jest-extended/all" ] } -} +} \ No newline at end of file diff --git a/scm-ui/ui-extensions/package.json b/scm-ui/ui-extensions/package.json index dce3c88d21..3639e7c2e6 100644 --- a/scm-ui/ui-extensions/package.json +++ b/scm-ui/ui-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-extensions", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "private": false, "author": "Sebastian Sdorra ", @@ -21,8 +21,8 @@ "react": "^17.0.1" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.5", - "@scm-manager/ui-tests": "3.7.5", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", + "@scm-manager/ui-tests": "3.7.6-SNAPSHOT", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", @@ -48,4 +48,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-forms/package.json b/scm-ui/ui-forms/package.json index dfd07c83e0..b36177d384 100644 --- a/scm-ui/ui-forms/package.json +++ b/scm-ui/ui-forms/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-forms", "private": false, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -21,7 +21,7 @@ "styled-components": "^5.3.5" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", @@ -35,4 +35,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-layout/package.json b/scm-ui/ui-layout/package.json index 1af047b3e1..b508eaf514 100644 --- a/scm-ui/ui-layout/package.json +++ b/scm-ui/ui-layout/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-layout", "private": false, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -14,7 +14,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", @@ -28,4 +28,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-legacy/package.json b/scm-ui/ui-legacy/package.json index d60ab0917f..ab1c80c975 100644 --- a/scm-ui/ui-legacy/package.json +++ b/scm-ui/ui-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-legacy", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "private": true, "main": "build/index.js", "module": "build/index.mjs", @@ -13,13 +13,13 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-api": "3.7.5", - "@scm-manager/ui-extensions": "3.7.5", + "@scm-manager/ui-api": "3.7.6-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.6-SNAPSHOT", "react-redux": "^5.0.7", "redux": "^4.0.0" }, "devDependencies": { - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "@types/react-redux": "5.0.7", "@scm-manager/babel-preset": "^2.13.1", "@scm-manager/eslint-config": "^2.17.0", @@ -46,4 +46,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-overlays/package.json b/scm-ui/ui-overlays/package.json index 834c712644..2f1015db59 100644 --- a/scm-ui/ui-overlays/package.json +++ b/scm-ui/ui-overlays/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-overlays", "private": false, - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "main": "index.ts", "scripts": { "depcheck": "depcheck" @@ -19,7 +19,7 @@ "classnames": "^2.3.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", @@ -33,4 +33,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-plugins/package.json b/scm-ui/ui-plugins/package.json index 7707c98771..49a204ccd3 100644 --- a/scm-ui/ui-plugins/package.json +++ b/scm-ui/ui-plugins/package.json @@ -1,7 +1,7 @@ { "name": "@scm-manager/ui-plugins", "description": "Defines the versions of SCM-Manager plugin dependencies provided by the core webapp. Exclusively used by the postinstall command of @scm-manager/plugin-scripts.", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "type": "module", "main": "./build/provided-modules.js", @@ -17,14 +17,14 @@ "react-router-dom": "^5.3.1", "react-i18next": "11", "styled-components": "^5.3.5", - "@scm-manager/ui-api": "3.7.5", - "@scm-manager/ui-buttons": "3.7.5", - "@scm-manager/ui-components": "3.7.5", - "@scm-manager/ui-core": "3.7.5", - "@scm-manager/ui-extensions": "3.7.5", - "@scm-manager/ui-forms": "3.7.5", - "@scm-manager/ui-layout": "3.7.5", - "@scm-manager/ui-overlays": "3.7.5", + "@scm-manager/ui-api": "3.7.6-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.6-SNAPSHOT", + "@scm-manager/ui-components": "3.7.6-SNAPSHOT", + "@scm-manager/ui-core": "3.7.6-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.6-SNAPSHOT", + "@scm-manager/ui-forms": "3.7.6-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.6-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.6-SNAPSHOT", "classnames": "^2.3.1", "query-string": "6.14.1", "redux": "^4.0.0", @@ -43,8 +43,8 @@ "@scm-manager/plugin-scripts": "^1.6.1", "@scm-manager/prettier-config": "^2.12.0", "@scm-manager/tsconfig": "^2.13.0", - "@scm-manager/ui-tests": "3.7.5", - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-tests": "3.7.6-SNAPSHOT", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/i18next": "^13.0.0", @@ -58,4 +58,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-shortcuts/package.json b/scm-ui/ui-shortcuts/package.json index f2ea140194..fb021d30df 100644 --- a/scm-ui/ui-shortcuts/package.json +++ b/scm-ui/ui-shortcuts/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-shortcuts", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "license": "AGPL-3.0-only", "private": true, "main": "index.ts", @@ -18,10 +18,10 @@ "@scm-manager/tsconfig": "^2.13.0" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "prettier": "@scm-manager/prettier-config", "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-styles/package.json b/scm-ui/ui-styles/package.json index df5e9d5fcb..44d4d7172d 100644 --- a/scm-ui/ui-styles/package.json +++ b/scm-ui/ui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-styles", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "description": "Styles for SCM-Manager", "main": "src/scm.scss", "license": "AGPL-3.0-only", @@ -30,4 +30,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-syntaxhighlighting/package.json b/scm-ui/ui-syntaxhighlighting/package.json index 291ba345ea..e41fb2b268 100644 --- a/scm-ui/ui-syntaxhighlighting/package.json +++ b/scm-ui/ui-syntaxhighlighting/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-syntaxhighlighting", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "private": true, "main": "src/index.ts", "scripts": { @@ -13,7 +13,7 @@ "depcheck": "depcheck" }, "dependencies": { - "@scm-manager/ui-text": "3.7.5", + "@scm-manager/ui-text": "3.7.6-SNAPSHOT", "nanoid": "^3.3.2", "refractor": "^4.5.0" }, @@ -51,4 +51,4 @@ "publishConfig": { "access": "restricted" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-tests/package.json b/scm-ui/ui-tests/package.json index c8fb18dc9e..19e68cb7c4 100644 --- a/scm-ui/ui-tests/package.json +++ b/scm-ui/ui-tests/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-tests", - "version": "3.7.4", + "version": "3.7.6-SNAPSHOT", "description": "UI-Tests helpers", "author": "Sebastian Sdorra ", "license": "AGPL-3.0-only", @@ -27,4 +27,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-text/package.json b/scm-ui/ui-text/package.json index e22927b337..7652b5e4b3 100644 --- a/scm-ui/ui-text/package.json +++ b/scm-ui/ui-text/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-text", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "private": true, "main": "index.ts", "scripts": { @@ -10,7 +10,7 @@ "react": "^17.0.1" }, "dependencies": { - "@scm-manager/ui-core": "3.7.5" + "@scm-manager/ui-core": "3.7.6-SNAPSHOT" }, "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", @@ -21,4 +21,4 @@ "eslintConfig": { "extends": "@scm-manager/eslint-config" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-types/package.json b/scm-ui/ui-types/package.json index 670bebde5e..dca9c212df 100644 --- a/scm-ui/ui-types/package.json +++ b/scm-ui/ui-types/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-types", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "description": "Typescript types for SCM-Manager related Objects", "main": "src/index.ts", "files": [ @@ -32,4 +32,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/scm-ui/ui-webapp/package.json b/scm-ui/ui-webapp/package.json index 2dfa502fc6..8c557448c7 100644 --- a/scm-ui/ui-webapp/package.json +++ b/scm-ui/ui-webapp/package.json @@ -1,6 +1,6 @@ { "name": "@scm-manager/ui-webapp", - "version": "3.7.5", + "version": "3.7.6-SNAPSHOT", "private": true, "scripts": { "test": "jest", @@ -11,16 +11,16 @@ }, "dependencies": { "@headlessui/react": "^1.7.17", - "@scm-manager/ui-components": "3.7.5", - "@scm-manager/ui-api": "3.7.5", - "@scm-manager/ui-extensions": "3.7.5", - "@scm-manager/ui-shortcuts": "3.7.5", - "@scm-manager/ui-legacy": "3.7.5", - "@scm-manager/ui-forms": "3.7.5", - "@scm-manager/ui-core": "3.7.5", - "@scm-manager/ui-overlays": "3.7.5", - "@scm-manager/ui-layout": "3.7.5", - "@scm-manager/ui-buttons": "3.7.5", + "@scm-manager/ui-components": "3.7.6-SNAPSHOT", + "@scm-manager/ui-api": "3.7.6-SNAPSHOT", + "@scm-manager/ui-extensions": "3.7.6-SNAPSHOT", + "@scm-manager/ui-shortcuts": "3.7.6-SNAPSHOT", + "@scm-manager/ui-legacy": "3.7.6-SNAPSHOT", + "@scm-manager/ui-forms": "3.7.6-SNAPSHOT", + "@scm-manager/ui-core": "3.7.6-SNAPSHOT", + "@scm-manager/ui-overlays": "3.7.6-SNAPSHOT", + "@scm-manager/ui-layout": "3.7.6-SNAPSHOT", + "@scm-manager/ui-buttons": "3.7.6-SNAPSHOT", "@radix-ui/react-portal": "^1.0.4", "@react-aria/overlays": "^3.23.1", "classnames": "^2.3.1", @@ -46,10 +46,10 @@ "devDependencies": { "@scm-manager/eslint-config": "^2.17.0", "@scm-manager/jest-preset": "^2.14.1", - "@scm-manager/ui-tests": "3.7.5", - "@scm-manager/ui-plugins": "3.7.5", + "@scm-manager/ui-tests": "3.7.6-SNAPSHOT", + "@scm-manager/ui-plugins": "3.7.6-SNAPSHOT", "@scm-manager/prettier-config": "^2.12.0", - "@scm-manager/ui-types": "3.7.5", + "@scm-manager/ui-types": "3.7.6-SNAPSHOT", "@types/classnames": "^2.3.1", "@types/enzyme": "^3.10.18", "@types/react": "^17.0.1", @@ -90,4 +90,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1379ca9e88..d17cc45d9b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14630,11 +14630,16 @@ nano-time@1.0.0: dependencies: big-integer "^1.6.16" -nanoid@^3.1.3, nanoid@^3.3.1, nanoid@^3.3.4, nanoid@^3.3.8: +nanoid@^3.1.3, nanoid@^3.3.1, nanoid@^3.3.4: version "3.3.8" resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== +nanoid@^3.3.2: + version "3.3.11" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b" + integrity sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz" @@ -16550,7 +16555,7 @@ react-popper@^1.3.7: typed-styles "^0.0.7" warning "^4.0.2" -react-query@^3.25.1, react-query@^3.39.2: +react-query@^3.39.2: version "3.39.3" resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.39.3.tgz#4cea7127c6c26bdea2de5fb63e51044330b03f35" integrity sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==