[#31]added two function to setup data to be sent and put function

This commit is contained in:
Camille Moussu
2025-07-22 09:50:02 +02:00
parent fd059954f4
commit b1ceebfc7d
12 changed files with 2906 additions and 48 deletions
+7
View File
@@ -23,6 +23,7 @@
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"i18next": "^23.7.9",
"ical.js": "^2.2.0",
"ky": "^1.8.1",
"openid-client": "^6.5.3",
"react": "^19.1.0",
@@ -7450,6 +7451,12 @@
"i18next-resources-for-ts": "bin/i18next-resources-for-ts.js"
}
},
"node_modules/ical.js": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/ical.js/-/ical.js-2.2.0.tgz",
"integrity": "sha512-P8gjWkTEd5M/SEEvBVPPO/KC+V+HRNRZh3xfCDTVWmUTEfVbL8JaK5GTWS2MJ55aLMhfXhbh7kYzd0nrBARjsA==",
"license": "MPL-2.0"
},
"node_modules/iconv-lite": {
"version": "0.6.3",
"dev": true,