Prepare for next development iteration

This commit is contained in:
René Pfeuffer
2025-01-17 19:54:40 +01:00
parent 060c8d6d64
commit f7b17ee647
23 changed files with 76 additions and 76 deletions

View File

@@ -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.6.1",
"version": "3.6.2-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.6.1",
"@scm-manager/ui-buttons": "3.6.1",
"@scm-manager/ui-components": "3.6.1",
"@scm-manager/ui-core": "3.6.1",
"@scm-manager/ui-extensions": "3.6.1",
"@scm-manager/ui-forms": "3.6.1",
"@scm-manager/ui-layout": "3.6.1",
"@scm-manager/ui-overlays": "3.6.1",
"@scm-manager/ui-api": "3.6.2-SNAPSHOT",
"@scm-manager/ui-buttons": "3.6.2-SNAPSHOT",
"@scm-manager/ui-components": "3.6.2-SNAPSHOT",
"@scm-manager/ui-core": "3.6.2-SNAPSHOT",
"@scm-manager/ui-extensions": "3.6.2-SNAPSHOT",
"@scm-manager/ui-forms": "3.6.2-SNAPSHOT",
"@scm-manager/ui-layout": "3.6.2-SNAPSHOT",
"@scm-manager/ui-overlays": "3.6.2-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.6.1",
"@scm-manager/ui-types": "3.6.1",
"@scm-manager/ui-tests": "3.6.2-SNAPSHOT",
"@scm-manager/ui-types": "3.6.2-SNAPSHOT",
"@types/classnames": "^2.3.1",
"@types/enzyme": "^3.10.18",
"@types/i18next": "^13.0.0",