Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Mar 19, 2024
1 parent b65d295 commit f1326d6
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 163 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.x",
"pnpm": "8.x"
},
"packageManager": "pnpm@8.15.4",
"packageManager": "pnpm@8.15.5",
"scripts": {
"analyze": "BUNDLE_ANALYZER=\"enabled\" next build --no-lint",
"build": "next build",
Expand Down Expand Up @@ -37,21 +37,21 @@
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.7",
"@keystatic/core": "^0.5.4",
"@keystatic/core": "^0.5.7",
"@keystatic/next": "^5.0.0",
"@mdx-js/mdx": "^3.0.1",
"@react-aria/utils": "^3.23.2",
"@t3-oss/env-nextjs": "^0.9.2",
"client-only": "^0.0.1",
"cva": "^1.0.0-beta.1",
"date-fns": "^3.4.0",
"date-fns": "^3.6.0",
"dset": "^3.1.3",
"fast-glob": "^3.3.2",
"image-size": "^1.1.1",
"lucide-react": "^0.357.0",
"lucide-react": "^0.359.0",
"mdast-util-mdx": "^3.0.0",
"next": "^14.2.0-canary.23",
"next-intl": "^3.9.4",
"next": "^14.2.0-canary.30",
"next-intl": "^3.9.5",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
Expand All @@ -62,7 +62,7 @@
"remark-smartypants": "^2.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"shiki": "^1.1.7",
"shiki": "^1.2.0",
"typesense": "^1.7.2",
"unist-util-visit": "^5.0.0",
"zod": "^3.22.4"
Expand All @@ -79,17 +79,17 @@
"@acdh-oeaw/tsconfig": "^1.0.2",
"@commitlint/cli": "^18.6.1",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.2.0-canary.23",
"@next/eslint-plugin-next": "^14.2.0-canary.23",
"@next/mdx": "^14.2.0-canary.23",
"@next/bundle-analyzer": "^14.2.0-canary.30",
"@next/eslint-plugin-next": "^14.2.0-canary.30",
"@next/mdx": "^14.2.0-canary.30",
"@playwright/test": "^1.42.1",
"@react-aria/optimize-locales-plugin": "^1.0.2",
"@react-types/shared": "^3.22.1",
"@shikijs/rehype": "^1.1.7",
"@shikijs/rehype": "^1.2.0",
"@types/mdast": "^4.0.3",
"@types/mdx": "^2.0.11",
"@types/node": "^20.11.27",
"@types/react": "^18.2.65",
"@types/node": "^20.11.29",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"axe-core": "^4.8.4",
"axe-playwright": "^2.0.1",
Expand All @@ -102,10 +102,10 @@
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.0",
"stylelint": "^16.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-react-aria-components": "^1.1.1",
Expand Down
Loading

0 comments on commit f1326d6

Please sign in to comment.