web: bump deps, allow some install scripts
This commit is contained in:
Generated
+484
-419
File diff suppressed because it is too large
Load Diff
+16
-11
@@ -16,23 +16,23 @@
|
|||||||
"perf:lh": "wait-on http://localhost:3100/ && npm run perf:lh:desktop && npm run perf:lh:mobile"
|
"perf:lh": "wait-on http://localhost:3100/ && npm run perf:lh:desktop && npm run perf:lh:mobile"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@graphql-codegen/cli": "^7.1.3",
|
"@graphql-codegen/cli": "^7.2.0",
|
||||||
"@graphql-codegen/client-preset": "^6.0.1",
|
"@graphql-codegen/client-preset": "^6.1.0",
|
||||||
"@parcel/watcher": "^2.5.6",
|
"@parcel/watcher": "^2.5.6",
|
||||||
"@sindresorhus/slugify": "^3.0.0",
|
"@sindresorhus/slugify": "^3.0.0",
|
||||||
"@urql/next": "^2.0.1",
|
"@urql/next": "^2.0.1",
|
||||||
"date-fns": "^4.4.0",
|
"date-fns": "^4.4.0",
|
||||||
"date-fns-tz": "^3.2.0",
|
"date-fns-tz": "^3.2.0",
|
||||||
"graphql": "^16.14.2",
|
"graphql": "^17.0.2",
|
||||||
"html-react-parser": "^6.1.3",
|
"html-react-parser": "^6.1.4",
|
||||||
"next": "^16.2.9",
|
"next": "^16.2.10",
|
||||||
"nuqs": "^2.8.9",
|
"nuqs": "^2.9.0",
|
||||||
"react": "19.2.7",
|
"react": "19.2.7",
|
||||||
"react-dom": "19.2.7",
|
"react-dom": "19.2.7",
|
||||||
"react-intersection-observer": "^10.0.3",
|
"react-intersection-observer": "^10.0.3",
|
||||||
"sass": "^1.101.0",
|
"sass": "^1.101.0",
|
||||||
"sharp": "^0.35.1",
|
"sharp": "^0.35.3",
|
||||||
"swiper": "^12.2.0",
|
"swiper": "^14.0.1",
|
||||||
"urql": "^5.0.3",
|
"urql": "^5.0.3",
|
||||||
"use-debounce": "^10.1.1"
|
"use-debounce": "^10.1.1"
|
||||||
},
|
},
|
||||||
@@ -40,9 +40,9 @@
|
|||||||
"@types/node": "^24",
|
"@types/node": "^24",
|
||||||
"@types/react": "19.2.17",
|
"@types/react": "19.2.17",
|
||||||
"@types/react-dom": "19.2.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"baseline-browser-mapping": "^2.10.38",
|
"baseline-browser-mapping": "^2.10.42",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.2.9",
|
"eslint-config-next": "16.2.10",
|
||||||
"lighthouse": "^13.4.0",
|
"lighthouse": "^13.4.0",
|
||||||
"typescript": "^6",
|
"typescript": "^6",
|
||||||
"wait-on": "^9.0.10"
|
"wait-on": "^9.0.10"
|
||||||
@@ -54,5 +54,10 @@
|
|||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 0.5% in NO",
|
"> 0.5% in NO",
|
||||||
"not dead"
|
"not dead"
|
||||||
]
|
],
|
||||||
|
"allowScripts": {
|
||||||
|
"@parcel/watcher@2.5.6": true,
|
||||||
|
"sharp@0.34.5": true,
|
||||||
|
"unrs-resolver@1.7.2": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user