Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent f86673f commit 048797a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@kinde-oss/kinde-auth-nextjs": "^2.1.10",
"@kinde-oss/kinde-auth-nextjs": "^2.1.13",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -41,7 +41,7 @@
"@radix-ui/react-toggle-group": "^1.0.4",
"@t3-oss/env-nextjs": "^0.9.2",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.3",
"@upstash/redis": "^1.28.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
Expand All @@ -50,7 +50,7 @@
"geist": "^1.2.2",
"jiti": "^1.21.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.330.0",
"lucide-react": "^0.331.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
Expand All @@ -65,12 +65,12 @@
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/leaflet": "^1.9.8",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/node": "20.11.19",
"@types/react": "18.2.56",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand All @@ -80,7 +80,7 @@
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"pg": "^8.11.3",
"postcss": "8.4.35",
Expand All @@ -104,6 +104,6 @@
]
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.11.1"
}
}

0 comments on commit 048797a

Please sign in to comment.