react-native-tree-multi-select 2.0.5 → 2.0.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/README.md +1 -1
- package/package.json +19 -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.7",
|
|
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,37 @@
|
|
|
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
|
-
"patch-package": "^8.0.
|
|
108
|
-
"prettier": "^3.
|
|
107
|
+
"patch-package": "^8.0.1",
|
|
108
|
+
"prettier": "^3.8.1",
|
|
109
109
|
"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.
|
|
110
|
+
"react-native": "0.78.3",
|
|
111
|
+
"react-native-builder-bob": "^0.40.17",
|
|
112
|
+
"react-test-renderer": "18.3.1",
|
|
113
|
+
"release-it": "^19.2.4",
|
|
114
|
+
"semantic-release": "^25.0.3",
|
|
115
|
+
"ts-jest": "^29.4.6",
|
|
116
|
+
"typescript": "^5.9.3"
|
|
117
117
|
},
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"@shopify/flash-list": "1.x.x || 2.x.x",
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"dependencies": {
|
|
217
217
|
"@futurejj/react-native-checkbox": "^1.0.5",
|
|
218
218
|
"fast-is-equal": "^1.2.4",
|
|
219
|
-
"zustand": "^5.0.
|
|
219
|
+
"zustand": "^5.0.11"
|
|
220
220
|
},
|
|
221
221
|
"workspaces": [
|
|
222
222
|
"example"
|