Skip to content

Commit

Permalink
chore: update deps (#12)
Browse files Browse the repository at this point in the history
update dependencies, most notably react aria components.
  • Loading branch information
stefanprobst authored Jan 16, 2025
2 parents 16a3805 + 90cd47d commit 203f47e
Show file tree
Hide file tree
Showing 4 changed files with 2,342 additions and 1,690 deletions.
4 changes: 4 additions & 0 deletions app/[locale]/_components/app-navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ export function AppNavigationMobile(props: Readonly<AppNavigationMobileProps>):
* we delay closing the dialog so the navigation is guaranteed to
* be triggered. practically, this seems only relevant for
* firefox on touch devices.
*
* maybe unnecessary after @see https://github.com/adobe/react-spectrum/pull/7542
*/
requestAnimationFrame(close);
}}
Expand Down Expand Up @@ -331,6 +333,8 @@ export function AppNavigationMobile(props: Readonly<AppNavigationMobileProps>):
* we delay closing the dialog so the navigation is guaranteed to
* be triggered. practically, this seems only relevant for
* firefox on touch devices.
*
* maybe unnecessary after @see https://github.com/adobe/react-spectrum/pull/7542
*/
requestAnimationFrame(close);
}}
Expand Down
2 changes: 1 addition & 1 deletion app/[locale]/imprint/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function getImprintHtml(locale: Locale): Promise<string> {
const url = createImprintUrl(locale);
const html = await request(url, { responseType: "text" });

return html as string;
return html;
} catch (error) {
if (error instanceof HttpError && error.response.status === 404) {
notFound();
Expand Down
60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,66 +34,66 @@
"validate": "run-p format:check lint:check types:check test test:e2e"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.12",
"@acdh-oeaw/lib": "^0.2.0",
"@acdh-oeaw/style-variants": "^0.1.0",
"@acdh-oeaw/validate-env": "^0.0.3",
"@react-aria/utils": "^3.26.0",
"@react-aria/utils": "^3.27.0",
"client-only": "^0.0.1",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"image-dimensions": "^2.3.0",
"lucide-react": "^0.468.0",
"next": "^14.2.20",
"next-intl": "^3.26.1",
"lucide-react": "^0.471.1",
"next": "^14.2.23",
"next-intl": "^3.26.3",
"react": "^18.3.1",
"react-aria": "^3.36.0",
"react-aria-components": "^1.5.0",
"react-aria": "^3.37.0",
"react-aria-components": "^1.6.0",
"react-dom": "^18.3.1",
"react-schemaorg": "^2.0.0",
"react-stately": "^3.34.0",
"react-stately": "^3.35.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"valibot": "^1.0.0-beta.9"
"valibot": "1.0.0-beta.12"
},
"devDependencies": {
"@acdh-oeaw/eslint-config": "^2.0.5",
"@acdh-oeaw/eslint-config-next": "^2.0.11",
"@acdh-oeaw/eslint-config-node": "^2.0.5",
"@acdh-oeaw/eslint-config-playwright": "^2.0.6",
"@acdh-oeaw/eslint-config-react": "^2.0.6",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.7",
"@acdh-oeaw/eslint-config": "^2.0.6",
"@acdh-oeaw/eslint-config-next": "^2.0.12",
"@acdh-oeaw/eslint-config-node": "^2.0.6",
"@acdh-oeaw/eslint-config-playwright": "^2.0.7",
"@acdh-oeaw/eslint-config-react": "^2.0.7",
"@acdh-oeaw/eslint-config-tailwindcss": "^2.0.8",
"@acdh-oeaw/prettier-config": "^2.0.1",
"@acdh-oeaw/stylelint-config": "^2.0.5",
"@acdh-oeaw/tsconfig": "^1.3.0",
"@next/bundle-analyzer": "^14.2.20",
"@next/eslint-plugin-next": "^14.2.20",
"@next/bundle-analyzer": "^14.2.23",
"@next/eslint-plugin-next": "^14.2.23",
"@playwright/test": "^1.49.1",
"@react-aria/optimize-locales-plugin": "^1.1.3",
"@react-types/shared": "^3.26.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.16",
"@react-aria/optimize-locales-plugin": "^1.1.4",
"@react-types/shared": "^3.27.0",
"@types/node": "^22.10.7",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"axe-core": "^4.10.2",
"axe-playwright": "^2.0.3",
"ci-info": "^4.1.0",
"dotenv": "^16.4.7",
"dotenv-cli": "^7.4.4",
"dotenv-cli": "^8.0.0",
"dotenv-expand": "^12.0.1",
"eslint": "^9.18.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-plugin-check-file": "^2.8.0",
"globals": "^15.14.0",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.11",
"npm-run-all2": "^7.0.1",
"postcss": "^8.4.49",
"is-ci": "^4.1.0",
"lint-staged": "^15.4.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.11.0",
"tailwindcss": "^3.4.16",
"stylelint": "^16.13.2",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.2.0",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"browserslist": {
"development": [
Expand Down
Loading

0 comments on commit 203f47e

Please sign in to comment.