Skip to content

Commit

Permalink
update deps (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cungminh2710 authored Apr 30, 2024
1 parent c02a26d commit a53eed1
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 472 deletions.
12 changes: 6 additions & 6 deletions apps/coderum-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@trpc/server": "next",
"drizzle-orm": "0.29.4",
"lucia": "3.2.0",
"next": "14.2.1",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "0.0.1",
Expand All @@ -33,20 +33,20 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/eslint": "8.56.10",
"@types/node": "20.11.20",
"@types/node": "20.12.07",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"drizzle-kit": "0.20.17",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"eslint-config-next": "14.2.3",
"eslint-plugin-drizzle": "0.2.3",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.2"
"typescript": "5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.32.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"eslint-config-turbo": "1.12.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-only-warn": "1.1.0",
"@typescript-eslint/parser": "7.1.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.8.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@storybook/test": "8.0.9",
"@turbo/gen": "1.12.4",
"@types/eslint": "8.56.10",
"@types/node": "20.11.24",
"@types/node": "20.12.07",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit a53eed1

Please sign in to comment.