chore: update stuff

main
Elias Almqvist 1 month ago
parent 427eaa0aa8
commit 2699f1835f
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 58
      package.json
  2. 3987
      pnpm-lock.yaml

@ -11,49 +11,49 @@
"ui:add": "pnpm dlx shadcn-ui@latest add" "ui:add": "pnpm dlx shadcn-ui@latest add"
}, },
"dependencies": { "dependencies": {
"@mdx-js/loader": "^3.0.1", "@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.0.1", "@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.1.4", "@next/mdx": "^14.2.24",
"@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-slot": "^1.1.2",
"@react-three/fiber": "^8.16.1", "@react-three/fiber": "^8.18.0",
"@tailwindcss/typography": "^0.5.12", "@tailwindcss/typography": "^0.5.16",
"@types/mdx": "^2.0.12", "@types/mdx": "^2.0.13",
"@types/three": "^0.162.0", "@types/three": "^0.162.0",
"@vercel/analytics": "^1.2.2", "@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.0.10", "@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"cmdk": "^1.0.0", "cmdk": "^1.0.4",
"geist": "^1.3.0", "geist": "^1.3.1",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"katex": "^0.16.21", "katex": "^0.16.21",
"lucide-react": "^0.363.0", "lucide-react": "^0.363.0",
"next": "14.1.4", "next": "14.1.4",
"next-mdx-remote": "^5.0.0", "next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
"react": "^18.2.0", "react": "^18.3.1",
"react-dom": "^18.2.0", "react-dom": "^18.3.1",
"react-icons": "^5.0.1", "react-icons": "^5.5.0",
"rehype-katex": "^7.0.1", "rehype-katex": "^7.0.1",
"remark-math": "^6.0.0", "remark-math": "^6.0.0",
"tailwind-merge": "^2.2.2", "tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"three": "^0.163.0", "three": "^0.163.0",
"zustand": "^4.5.2" "zustand": "^4.5.6"
}, },
"devDependencies": { "devDependencies": {
"@types/katex": "^0.16.7", "@types/katex": "^0.16.7",
"@types/node": "^20.11.30", "@types/node": "^20.17.19",
"@types/react": "^18.2.73", "@types/react": "^18.3.18",
"@types/react-dom": "^18.2.23", "@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.20",
"eslint": "^8.57.0", "eslint": "^8.57.1",
"eslint-config-next": "14.1.4", "eslint-config-next": "14.1.4",
"postcss": "^8.4.38", "postcss": "^8.5.3",
"tailwindcss": "^3.4.3", "tailwindcss": "^3.4.17",
"typescript": "^5.4.3" "typescript": "^5.7.3"
} }
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save