@scm-manager/ui-plugins 3.10.2 → 3.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-depcheck.log +1 -1
- package/package.json +11 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@scm-manager/ui-plugins:build: cache hit, replaying output
|
|
1
|
+
@scm-manager/ui-plugins:build: cache hit, replaying output d4c428bb588925ea
|
|
2
2
|
@scm-manager/ui-plugins:build: $ node ./generateStatic.js
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scm-manager/ui-plugins",
|
|
3
3
|
"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.",
|
|
4
|
-
"version": "3.10.
|
|
4
|
+
"version": "3.10.3",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./build/provided-modules.js",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"react-router-dom": "^5.3.1",
|
|
18
18
|
"react-i18next": "11",
|
|
19
19
|
"styled-components": "^5.3.5",
|
|
20
|
-
"@scm-manager/ui-api": "3.10.
|
|
21
|
-
"@scm-manager/ui-buttons": "3.10.
|
|
22
|
-
"@scm-manager/ui-components": "3.10.
|
|
23
|
-
"@scm-manager/ui-core": "3.10.
|
|
24
|
-
"@scm-manager/ui-extensions": "3.10.
|
|
25
|
-
"@scm-manager/ui-forms": "3.10.
|
|
26
|
-
"@scm-manager/ui-layout": "3.10.
|
|
27
|
-
"@scm-manager/ui-overlays": "3.10.
|
|
20
|
+
"@scm-manager/ui-api": "3.10.3",
|
|
21
|
+
"@scm-manager/ui-buttons": "3.10.3",
|
|
22
|
+
"@scm-manager/ui-components": "3.10.3",
|
|
23
|
+
"@scm-manager/ui-core": "3.10.3",
|
|
24
|
+
"@scm-manager/ui-extensions": "3.10.3",
|
|
25
|
+
"@scm-manager/ui-forms": "3.10.3",
|
|
26
|
+
"@scm-manager/ui-layout": "3.10.3",
|
|
27
|
+
"@scm-manager/ui-overlays": "3.10.3",
|
|
28
28
|
"classnames": "^2.3.1",
|
|
29
29
|
"query-string": "6.14.1",
|
|
30
30
|
"redux": "^4.0.0",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@scm-manager/plugin-scripts": "^1.6.1",
|
|
44
44
|
"@scm-manager/prettier-config": "^2.12.0",
|
|
45
45
|
"@scm-manager/tsconfig": "^2.13.0",
|
|
46
|
-
"@scm-manager/ui-tests": "3.10.
|
|
47
|
-
"@scm-manager/ui-types": "3.10.
|
|
46
|
+
"@scm-manager/ui-tests": "3.10.3",
|
|
47
|
+
"@scm-manager/ui-types": "3.10.3",
|
|
48
48
|
"@types/classnames": "^2.3.1",
|
|
49
49
|
"@types/enzyme": "^3.10.18",
|
|
50
50
|
"@types/i18next": "^13.0.0",
|