Skip to content

Commit

Permalink
feat: Update dependencies and fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Dec 24, 2024
1 parent 999b007 commit 976f02f
Show file tree
Hide file tree
Showing 3 changed files with 1,212 additions and 1,543 deletions.
1 change: 0 additions & 1 deletion app/components/code-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export async function CodeBlock({
dark: 'vesper',
},
components: {
// @ts-expect-error -- JSX component
pre: Base.Pre,
},
});
Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"generate-sitemap": "tsx scripts/generate-sitemap.ts"
},
"dependencies": {
"@orama/orama": "^3.0.1",
"@orama/react-components": "^0.1.11",
"@orama/tokenizers": "^3.0.1",
"@oramacloud/client": "^1.3.19",
"@orama/orama": "^3.0.4",
"@orama/react-components": "^0.1.23",
"@orama/tokenizers": "^3.0.4",
"@oramacloud/client": "^2.1.4",
"autocorrect-node": "^2.13.0",
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commitizen": "^4.3.1",
"copy-to-clipboard": "^3.3.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.11",
"fumadocs-core": "14.2.0",
"fumadocs-mdx": "11.1.1",
"dotenv": "^16.4.7",
"framer-motion": "^11.15.0",
"fumadocs-core": "14.6.4",
"fumadocs-mdx": "11.2.1",
"fumadocs-typescript": "^3.0.2",
"fumadocs-ui": "14.2.0",
"fumadocs-ui": "14.6.4",
"globby": "^14.0.2",
"lucide-react": "^0.454.0",
"next": "15.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-feather": "^2.0.10",
"react-icons": "^5.3.0",
"shiki": "^1.22.2",
"tailwind-merge": "^2.5.4"
"react-icons": "^5.4.0",
"shiki": "^1.24.4",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 976f02f

Please sign in to comment.