web: bump packages

This commit is contained in:
2024-08-09 16:48:33 +02:00
parent 65100eff4e
commit bdaf35347a
2 changed files with 20 additions and 20 deletions

32
web/package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@parcel/watcher": "^2.4.1",
"@sindresorhus/slugify": "^2.2.1",
"@urql/next": "^1.1.1",
@ -17,14 +17,14 @@
"date-fns-tz": "^3.1.3",
"graphql": "^16.9.0",
"next": "^14.2.5",
"nuqs": "^1.17.4",
"nuqs": "^1.17.8",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"sass": "^1.77.8",
"swiper": "^11.1.4",
"swiper": "^11.1.9",
"urql": "^4.1.0",
"use-debounce": "^10.0.1"
"use-debounce": "^10.0.2"
},
"devDependencies": {
"@types/node": "^20",
@ -1209,9 +1209,9 @@
}
},
"node_modules/@graphql-codegen/client-preset": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.3.2.tgz",
"integrity": "sha512-42jHyG6u2uFDIVNvzue8zR529aPT16EYIJQmvMk8XuYHo3PneQVlWmQ3j2fBy+RuWCBzpJKPKm7IGSKiw19nmg==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/@graphql-codegen/client-preset/-/client-preset-4.3.3.tgz",
"integrity": "sha512-IrDsSVe8bkKtxgVfKPHzjL9tYlv7KEpA59R4gZLqx/t2WIJncW1i0OMvoz9tgoZsFEs8OKKgXZbnwPZ/Qf1kEw==",
"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/template": "^7.20.7",
@ -6638,9 +6638,9 @@
"integrity": "sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw=="
},
"node_modules/nuqs": {
"version": "1.17.4",
"resolved": "https://registry.npmjs.org/nuqs/-/nuqs-1.17.4.tgz",
"integrity": "sha512-wraphFfKI+Y/aWIGFsld/Ta7fTFEyeya1LkgEGNPDiMuY+Hwea/eVHBiq1GYlyMqTYSAoxRWvQyjCIo1Dy1u7g==",
"version": "1.17.8",
"resolved": "https://registry.npmjs.org/nuqs/-/nuqs-1.17.8.tgz",
"integrity": "sha512-JqsnzO+hJyjJE7ebuhpHMLA2iGY48e2xr0oJQFhj7kjUmDABL2XOup47rxF5TL/5b9jEsmU2t0lAKin1VdK1/A==",
"dependencies": {
"mitt": "^3.0.1"
},
@ -7939,9 +7939,9 @@
}
},
"node_modules/swiper": {
"version": "11.1.4",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.4.tgz",
"integrity": "sha512-1n7kbYJB2dFEpUHRFszq7gys/ofIBrMNibwTiMvPHwneKND/t9kImnHt6CfGPScMHgI+dWMbGTycCKGMoOO1KA==",
"version": "11.1.9",
"resolved": "https://registry.npmjs.org/swiper/-/swiper-11.1.9.tgz",
"integrity": "sha512-rflu8zvfGa3x1v/aeSufk4zRJffhOQowyvtJlp46sUBnOqAuk1Rdv5Ldj0AWWBV595iZ+ZMk7VB35ZRtRUomtA==",
"funding": [
{
"type": "patreon",
@ -8308,9 +8308,9 @@
}
},
"node_modules/use-debounce": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.1.tgz",
"integrity": "sha512-0uUXjOfm44e6z4LZ/woZvkM8FwV1wiuoB6xnrrOmeAEjRDDzTLQNRFtYHvqUsJdrz1X37j0rVGIVp144GLHGKg==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.2.tgz",
"integrity": "sha512-MwBiJK2dk+2qhMDVDCPRPeLuIekKfH2t1UYMnrW9pwcJJGFDbTLliSMBz2UKGmE1PJs8l3XoMqbIU1MemMAJ8g==",
"engines": {
"node": ">= 16.0.0"
},

View File

@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@parcel/watcher": "^2.4.1",
"@sindresorhus/slugify": "^2.2.1",
"@urql/next": "^1.1.1",
@ -19,14 +19,14 @@
"date-fns-tz": "^3.1.3",
"graphql": "^16.9.0",
"next": "^14.2.5",
"nuqs": "^1.17.4",
"nuqs": "^1.17.8",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"sass": "^1.77.8",
"swiper": "^11.1.4",
"swiper": "^11.1.9",
"urql": "^4.1.0",
"use-debounce": "^10.0.1"
"use-debounce": "^10.0.2"
},
"devDependencies": {
"@types/node": "^20",