web: bump to node 22, next 15, react 19, etc.

This commit is contained in:
2025-04-30 19:21:33 +02:00
parent 7030950850
commit cc2a11cd64
21 changed files with 2384 additions and 2580 deletions

View File

@ -10,31 +10,31 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.3",
"@parcel/watcher": "^2.4.1",
"@graphql-codegen/cli": "^5.0.5",
"@graphql-codegen/client-preset": "^4.8.0",
"@parcel/watcher": "^2.5.1",
"@sindresorhus/slugify": "^2.2.1",
"@urql/next": "^1.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"graphql": "^16.9.0",
"next": "^14.2.6",
"nuqs": "^1.17.8",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"sass": "^1.77.8",
"sharp": "^0.33.5",
"swiper": "^11.1.10",
"urql": "^4.1.0",
"use-debounce": "^10.0.3"
"@urql/next": "^1.1.5",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.11.0",
"next": "^15.3.1",
"nuqs": "^2.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-intersection-observer": "^9.16.0",
"sass": "^1.87.0",
"sharp": "^0.34.1",
"swiper": "^11.2.6",
"urql": "^4.2.2",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.3.1",
"typescript": "^5"
}
}