Update patch versions

This commit is contained in:
Anton Gunnarsson
2025-05-06 11:13:26 +02:00
parent 3e0190d5e7
commit 58a7d594ae
2 changed files with 319 additions and 236 deletions

View File

@@ -26,10 +26,11 @@
"i18n:push": "yarn i18n:extract && yarn i18n:upload",
"i18n:pull": "yarn i18n:download && yarn i18n:compile",
"i18n:sync": "yarn i18n:push && yarn i18n:pull",
"i18n:diff": "node i18n/tooling/diff.mjs"
"i18n:diff": "node i18n/tooling/diff.mjs",
"check-types": "tsc --noEmit"
},
"dependencies": {
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.27",
"@azure/monitor-opentelemetry-exporter": "^1.0.0-beta.31",
"@contentstack/live-preview-utils": "^3.0.0",
"@formatjs/intl": "^2.10.15",
"@hookform/error-message": "^2.0.1",
@@ -46,10 +47,10 @@
"@opentelemetry/sdk-metrics": "^1.25.1",
"@opentelemetry/sdk-trace-base": "^1.29.0",
"@preact/signals-core": "^1.7.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@react-aria/ssr": "^3.9.5",
"@react-aria/ssr": "^3.9.8",
"@scandic-hotels/design-system": "workspace:*",
"@sentry/nextjs": "^8.41.0",
"@t3-oss/env-nextjs": "^0.9.2",
@@ -69,9 +70,9 @@
"clean-deep": "^3.4.0",
"contentstack": "^3.23.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.10",
"dayjs": "^1.11.13",
"deepmerge": "^4.3.1",
"downshift": "^9.0.8",
"downshift": "^9.0.9",
"embla-carousel": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"fast-deep-equal": "^3.1.3",
@@ -82,7 +83,7 @@
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"html-react-parser": "^5.2.2",
"html-react-parser": "^5.2.3",
"ics": "^3.8.1",
"immer": "10.1.1",
"input-otp": "^1.4.2",
@@ -109,8 +110,8 @@
"slugify": "^1.6.6",
"sonner": "^1.7.0",
"supercluster": "^8.0.1",
"superjson": "^2.2.1",
"usehooks-ts": "3.1.0",
"superjson": "^2.2.2",
"usehooks-ts": "3.1.1",
"uuid": "^11.0.5",
"zod": "^3.22.4",
"zustand": "^4.5.2"
@@ -125,7 +126,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/adm-zip": "^0.5.7",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/json-stable-stringify-without-jsonify": "^1.0.2",
"@types/jsonwebtoken": "^9",
"@types/lodash-es": "^4",
@@ -141,18 +142,18 @@
"eslint-config-next": "^14.0.4",
"eslint-plugin-formatjs": "^5.2.14",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jiti": "^1.21.0",
"json-sort-cli": "^4.0.4",
"json-sort-cli": "^4.0.9",
"lint-staged": "^15.2.2",
"material-symbols": "^0.29.0",
"netlify-plugin-cypress": "^2.2.1",
"prettier": "^3.2.5",
"react-material-symbols": "^4.4.0",
"schema-dts": "^1.1.2",
"start-server-and-test": "^2.0.3",
"schema-dts": "^1.1.5",
"start-server-and-test": "^2.0.11",
"ts-jest": "^29.3.2",
"ts-morph": "^25.0.1",
"ts-node": "^10.9.2",