web: bump deps, allow some install scripts

This commit is contained in:
2026-07-09 22:02:33 +02:00
parent 81c32719c8
commit 9a3cd0032f
2 changed files with 500 additions and 430 deletions
+16 -11
View File
@@ -16,23 +16,23 @@
"perf:lh": "wait-on http://localhost:3100/ && npm run perf:lh:desktop && npm run perf:lh:mobile"
},
"dependencies": {
"@graphql-codegen/cli": "^7.1.3",
"@graphql-codegen/client-preset": "^6.0.1",
"@graphql-codegen/cli": "^7.2.0",
"@graphql-codegen/client-preset": "^6.1.0",
"@parcel/watcher": "^2.5.6",
"@sindresorhus/slugify": "^3.0.0",
"@urql/next": "^2.0.1",
"date-fns": "^4.4.0",
"date-fns-tz": "^3.2.0",
"graphql": "^16.14.2",
"html-react-parser": "^6.1.3",
"next": "^16.2.9",
"nuqs": "^2.8.9",
"graphql": "^17.0.2",
"html-react-parser": "^6.1.4",
"next": "^16.2.10",
"nuqs": "^2.9.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-intersection-observer": "^10.0.3",
"sass": "^1.101.0",
"sharp": "^0.35.1",
"swiper": "^12.2.0",
"sharp": "^0.35.3",
"swiper": "^14.0.1",
"urql": "^5.0.3",
"use-debounce": "^10.1.1"
},
@@ -40,9 +40,9 @@
"@types/node": "^24",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"baseline-browser-mapping": "^2.10.38",
"baseline-browser-mapping": "^2.10.42",
"eslint": "^9",
"eslint-config-next": "16.2.9",
"eslint-config-next": "16.2.10",
"lighthouse": "^13.4.0",
"typescript": "^6",
"wait-on": "^9.0.10"
@@ -54,5 +54,10 @@
"browserslist": [
"> 0.5% in NO",
"not dead"
]
],
"allowScripts": {
"@parcel/watcher@2.5.6": true,
"sharp@0.34.5": true,
"unrs-resolver@1.7.2": true
}
}