Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cao <[email protected]>
  • Loading branch information
ryanccn committed Jan 25, 2024
1 parent 59030b9 commit 2d543e6
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 612 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@tremor/react": "^3.13.1",
"@tremor/react": "^3.13.3",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.2.0",
"date-fns": "^3.3.1",
"fast-xml-parser": "^4.3.3",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lucide-react": "^0.311.0",
"lucide-react": "^0.315.0",
"nanoid": "^5.0.4",
"next": "^14.0.4",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.12.0",
Expand All @@ -34,27 +34,27 @@
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"tailwind-merge": "^2.2.0",
"valibot": "^0.26.0"
"tailwind-merge": "^2.2.1",
"valibot": "^0.27.0"
},
"devDependencies": {
"@headlessui/tailwindcss": "^0.2.0",
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@next/bundle-analyzer": "^14.0.4",
"@next/bundle-analyzer": "^14.1.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/file-saver": "^2.0.7",
"@types/node": "20.11.5",
"@types/node": "20.11.6",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@upstash/ratelimit": "^1.0.0",
"@vercel/kv": "^1.0.1",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"discord-api-types": "^0.37.67",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
Expand All @@ -64,7 +64,7 @@
"nodemailer": "^6.9.8",
"p-limit": "^5.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.3",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
Expand All @@ -75,5 +75,5 @@
"typescript": "^5.3.3",
"unified": "^11.0.4"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit 2d543e6

Please sign in to comment.