@multiplatform.one/components 6.6.0 → 6.7.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/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplatform.one/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
4
4
|
"description": "multiplatform.one ui components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"link": "^2.1.2",
|
|
75
75
|
"shiki": "^4.0.2",
|
|
76
76
|
"tamagui": "2.0.0-rc.41",
|
|
77
|
-
"@multiplatform.one/
|
|
78
|
-
"@multiplatform.one/
|
|
79
|
-
"@multiplatform.one/
|
|
80
|
-
"@multiplatform.one/
|
|
81
|
-
"@multiplatform.one/
|
|
77
|
+
"@multiplatform.one/platform": "6.7.0",
|
|
78
|
+
"@multiplatform.one/router": "6.7.0",
|
|
79
|
+
"@multiplatform.one/theme": "6.7.0",
|
|
80
|
+
"@multiplatform.one/i18n": "6.7.0",
|
|
81
|
+
"@multiplatform.one/forms": "6.7.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@tamagui/build": "2.0.0-rc.41",
|
|
@@ -96,9 +96,9 @@
|
|
|
96
96
|
"react-native-svg": "15.15.4",
|
|
97
97
|
"react-native-web": "^0.21.2",
|
|
98
98
|
"vitest": "^4.1.5",
|
|
99
|
-
"@multiplatform.one/config": "6.
|
|
100
|
-
"@multiplatform.one/
|
|
101
|
-
"@multiplatform.one/
|
|
99
|
+
"@multiplatform.one/config": "6.7.0",
|
|
100
|
+
"@multiplatform.one/storybook": "6.7.0",
|
|
101
|
+
"@multiplatform.one/test-utils": "6.7.0"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"@mdx-js/mdx": "^3.1.1",
|
|
@@ -180,6 +180,6 @@
|
|
|
180
180
|
"scripts": {
|
|
181
181
|
"build": "rm -rf dist types 2>/dev/null && tamagui-build --ts-project ./tsconfig.build.json --exclude '\\.spec\\.|\\.test\\.|\\.stories\\.'",
|
|
182
182
|
"test": "vitest run --coverage --coverage.provider=v8 --coverage.reporter=text --coverage.reporter=lcov --coverage.reporter=html",
|
|
183
|
-
"typecheck": "
|
|
183
|
+
"typecheck": "tsgo --noEmit"
|
|
184
184
|
}
|
|
185
185
|
}
|