@scm-manager/ui-layout 2.47.0 → 2.48.0
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 +5 -5
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@scm-manager/ui-layout:build: cache hit, replaying output
|
|
1
|
+
@scm-manager/ui-layout:build: cache hit, replaying output 69cd99aae5cb49e7
|
|
2
2
|
@scm-manager/ui-layout:build: $ tsup ./src/index.ts -d build --format esm,cjs --dts
|
|
3
3
|
@scm-manager/ui-layout:build: CLI Building entry: ./src/index.ts
|
|
4
4
|
@scm-manager/ui-layout:build: CLI Using tsconfig: tsconfig.json
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
@scm-manager/ui-layout:build: CLI Target: node14
|
|
7
7
|
@scm-manager/ui-layout:build: ESM Build start
|
|
8
8
|
@scm-manager/ui-layout:build: CJS Build start
|
|
9
|
-
@scm-manager/ui-layout:build: ESM build/index.mjs 12.68 KB
|
|
10
|
-
@scm-manager/ui-layout:build: ESM ⚡️ Build success in 83ms
|
|
11
9
|
@scm-manager/ui-layout:build: CJS build/index.js 16.12 KB
|
|
12
|
-
@scm-manager/ui-layout:build: CJS ⚡️ Build success in
|
|
10
|
+
@scm-manager/ui-layout:build: CJS ⚡️ Build success in 71ms
|
|
11
|
+
@scm-manager/ui-layout:build: ESM build/index.mjs 12.68 KB
|
|
12
|
+
@scm-manager/ui-layout:build: ESM ⚡️ Build success in 88ms
|
|
13
13
|
@scm-manager/ui-layout:build: DTS Build start
|
|
14
|
-
@scm-manager/ui-layout:build: DTS ⚡️ Build success in
|
|
14
|
+
@scm-manager/ui-layout:build: DTS ⚡️ Build success in 17646ms
|
|
15
15
|
@scm-manager/ui-layout:build: DTS build/index.d.ts 39.97 KB
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scm-manager/ui-layout",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.48.0",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
7
7
|
"module": "build/index.mjs",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@scm-manager/eslint-config": "^2.16.0",
|
|
17
17
|
"@scm-manager/prettier-config": "^2.10.1",
|
|
18
18
|
"@scm-manager/tsconfig": "^2.13.0",
|
|
19
|
-
"@scm-manager/ui-styles": "2.
|
|
20
|
-
"@scm-manager/ui-overlays": "2.
|
|
21
|
-
"@scm-manager/ui-forms": "2.
|
|
19
|
+
"@scm-manager/ui-styles": "2.48.0",
|
|
20
|
+
"@scm-manager/ui-overlays": "2.48.0",
|
|
21
|
+
"@scm-manager/ui-forms": "2.48.0",
|
|
22
22
|
"@storybook/addon-actions": "^6.5.10",
|
|
23
23
|
"@storybook/addon-docs": "^6.5.14",
|
|
24
24
|
"@storybook/addon-essentials": "^6.5.10",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"react-dom": "17",
|
|
40
40
|
"react-router-dom": "5",
|
|
41
41
|
"styled-components": "5",
|
|
42
|
-
"@scm-manager/ui-components": "2.
|
|
42
|
+
"@scm-manager/ui-components": "2.48.0"
|
|
43
43
|
},
|
|
44
44
|
"prettier": "@scm-manager/prettier-config",
|
|
45
45
|
"eslintConfig": {
|
|
@@ -52,6 +52,6 @@
|
|
|
52
52
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
53
53
|
"@radix-ui/react-slot": "^1.0.1",
|
|
54
54
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
55
|
-
"@scm-manager/ui-buttons": "2.
|
|
55
|
+
"@scm-manager/ui-buttons": "2.48.0"
|
|
56
56
|
}
|
|
57
57
|
}
|