make background pigs that hide from the footer 🐷🐷🐷

This commit is contained in:
elisejakob
2024-05-15 00:53:11 +02:00
parent ba4a4b3941
commit c1e26b39ed
6 changed files with 90 additions and 12 deletions

15
web/package-lock.json generated
View File

@ -19,6 +19,7 @@
"nuqs": "^1.17.2",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.10.2",
"sass": "^1.77.1",
"urql": "^4.1.0"
},
@ -7222,6 +7223,20 @@
"react": "^18.3.0"
}
},
"node_modules/react-intersection-observer": {
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.10.2.tgz",
"integrity": "sha512-j2hGADK2hCbAlfaq6L3tVLb4iqngoN7B1fT16MwJ4J16YW/vWLcmAIinLsw0lgpZeMi4UDUWtHC9QDde0/P1yQ==",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
},
"node_modules/react-is": {
"version": "16.13.1",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",