@neo4j-nvl/react 0.3.1-c5733830 → 0.3.1-c5ad05c8

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.
@@ -11,5 +11,6 @@ function useDeepCompareMemoize(value) {
11
11
  return ref.current;
12
12
  }
13
13
  export const useDeepCompareEffect = (callback, dependencies) => {
14
+ // eslint-disable-next-line react-hooks/exhaustive-deps
14
15
  useEffect(callback, dependencies.map(useDeepCompareMemoize));
15
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-nvl/react",
3
- "version": "0.3.1-c5733830",
3
+ "version": "0.3.1-c5ad05c8",
4
4
  "main": "lib/index.js",
5
5
  "homepage": "https://neo4j.com/docs/nvl/current/",
6
6
  "license": "SEE LICENSE IN 'LICENSE.txt'",
@@ -41,8 +41,8 @@
41
41
  "typescript": "^5.4.5"
42
42
  },
43
43
  "dependencies": {
44
- "@neo4j-nvl/base": "^0.3.1-c5733830",
45
- "@neo4j-nvl/interaction-handlers": "^0.3.1-c5733830",
44
+ "@neo4j-nvl/base": "^0.3.1-c5ad05c8",
45
+ "@neo4j-nvl/interaction-handlers": "^0.3.1-c5ad05c8",
46
46
  "lodash": "4.17.21",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0"