jbilcke-hf HF staff commited on
Commit
fff4771
1 Parent(s): d7fe326

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
@@ -49,6 +49,7 @@
49
  "react": "18.3.1",
50
  "react-device-frameset": "^1.3.4",
51
  "react-dom": "18.3.1",
 
52
  "react-icons": "^5.2.0",
53
  "sharp": "^0.33.2",
54
  "sonner": "^1.4.0",
@@ -3214,6 +3215,11 @@
3214
  "node": ">=6"
3215
  }
3216
  },
 
 
 
 
 
3217
  "node_modules/client-only": {
3218
  "version": "0.0.1",
3219
  "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
@@ -6379,6 +6385,19 @@
6379
  "react": "^18.3.1"
6380
  }
6381
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
6382
  "node_modules/react-icons": {
6383
  "version": "5.2.1",
6384
  "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz",
@@ -6459,6 +6478,19 @@
6459
  }
6460
  }
6461
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
6462
  "node_modules/read-cache": {
6463
  "version": "1.0.0",
6464
  "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
 
49
  "react": "18.3.1",
50
  "react-device-frameset": "^1.3.4",
51
  "react-dom": "18.3.1",
52
+ "react-hook-consent": "^3.5.3",
53
  "react-icons": "^5.2.0",
54
  "sharp": "^0.33.2",
55
  "sonner": "^1.4.0",
 
3215
  "node": ">=6"
3216
  }
3217
  },
3218
+ "node_modules/classnames": {
3219
+ "version": "2.5.1",
3220
+ "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz",
3221
+ "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow=="
3222
+ },
3223
  "node_modules/client-only": {
3224
  "version": "0.0.1",
3225
  "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
 
6385
  "react": "^18.3.1"
6386
  }
6387
  },
6388
+ "node_modules/react-hook-consent": {
6389
+ "version": "3.5.3",
6390
+ "resolved": "https://registry.npmjs.org/react-hook-consent/-/react-hook-consent-3.5.3.tgz",
6391
+ "integrity": "sha512-/HUD/zw2fJbERVHIMYwbfI5WStizTjgVX7qFS8QLaFTdGOSJ7RLa7zMYrnieqW7KqtL5qriUhxySaATfanAvfA==",
6392
+ "dependencies": {
6393
+ "object-hash": "^3.0.0",
6394
+ "react-toggle": "^4.1.3"
6395
+ },
6396
+ "peerDependencies": {
6397
+ "react": ">=16.8.0",
6398
+ "react-dom": ">=16.8.0"
6399
+ }
6400
+ },
6401
  "node_modules/react-icons": {
6402
  "version": "5.2.1",
6403
  "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-5.2.1.tgz",
 
6478
  }
6479
  }
6480
  },
6481
+ "node_modules/react-toggle": {
6482
+ "version": "4.1.3",
6483
+ "resolved": "https://registry.npmjs.org/react-toggle/-/react-toggle-4.1.3.tgz",
6484
+ "integrity": "sha512-WoPrvbwfQSvoagbrDnXPrlsxwzuhQIrs+V0I162j/s+4XPgY/YDAUmHSeWiroznfI73wj+MBydvW95zX8ABbSg==",
6485
+ "dependencies": {
6486
+ "classnames": "^2.2.5"
6487
+ },
6488
+ "peerDependencies": {
6489
+ "prop-types": ">= 15.3.0 < 19",
6490
+ "react": ">= 15.3.0 < 19",
6491
+ "react-dom": ">= 15.3.0 < 19"
6492
+ }
6493
+ },
6494
  "node_modules/read-cache": {
6495
  "version": "1.0.0",
6496
  "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
package.json CHANGED
@@ -50,6 +50,7 @@
50
  "react": "18.3.1",
51
  "react-device-frameset": "^1.3.4",
52
  "react-dom": "18.3.1",
 
53
  "react-icons": "^5.2.0",
54
  "sharp": "^0.33.2",
55
  "sonner": "^1.4.0",
 
50
  "react": "18.3.1",
51
  "react-device-frameset": "^1.3.4",
52
  "react-dom": "18.3.1",
53
+ "react-hook-consent": "^3.5.3",
54
  "react-icons": "^5.2.0",
55
  "sharp": "^0.33.2",
56
  "sonner": "^1.4.0",