@multiplatform.one/forms 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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplatform.one/forms",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.7.0",
|
|
4
4
|
"description": "Cross-platform form components with URL state management",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cross-platform",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"perfect-freehand": "^1.2.3",
|
|
71
71
|
"react-native-svg": "15.15.4",
|
|
72
72
|
"tamagui": "2.0.0-rc.41",
|
|
73
|
-
"@multiplatform.one/table-primitives": "6.
|
|
74
|
-
"@multiplatform.one/
|
|
75
|
-
"@multiplatform.one/
|
|
73
|
+
"@multiplatform.one/table-primitives": "6.7.0",
|
|
74
|
+
"@multiplatform.one/router": "6.7.0",
|
|
75
|
+
"@multiplatform.one/theme": "6.7.0"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@tamagui/build": "2.0.0-rc.41",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"react-i18next": "^16.6.6",
|
|
94
94
|
"react-native-web": "^0.21.2",
|
|
95
95
|
"vitest": "^4.1.5",
|
|
96
|
-
"@multiplatform.one/config": "6.
|
|
97
|
-
"@multiplatform.one/
|
|
98
|
-
"@multiplatform.one/
|
|
96
|
+
"@multiplatform.one/config": "6.7.0",
|
|
97
|
+
"@multiplatform.one/storybook": "6.7.0",
|
|
98
|
+
"@multiplatform.one/test-utils": "6.7.0"
|
|
99
99
|
},
|
|
100
100
|
"peerDependencies": {
|
|
101
101
|
"expo-maps": "*",
|
|
@@ -119,6 +119,6 @@
|
|
|
119
119
|
"scripts": {
|
|
120
120
|
"build": "rm -rf dist types 2>/dev/null && tamagui-build --ts-project ./tsconfig.build.json --exclude '\\.spec\\.|\\.test\\.|\\.stories\\.'",
|
|
121
121
|
"test": "vitest run --coverage --coverage.provider=v8 --coverage.reporter=text --coverage.reporter=lcov --coverage.reporter=html",
|
|
122
|
-
"typecheck": "
|
|
122
|
+
"typecheck": "tsgo --noEmit"
|
|
123
123
|
}
|
|
124
124
|
}
|