Skip to content

Commit e03ea3c

Browse files
committed
chore: update latest deps
1 parent 4c42f38 commit e03ea3c

File tree

2 files changed

+634
-651
lines changed

2 files changed

+634
-651
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"postinstall": "npx prisma generate"
2929
},
3030
"dependencies": {
31-
"@codesandbox/sandpack-react": "^2.18.0",
31+
"@codesandbox/sandpack-react": "^2.18.2",
3232
"@giscus/react": "^3.0.0",
33-
"@prisma/client": "^5.17.0",
33+
"@prisma/client": "^5.18.0",
3434
"@radix-ui/react-dropdown-menu": "^2.1.1",
3535
"@radix-ui/react-toggle": "^1.1.0",
3636
"@vercel/analytics": "^1.3.1",
3737
"class-variance-authority": "^0.7.0",
3838
"clsx": "^2.1.1",
3939
"contentlayer": "^0.3.4",
4040
"date-fns": "^3.6.0",
41-
"framer-motion": "^11.3.4",
41+
"framer-motion": "^11.3.24",
4242
"giscus": "^1.5.0",
4343
"github-slugger": "^2.0.0",
44-
"lucide-react": "^0.408.0",
44+
"lucide-react": "^0.427.0",
4545
"next": "14.2.5",
4646
"next-contentlayer": "^0.3.4",
4747
"next-themes": "^0.3.0",
@@ -56,43 +56,43 @@
5656
"rehype-slug": "^6.0.0",
5757
"remark-gfm": "3.0.1",
5858
"sharp": "^0.33.4",
59-
"shiki": "^1.10.3",
59+
"shiki": "^1.12.1",
6060
"swr": "^2.2.5",
61-
"tailwind-merge": "^2.4.0"
61+
"tailwind-merge": "^2.5.2"
6262
},
6363
"devDependencies": {
64-
"@commitlint/cli": "^19.3.0",
64+
"@commitlint/cli": "^19.4.0",
6565
"@commitlint/config-conventional": "^19.2.2",
6666
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
6767
"@next/bundle-analyzer": "^14.2.5",
6868
"@types/glob": "^8.1.0",
6969
"@types/mdx": "^2.0.13",
70-
"@types/node": "^20.14.10",
70+
"@types/node": "^22.2.0",
7171
"@types/react": "^18.3.3",
7272
"@types/react-dom": "^18.3.0",
73-
"@typescript-eslint/eslint-plugin": "^7.16.1",
74-
"@typescript-eslint/parser": "^7.16.1",
75-
"autoprefixer": "^10.4.19",
73+
"@typescript-eslint/eslint-plugin": "^8.1.0",
74+
"@typescript-eslint/parser": "^8.1.0",
75+
"autoprefixer": "^10.4.20",
7676
"concurrently": "^8.2.2",
7777
"esbuild": "^0.23.0",
78-
"esbuild-register": "^3.5.0",
78+
"esbuild-register": "^3.6.0",
7979
"eslint": "^8.57.0",
8080
"eslint-config-next": "^14.2.5",
8181
"eslint-config-prettier": "^9.1.0",
8282
"eslint-plugin-json-format": "2.0.1",
83-
"eslint-plugin-react": "^7.34.4",
83+
"eslint-plugin-react": "^7.35.0",
8484
"eslint-plugin-tailwindcss": "^3.17.4",
85-
"lint-staged": "^15.2.7",
86-
"postcss": "^8.4.39",
85+
"lint-staged": "^15.2.9",
86+
"postcss": "^8.4.41",
8787
"prettier": "^3.3.3",
8888
"pretty-quick": "^4.0.0",
89-
"prisma": "^5.17.0",
89+
"prisma": "^5.18.0",
9090
"seonest-post-gen": "^0.3.1",
9191
"simple-git-hooks": "^2.11.1",
92-
"tailwindcss": "^3.4.5",
92+
"tailwindcss": "^3.4.9",
9393
"tailwindcss-animate": "^1.0.7",
9494
"tailwindcss-radix": "^3.0.3",
95-
"typescript": "^5.5.3"
95+
"typescript": "^5.5.4"
9696
},
9797
"prisma": {
9898
"seed": "node -r esbuild-register prisma/seed.ts"

0 commit comments

Comments
 (0)