@vygruppen/spor-react 0.7.6 → 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 +15 -15
- package/CHANGELOG.md +19 -0
- package/package.json +15 -15
- package/tsconfig.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
@vygruppen/spor-react:build: cache hit, replaying output 689278470596c91c
|
|
2
|
+
@vygruppen/spor-react:build:
|
|
3
|
+
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.7.7 build
|
|
4
|
+
@vygruppen/spor-react:build: > tsup src/index.tsx --dts
|
|
5
|
+
@vygruppen/spor-react:build:
|
|
6
|
+
@vygruppen/spor-react:build: [34mCLI[39m Building entry: src/index.tsx
|
|
7
|
+
@vygruppen/spor-react:build: [34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
@vygruppen/spor-react:build: [34mCLI[39m tsup v5.11.13
|
|
9
|
+
@vygruppen/spor-react:build: [34mCLI[39m Target: node12
|
|
10
|
+
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
|
11
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 35ms
|
|
12
|
+
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m4.53 KB[39m
|
|
13
|
+
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
|
14
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 3403ms
|
|
15
|
+
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m2.28 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
3
22
|
## 0.7.6
|
|
4
23
|
|
|
5
24
|
### 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",
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@leile/lobo-t": "^1.0.5",
|
|
19
|
-
"@vygruppen/spor-button-react": "
|
|
20
|
-
"@vygruppen/spor-card-react": "
|
|
19
|
+
"@vygruppen/spor-button-react": "*",
|
|
20
|
+
"@vygruppen/spor-card-react": "*",
|
|
21
21
|
"@vygruppen/spor-design-tokens": "^2.3.5",
|
|
22
|
-
"@vygruppen/spor-i18n-react": "
|
|
23
|
-
"@vygruppen/spor-icon-react": "
|
|
24
|
-
"@vygruppen/spor-image-react": "
|
|
25
|
-
"@vygruppen/spor-input-react": "
|
|
26
|
-
"@vygruppen/spor-layout-react": "
|
|
27
|
-
"@vygruppen/spor-logo-react": "
|
|
28
|
-
"@vygruppen/spor-modal-react": "
|
|
29
|
-
"@vygruppen/spor-table-react": "
|
|
30
|
-
"@vygruppen/spor-theme-react": "
|
|
31
|
-
"@vygruppen/spor-typography-react": "
|
|
22
|
+
"@vygruppen/spor-i18n-react": "*",
|
|
23
|
+
"@vygruppen/spor-icon-react": "*",
|
|
24
|
+
"@vygruppen/spor-image-react": "*",
|
|
25
|
+
"@vygruppen/spor-input-react": "*",
|
|
26
|
+
"@vygruppen/spor-layout-react": "*",
|
|
27
|
+
"@vygruppen/spor-logo-react": "*",
|
|
28
|
+
"@vygruppen/spor-modal-react": "*",
|
|
29
|
+
"@vygruppen/spor-table-react": "*",
|
|
30
|
+
"@vygruppen/spor-theme-react": "*",
|
|
31
|
+
"@vygruppen/spor-typography-react": "*"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
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