react-native-tree-multi-select 2.0.6 → 2.0.8
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/README.md +1 -1
- package/package.json +18 -19
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
⚡️Super-fast Tree view with multi-selection capabilities, using checkboxes and search filtering.
|
|
4
4
|
|
|
5
|
-
[](https://badge.fury.io/js/react-native-tree-multi-select) [](https://github.com/JairajJangle/react-native-tree-multi-select/blob/main/LICENSE) [](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) [](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml)    [](https://github.com/JairajJangle/react-native-tree-multi-select/issues?q=is%3Aopen+is%3Aissue)  [](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select) [](https://snack.expo.dev/@futurejj/react-native-tree-multi-select-example) 
|
|
5
|
+
[](https://badge.fury.io/js/react-native-tree-multi-select) [](https://github.com/JairajJangle/react-native-tree-multi-select/blob/main/LICENSE) [](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) [](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml)    [](https://github.com/JairajJangle/react-native-tree-multi-select/issues?q=is%3Aopen+is%3Aissue)  [](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select) [](https://snack.expo.dev/@futurejj/react-native-tree-multi-select-example)  [](https://github.com/sponsors/JairajJangle)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
<div style="display: flex; justify-content: space-around;">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tree-multi-select",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -83,37 +83,36 @@
|
|
|
83
83
|
"@evilmartians/lefthook": "^1.10.10",
|
|
84
84
|
"@expo/vector-icons": "14.1.0",
|
|
85
85
|
"@react-native-community/eslint-config": "^3.2.0",
|
|
86
|
-
"@react-native/babel-preset": "0.78.
|
|
87
|
-
"@release-it/conventional-changelog": "^10.0.
|
|
86
|
+
"@react-native/babel-preset": "0.78.3",
|
|
87
|
+
"@release-it/conventional-changelog": "^10.0.5",
|
|
88
88
|
"@semantic-release/changelog": "^6.0.3",
|
|
89
89
|
"@semantic-release/git": "^10.0.1",
|
|
90
|
-
"@semantic-release/github": "^
|
|
91
|
-
"@semantic-release/npm": "^
|
|
90
|
+
"@semantic-release/github": "^12.0.5",
|
|
91
|
+
"@semantic-release/npm": "^13.1.4",
|
|
92
92
|
"@shopify/flash-list": "1.x.x",
|
|
93
93
|
"@testing-library/jest-native": "^5.4.3",
|
|
94
|
-
"@testing-library/react-native": "^12.
|
|
94
|
+
"@testing-library/react-native": "^12.9.0",
|
|
95
95
|
"@types/color": "^3.0.6",
|
|
96
|
-
"@types/jest": "^29.5.
|
|
96
|
+
"@types/jest": "^29.5.14",
|
|
97
97
|
"@types/react": "^18.0.24",
|
|
98
|
-
"@types/react-native": "0.70.
|
|
98
|
+
"@types/react-native": "0.70.19",
|
|
99
99
|
"@types/react-native-vector-icons": "^6.4.18",
|
|
100
|
-
"@types/react-test-renderer": "18.3.
|
|
100
|
+
"@types/react-test-renderer": "18.3.1",
|
|
101
101
|
"commitlint": "^19.4.1",
|
|
102
102
|
"del-cli": "^5.1.0",
|
|
103
103
|
"eslint": "^8.4.1",
|
|
104
104
|
"eslint-config-prettier": "^8.5.0",
|
|
105
105
|
"eslint-plugin-prettier": "^4.0.0",
|
|
106
106
|
"jest": "^29.7.0",
|
|
107
|
-
"
|
|
108
|
-
"prettier": "^3.3.3",
|
|
107
|
+
"prettier": "^3.8.1",
|
|
109
108
|
"react": "18.2.0",
|
|
110
|
-
"react-native": "0.78.
|
|
111
|
-
"react-native-builder-bob": "^0.40.
|
|
112
|
-
"react-test-renderer": "18.3.
|
|
113
|
-
"release-it": "^
|
|
114
|
-
"semantic-release": "^
|
|
115
|
-
"ts-jest": "^29.
|
|
116
|
-
"typescript": "^5.
|
|
109
|
+
"react-native": "0.78.3",
|
|
110
|
+
"react-native-builder-bob": "^0.40.17",
|
|
111
|
+
"react-test-renderer": "18.3.1",
|
|
112
|
+
"release-it": "^19.2.4",
|
|
113
|
+
"semantic-release": "^25.0.3",
|
|
114
|
+
"ts-jest": "^29.4.6",
|
|
115
|
+
"typescript": "^5.9.3"
|
|
117
116
|
},
|
|
118
117
|
"peerDependencies": {
|
|
119
118
|
"@shopify/flash-list": "1.x.x || 2.x.x",
|
|
@@ -216,7 +215,7 @@
|
|
|
216
215
|
"dependencies": {
|
|
217
216
|
"@futurejj/react-native-checkbox": "^1.0.5",
|
|
218
217
|
"fast-is-equal": "^1.2.4",
|
|
219
|
-
"zustand": "^5.0.
|
|
218
|
+
"zustand": "^5.0.11"
|
|
220
219
|
},
|
|
221
220
|
"workspaces": [
|
|
222
221
|
"example"
|