jbilcke-hf HF staff commited on
Commit
afe50f3
β€’
1 Parent(s): 3b81d2d

we are going to add the cookie banner

Browse files
Files changed (2) hide show
  1. package-lock.json +32 -0
  2. package.json +1 -0
package-lock.json CHANGED
@@ -58,6 +58,7 @@
58
  "react-contenteditable": "^3.3.7",
59
  "react-dom": "18.3.1",
60
  "react-draggable": "^4.4.6",
 
61
  "react-icons": "^4.11.0",
62
  "react-konva": "^18.2.10",
63
  "react-virtualized-auto-sizer": "^1.0.20",
@@ -2984,6 +2985,11 @@
2984
  "node": ">=6"
2985
  }
2986
  },
 
 
 
 
 
2987
  "node_modules/client-only": {
2988
  "version": "0.0.1",
2989
  "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
@@ -8774,6 +8780,19 @@
8774
  "node": ">=6"
8775
  }
8776
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
8777
  "node_modules/react-icons": {
8778
  "version": "4.12.0",
8779
  "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz",
@@ -8899,6 +8918,19 @@
8899
  }
8900
  }
8901
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
8902
  "node_modules/react-virtualized-auto-sizer": {
8903
  "version": "1.0.24",
8904
  "resolved": "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.24.tgz",
 
58
  "react-contenteditable": "^3.3.7",
59
  "react-dom": "18.3.1",
60
  "react-draggable": "^4.4.6",
61
+ "react-hook-consent": "^3.5.3",
62
  "react-icons": "^4.11.0",
63
  "react-konva": "^18.2.10",
64
  "react-virtualized-auto-sizer": "^1.0.20",
 
2985
  "node": ">=6"
2986
  }
2987
  },
2988
+ "node_modules/classnames": {
2989
+ "version": "2.5.1",
2990
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
2991
+ "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
2992
+ },
2993
  "node_modules/client-only": {
2994
  "version": "0.0.1",
2995
  "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
 
8780
  "node": ">=6"
8781
  }
8782
  },
8783
+ "node_modules/react-hook-consent": {
8784
+ "version": "3.5.3",
8785
+ "resolved": "https://registry.npmjs.org/react-hook-consent/-/react-hook-consent-3.5.3.tgz",
8786
+ "integrity": "sha512-/HUD/zw2fJbERVHIMYwbfI5WStizTjgVX7qFS8QLaFTdGOSJ7RLa7zMYrnieqW7KqtL5qriUhxySaATfanAvfA==",
8787
+ "dependencies": {
8788
+ "object-hash": "^3.0.0",
8789
+ "react-toggle": "^4.1.3"
8790
+ },
8791
+ "peerDependencies": {
8792
+ "react": ">=16.8.0",
8793
+ "react-dom": ">=16.8.0"
8794
+ }
8795
+ },
8796
  "node_modules/react-icons": {
8797
  "version": "4.12.0",
8798
  "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.12.0.tgz",
 
8918
  }
8919
  }
8920
  },
8921
+ "node_modules/react-toggle": {
8922
+ "version": "4.1.3",
8923
+ "resolved": "https://registry.npmjs.org/react-toggle/-/react-toggle-4.1.3.tgz",
8924
+ "integrity": "sha512-WoPrvbwfQSvoagbrDnXPrlsxwzuhQIrs+V0I162j/s+4XPgY/YDAUmHSeWiroznfI73wj+MBydvW95zX8ABbSg==",
8925
+ "dependencies": {
8926
+ "classnames": "^2.2.5"
8927
+ },
8928
+ "peerDependencies": {
8929
+ "prop-types": ">= 15.3.0 < 19",
8930
+ "react": ">= 15.3.0 < 19",
8931
+ "react-dom": ">= 15.3.0 < 19"
8932
+ }
8933
+ },
8934
  "node_modules/react-virtualized-auto-sizer": {
8935
  "version": "1.0.24",
8936
  "resolved": "https://registry.npmjs.org/react-virtualized-auto-sizer/-/react-virtualized-auto-sizer-1.0.24.tgz",
package.json CHANGED
@@ -59,6 +59,7 @@
59
  "react-contenteditable": "^3.3.7",
60
  "react-dom": "18.3.1",
61
  "react-draggable": "^4.4.6",
 
62
  "react-icons": "^4.11.0",
63
  "react-konva": "^18.2.10",
64
  "react-virtualized-auto-sizer": "^1.0.20",
 
59
  "react-contenteditable": "^3.3.7",
60
  "react-dom": "18.3.1",
61
  "react-draggable": "^4.4.6",
62
+ "react-hook-consent": "^3.5.3",
63
  "react-icons": "^4.11.0",
64
  "react-konva": "^18.2.10",
65
  "react-virtualized-auto-sizer": "^1.0.20",