@vygruppen/spor-react 0.7.3 → 0.7.7
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/CHANGELOG.md +48 -0
- package/package.json +5 -5
- package/tsconfig.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@vygruppen/spor-react:build: cache hit, replaying output
|
|
1
|
+
@vygruppen/spor-react:build: cache hit, replaying output 689278470596c91c
|
|
2
2
|
@vygruppen/spor-react:build:
|
|
3
|
-
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.7.
|
|
3
|
+
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.7.7 build
|
|
4
4
|
@vygruppen/spor-react:build: > tsup src/index.tsx --dts
|
|
5
5
|
@vygruppen/spor-react:build:
|
|
6
6
|
@vygruppen/spor-react:build: [34mCLI[39m Building entry: src/index.tsx
|
|
7
7
|
@vygruppen/spor-react:build: [34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
-
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.
|
|
8
|
+
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.13
|
|
9
9
|
@vygruppen/spor-react:build: [34mCLI[39m Target: node12
|
|
10
10
|
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
|
11
|
-
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in
|
|
11
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 35ms
|
|
12
12
|
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m4.53 KB[39m
|
|
13
13
|
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
|
14
|
-
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in
|
|
14
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 3403ms
|
|
15
15
|
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m2.28 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @vygruppen/spor-react
|
|
2
2
|
|
|
3
|
+
## 0.7.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 37f7c2e: Fix some issues with dependencies
|
|
8
|
+
- Updated dependencies [37f7c2e]
|
|
9
|
+
- @vygruppen/spor-button-react@0.1.4
|
|
10
|
+
- @vygruppen/spor-card-react@0.1.2
|
|
11
|
+
- @vygruppen/spor-icon-react@0.1.1
|
|
12
|
+
- @vygruppen/spor-input-react@0.2.2
|
|
13
|
+
- @vygruppen/spor-layout-react@0.3.1
|
|
14
|
+
- @vygruppen/spor-logo-react@0.1.1
|
|
15
|
+
- @vygruppen/spor-theme-react@0.2.1
|
|
16
|
+
- @vygruppen/spor-i18n-react@0.0.4
|
|
17
|
+
- @vygruppen/spor-image-react@0.1.1
|
|
18
|
+
- @vygruppen/spor-modal-react@0.0.3
|
|
19
|
+
- @vygruppen/spor-table-react@0.0.3
|
|
20
|
+
- @vygruppen/spor-typography-react@0.3.1
|
|
21
|
+
|
|
22
|
+
## 0.7.6
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [72126f0]
|
|
27
|
+
- Updated dependencies [793a557]
|
|
28
|
+
- @vygruppen/spor-theme-react@0.2.0
|
|
29
|
+
|
|
30
|
+
## 0.7.5
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 60facc6: Bump dependencies
|
|
35
|
+
- Updated dependencies [f041db8]
|
|
36
|
+
- @vygruppen/spor-theme-react@0.1.3
|
|
37
|
+
- @vygruppen/spor-button-react@0.1.3
|
|
38
|
+
|
|
39
|
+
## 0.7.4
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- 8a80f1d: This bugfix comes down from heaven and makes dependencies work like they should!
|
|
44
|
+
- Updated dependencies [8a80f1d]
|
|
45
|
+
- Updated dependencies [c22d76c]
|
|
46
|
+
- @vygruppen/spor-button-react@0.1.2
|
|
47
|
+
- @vygruppen/spor-card-react@0.1.1
|
|
48
|
+
- @vygruppen/spor-icon-react@0.1.0
|
|
49
|
+
- @vygruppen/spor-input-react@0.2.1
|
|
50
|
+
|
|
3
51
|
## 0.7.3
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vygruppen/spor-react",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.7",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"@leile/lobo-t": "^1.0.5",
|
|
19
19
|
"@vygruppen/spor-button-react": "*",
|
|
20
20
|
"@vygruppen/spor-card-react": "*",
|
|
21
|
-
"@vygruppen/spor-design-tokens": "
|
|
21
|
+
"@vygruppen/spor-design-tokens": "^2.3.5",
|
|
22
22
|
"@vygruppen/spor-i18n-react": "*",
|
|
23
|
-
"@vygruppen/spor-input-react": "*",
|
|
24
23
|
"@vygruppen/spor-icon-react": "*",
|
|
25
24
|
"@vygruppen/spor-image-react": "*",
|
|
25
|
+
"@vygruppen/spor-input-react": "*",
|
|
26
26
|
"@vygruppen/spor-layout-react": "*",
|
|
27
27
|
"@vygruppen/spor-logo-react": "*",
|
|
28
28
|
"@vygruppen/spor-modal-react": "*",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@chakra-ui/react": "^1.7.3",
|
|
35
35
|
"@emotion/react": "^11.7.1",
|
|
36
36
|
"@emotion/styled": "^11.6.0",
|
|
37
|
-
"framer-motion": "^
|
|
37
|
+
"framer-motion": "^6.0.0",
|
|
38
38
|
"react": "^17.0.2",
|
|
39
39
|
"react-dom": "^17.0.2",
|
|
40
40
|
"tsup": "^5.11.11"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@chakra-ui/react": "^1.7.3",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|
|
45
45
|
"@emotion/styled": "^11.6.0",
|
|
46
|
-
"framer-motion": "
|
|
46
|
+
"framer-motion": "3.x || 4.x || 5.x || 6.x",
|
|
47
47
|
"react": ">= 17.0.0",
|
|
48
48
|
"react-dom": ">= 17.0.0"
|
|
49
49
|
}
|
package/tsconfig.json
CHANGED