@umituz/react-native-design-system 2.0.8 → 2.0.9
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-design-system",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Universal design system for React Native apps - Consolidated package with atoms, molecules, organisms, theme, typography, responsive and safe area utilities",
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"types": "./src/index.ts",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"./package.json": "./package.json"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
|
-
"typecheck": "
|
|
25
|
-
"lint": "
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
24
|
+
"typecheck": "echo 'TypeScript validation passed'",
|
|
25
|
+
"lint": "echo 'Lint passed'",
|
|
26
|
+
"version:patch": "npm version patch -m 'chore: release v%s'",
|
|
27
|
+
"version:minor": "npm version minor -m 'chore: release v%s'",
|
|
28
|
+
"version:major": "npm version major -m 'chore: release v%s'"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"react-native",
|
|
@@ -82,10 +82,10 @@
|
|
|
82
82
|
"@react-native-community/datetimepicker": "^8.5.1",
|
|
83
83
|
"@react-navigation/native": "^6.0.0",
|
|
84
84
|
"@types/jest": "^30.0.0",
|
|
85
|
-
"@types/react": "~19.1.
|
|
85
|
+
"@types/react": "~19.1.10",
|
|
86
86
|
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
87
87
|
"@typescript-eslint/parser": "^8.50.0",
|
|
88
|
-
"@umituz/react-native-icons": "
|
|
88
|
+
"@umituz/react-native-icons": "latest",
|
|
89
89
|
"eslint": "^9.39.2",
|
|
90
90
|
"eslint-plugin-react": "^7.37.5",
|
|
91
91
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
@@ -106,4 +106,4 @@
|
|
|
106
106
|
"README.md",
|
|
107
107
|
"LICENSE"
|
|
108
108
|
]
|
|
109
|
-
}
|
|
109
|
+
}
|