Skip to content

Commit

Permalink
chore(package.json): update package manager and dependencies to lates…
Browse files Browse the repository at this point in the history
…t versions for improved stability and features
  • Loading branch information
keksiqc committed Dec 10, 2024
1 parent c960e75 commit 56e781e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shako",
"type": "module",
"version": "2.0.0",
"packageManager": "[email protected].34",
"packageManager": "[email protected].38",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -21,21 +21,21 @@
"@astrojs/ts-plugin": "^1.10.4",
"@fontsource/geist-mono": "^5.1.0",
"@fontsource/geist-sans": "^5.1.0",
"@iconify-json/simple-icons": "^1.2.14",
"@iconify/react": "^5.0.2",
"@iconify-json/simple-icons": "^1.2.15",
"@iconify/react": "^5.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"astro": "5.0.2",
"c12": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.465.0",
"lucide-react": "^0.468.0",
"mini-svg-data-uri": "^1.4.4",
"p5i": "^0.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -44,13 +44,13 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.17.3",
"@eslint-react/eslint-plugin": "^1.19.0",
"@keksiqc/eslint-config": "^3.8.2",
"@types/bun": "^1.1.14",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-tailwindcss": "^3.17.5",
"taze": "^0.18.0"
Expand Down

0 comments on commit 56e781e

Please sign in to comment.