Skip to content

Commit

Permalink
chore: lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Apr 15, 2024
1 parent 9d6af09 commit 1fadf76
Show file tree
Hide file tree
Showing 2 changed files with 784 additions and 666 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"validate": "run-p format:check lint:check types:check test test:e2e"
},
"dependencies": {
"@acdh-oeaw/lib": "^0.1.7",
"@keystatic/core": "^0.5.7",
"@acdh-oeaw/lib": "^0.1.10",
"@keystatic/core": "^0.5.11",
"@keystatic/next": "^5.0.0",
"@mdx-js/mdx": "^3.0.1",
"@react-aria/utils": "^3.23.2",
Expand All @@ -48,10 +48,10 @@
"dset": "^3.1.3",
"fast-glob": "^3.3.2",
"image-size": "^1.1.1",
"lucide-react": "^0.359.0",
"lucide-react": "^0.368.0",
"mdast-util-mdx": "^3.0.0",
"next": "^14.2.0-canary.30",
"next-intl": "^3.9.5",
"next": "^14.2.1",
"next-intl": "^3.11.1",
"react": "^18.2.0",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
Expand All @@ -61,9 +61,9 @@
"remark-mdx-frontmatter": "^4.0.0",
"remark-smartypants": "^2.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"shiki": "^1.2.0",
"typesense": "^1.7.2",
"sharp": "^0.33.3",
"shiki": "^1.3.0",
"typesense": "^1.8.2",
"unist-util-visit": "^5.0.0",
"xast-util-feed": "^2.0.0",
"xast-util-to-xml": "^4.0.0",
Expand All @@ -81,19 +81,19 @@
"@acdh-oeaw/tsconfig": "^1.0.2",
"@commitlint/cli": "^18.6.1",
"@mdx-js/loader": "^3.0.1",
"@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",
"@next/bundle-analyzer": "^14.2.1",
"@next/eslint-plugin-next": "^14.2.1",
"@next/mdx": "^14.2.1",
"@playwright/test": "^1.43.1",
"@react-aria/optimize-locales-plugin": "^1.0.2",
"@react-types/shared": "^3.22.1",
"@shikijs/rehype": "^1.2.0",
"@shikijs/rehype": "^1.3.0",
"@types/mdast": "^4.0.3",
"@types/mdx": "^2.0.11",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"axe-core": "^4.8.4",
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"axe-core": "^4.9.0",
"axe-playwright": "^2.0.1",
"ci-info": "^4.0.0",
"dotenv": "^16.4.5",
Expand All @@ -104,15 +104,15 @@
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.37",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.11.0",
"stylelint": "^16.2.1",
"tailwindcss": "^3.4.1",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.3.1",
"tailwindcss": "^3.4.3",
"tailwindcss-react-aria-components": "^1.1.1",
"tsx": "^4.7.1",
"typescript": "^5.4.2"
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 1fadf76

Please sign in to comment.