@lincle/react-native-interactive 0.4.0-next.13 → 0.4.0-next.14

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 (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@lincle/react-native-interactive",
3
3
  "title": "lincle react native interactive",
4
4
  "license": "LGPL-3.0-or-later",
5
- "version": "0.4.0-next.13",
5
+ "version": "0.4.0-next.14",
6
6
  "private": false,
7
7
  "description": "A 'reactive' React node and edge generator",
8
8
  "author": "wallzero @wallzeroblog (http://wallzero.com)",
@@ -43,40 +43,40 @@
43
43
  "clean:dist": "rimraf dist"
44
44
  },
45
45
  "devDependencies": {
46
- "@digest/eslint-config-jest": "^4.13.0",
47
- "@digest/eslint-config-react": "^4.13.0",
48
- "@digest/eslint-config-typescript": "^4.13.0",
49
- "@digest/jest-junit": "^4.13.0",
50
- "@digest/jest-react": "^4.13.0",
51
- "@digest/jest-typescript": "^4.13.0",
52
- "@digest/typescript": "^4.13.0",
53
- "@openspacelabs/react-native-zoomable-view": "^2.1.6",
46
+ "@digest/eslint-config-jest": "^4.13.1",
47
+ "@digest/eslint-config-react": "^4.13.1",
48
+ "@digest/eslint-config-typescript": "^4.13.1",
49
+ "@digest/jest-junit": "^4.13.1",
50
+ "@digest/jest-react": "^4.13.1",
51
+ "@digest/jest-typescript": "^4.13.1",
52
+ "@digest/typescript": "^4.13.1",
53
+ "@openspacelabs/react-native-zoomable-view": "^2.3.1",
54
54
  "@types/jest": "^29.5.14",
55
- "@types/node": "^22.10.1",
56
- "@types/react": "^18.3.12",
55
+ "@types/node": "^22.10.5",
56
+ "@types/react": "^18.3.18",
57
57
  "@types/react-native": "^0.73.0",
58
- "@types/react-test-renderer": "^18.3.0",
58
+ "@types/react-test-renderer": "^18.3.1",
59
59
  "cross-env": "^7.0.3",
60
60
  "jest-environment-jsdom": "^29.7.0",
61
61
  "jest-environment-jsdom-global": "^4.0.0",
62
62
  "ncp": "^2.0.0",
63
63
  "npm-run-all": "^4.1.5",
64
64
  "react": "^18.3.1",
65
- "react-native": "^0.76.3",
65
+ "react-native": "^0.76.5",
66
66
  "react-native-draggable": "^3.3.0",
67
- "react-native-reanimated": "^3.16.3",
68
- "react-native-svg": "^15.9.0",
67
+ "react-native-reanimated": "^3.16.6",
68
+ "react-native-svg": "^15.10.1",
69
69
  "react-test-renderer": "^18.3.1",
70
70
  "rimraf": "^6.0.1"
71
71
  },
72
72
  "dependencies": {
73
- "@lincle/react-interactive-shared": "^0.4.0-next.13",
74
- "@lincle/react-native-base": "^0.4.0-next.13",
75
- "@lincle/react-shared": "^0.4.0-next.13"
73
+ "@lincle/react-interactive-shared": "^0.4.0-next.14",
74
+ "@lincle/react-native-base": "^0.4.0-next.14",
75
+ "@lincle/react-shared": "^0.4.0-next.14"
76
76
  },
77
77
  "peerDependencies": {
78
- "@openspacelabs/react-native-zoomable-view": "^2.1.0",
79
- "react": "^18.0.0",
78
+ "@openspacelabs/react-native-zoomable-view": "^2.3.1",
79
+ "react": "^18.0.0 || ^19.0.0",
80
80
  "react-native": "^0.76.0",
81
81
  "react-native-draggable": "^3.3.0",
82
82
  "react-native-reanimated": "^3.0.0",
@@ -101,5 +101,5 @@
101
101
  "dragndrop",
102
102
  "drag"
103
103
  ],
104
- "gitHead": "84d45ca98dd0d6589c697cc7457a897fa777340f"
104
+ "gitHead": "35bfe2cc062f327d657b90c0ccded1caca6d5a3e"
105
105
  }