Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent 5e7fb7a commit 3dd8c57
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 1,606 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
db:
image: postgres:16.4-alpine
image: postgres:17.2-alpine
restart: always
environment:
- POSTGRES_USER=postgres
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"@neondatabase/serverless": "^0.9.5",
"@prisma/adapter-neon": "^5.21.1",
"@prisma/client": "^5.21.1",
"@prisma/adapter-neon": "^6.0.0",
"@prisma/client": "^6.0.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
Expand All @@ -32,14 +32,14 @@
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"geist": "^1.3.1",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"lucide-react": "^0.445.0",
"next": "^14.2.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^5.0.1",
"ws": "^8.18.0",
Expand All @@ -50,37 +50,37 @@
"@serverless/typescript": "^3.38.0",
"@types/aws-lambda": "^8.10.145",
"@types/node": "^22.8.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "^9.1.0",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sonarjs": "^3.0.0",
"glob": "^11.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"prisma": "^6.0.0",
"serverless": "^4.4.7",
"serverless-esbuild": "^1.54.4",
"serverless-offline": "^14.3.3",
"serverless-ssm-fetch": "^2.0.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^4.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"vitest": "^3.0.0",
"vitest-mock-extended": "^2.0.2"
}
}
Loading

0 comments on commit 3dd8c57

Please sign in to comment.