add wip event occurrences

This commit is contained in:
2024-05-11 05:18:11 +02:00
parent bb4a9f4eb2
commit bc9fbd5d84
17 changed files with 273 additions and 41 deletions

17
web/package-lock.json generated
View File

@ -16,8 +16,8 @@
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"sass": "^1.77.0",
"urql": "^4.0.7"
"sass": "^1.77.1",
"urql": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20",
@ -7499,9 +7499,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"node_modules/sass": {
"version": "1.77.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.0.tgz",
"integrity": "sha512-eGj4HNfXqBWtSnvItNkn7B6icqH14i3CiCGbzMKs3BAPTq62pp9NBYsBgyN4cA+qssqo9r26lW4JSvlaUUWbgw==",
"version": "1.77.1",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.77.1.tgz",
"integrity": "sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==",
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",
"immutable": "^4.0.0",
@ -8314,14 +8314,15 @@
"integrity": "sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ=="
},
"node_modules/urql": {
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/urql/-/urql-4.0.7.tgz",
"integrity": "sha512-wnOONtZoYEobmamM5ushUBGil6UCUPd7SH5uEAqsz5Y/qBV88/2QG6jq7v6xP+413x5Lqy0h0hCGRB0KIeG6Kg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/urql/-/urql-4.1.0.tgz",
"integrity": "sha512-NfbfTvxy1sM89EQAJWm89qJZihUWk7BSMfrWgfljFXLOf+e7RK7DtV/Tbg2+82HnCG2x3LcEOJenxiFSYEC+bw==",
"dependencies": {
"@urql/core": "^5.0.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
"@urql/core": "^5.0.0",
"react": ">= 16.8.0"
}
},