react-native-tree-multi-select 2.0.6 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- [![npm version](https://img.shields.io/npm/v/react-native-tree-multi-select)](https://badge.fury.io/js/react-native-tree-multi-select) [![License](https://img.shields.io/github/license/JairajJangle/react-native-tree-multi-select)](https://github.com/JairajJangle/react-native-tree-multi-select/blob/main/LICENSE) [![Workflow Status](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml/badge.svg)](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) [![cov](https://raw.githubusercontent.com/JairajJangle/react-native-tree-multi-select/gh-pages/badges/coverage.svg)](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) ![Android](https://img.shields.io/badge/-Android-555555?logo=android&logoColor=3DDC84) ![iOS](https://img.shields.io/badge/-iOS-555555?logo=apple&logoColor=white) ![Web](https://img.shields.io/badge/-Web-555555?logo=google-chrome&logoColor=0096FF) [![GitHub issues](https://img.shields.io/github/issues/JairajJangle/react-native-tree-multi-select)](https://github.com/JairajJangle/react-native-tree-multi-select/issues?q=is%3Aopen+is%3Aissue) ![TS](https://img.shields.io/badge/TypeScript-strict_💪-blue) [![Known Vulnerabilities](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select/badge.svg)](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select) [![Expo Snack](https://img.shields.io/badge/Expo%20Snack-555555?style=flat&logo=expo&logoColor=white)](https://snack.expo.dev/@futurejj/react-native-tree-multi-select-example) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-native-tree-multi-select)
5
+ [![npm version](https://img.shields.io/npm/v/react-native-tree-multi-select)](https://badge.fury.io/js/react-native-tree-multi-select) [![License](https://img.shields.io/github/license/JairajJangle/react-native-tree-multi-select)](https://github.com/JairajJangle/react-native-tree-multi-select/blob/main/LICENSE) [![Workflow Status](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml/badge.svg)](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) [![cov](https://raw.githubusercontent.com/JairajJangle/react-native-tree-multi-select/gh-pages/badges/coverage.svg)](https://github.com/JairajJangle/react-native-tree-multi-select/actions/workflows/ci.yml) ![Android](https://img.shields.io/badge/-Android-555555?logo=android&logoColor=3DDC84) ![iOS](https://img.shields.io/badge/-iOS-555555?logo=apple&logoColor=white) ![Web](https://img.shields.io/badge/-Web-555555?logo=google-chrome&logoColor=0096FF) [![GitHub issues](https://img.shields.io/github/issues/JairajJangle/react-native-tree-multi-select)](https://github.com/JairajJangle/react-native-tree-multi-select/issues?q=is%3Aopen+is%3Aissue) ![TS](https://img.shields.io/badge/TypeScript-strict_💪-blue) [![Known Vulnerabilities](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select/badge.svg)](https://snyk.io/test/github/jairajjangle/react-native-tree-multi-select) [![Expo Snack](https://img.shields.io/badge/Expo%20Snack-555555?style=flat&logo=expo&logoColor=white)](https://snack.expo.dev/@futurejj/react-native-tree-multi-select-example) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-native-tree-multi-select) [![Sponsor](https://img.shields.io/badge/Sponsor-GitHub-ea4aaa?style=flat&logo=github-sponsors)](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.6",
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.2",
87
- "@release-it/conventional-changelog": "^10.0.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": "^11.0.1",
91
- "@semantic-release/npm": "^12.0.1",
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.6.1",
94
+ "@testing-library/react-native": "^12.9.0",
95
95
  "@types/color": "^3.0.6",
96
- "@types/jest": "^29.5.3",
96
+ "@types/jest": "^29.5.14",
97
97
  "@types/react": "^18.0.24",
98
- "@types/react-native": "0.70.0",
98
+ "@types/react-native": "0.70.19",
99
99
  "@types/react-native-vector-icons": "^6.4.18",
100
- "@types/react-test-renderer": "18.3.0",
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.0",
108
- "prettier": "^3.3.3",
107
+ "patch-package": "^8.0.1",
108
+ "prettier": "^3.8.1",
109
109
  "react": "18.2.0",
110
- "react-native": "0.78.2",
111
- "react-native-builder-bob": "^0.40.12",
112
- "react-test-renderer": "18.3.0",
113
- "release-it": "^18.1.2",
114
- "semantic-release": "^24.1.0",
115
- "ts-jest": "^29.1.1",
116
- "typescript": "^5.0.2"
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.5"
219
+ "zustand": "^5.0.11"
220
220
  },
221
221
  "workspaces": [
222
222
  "example"