Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent ccedd6d commit 21998e9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
Binary file modified bun.lockb
Binary file not shown.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,44 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.11.1",
"@trpc/client": "^11.0.0-rc.599",
"@trpc/react-query": "^11.0.0-rc.599",
"@trpc/server": "^11.0.0-rc.599",
"@trpc/client": "^11.0.0-rc.666",
"@trpc/react-query": "^11.0.0-rc.666",
"@trpc/server": "^11.0.0-rc.666",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"lucide-react": "^0.454.0",
"next": "15.0.1",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"superjson": "^2.2.2",
"tailwind-merge": "^2.5.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint": "9.6.1",
"@types/node": "22.8.2",
"@types/node": "22.10.2",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.1",
"@typescript-eslint/parser": "^8.12.1",
"babel-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint": "9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^19.0.0-beta-6fc168f-20241025",
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand All @@ -71,6 +71,6 @@
]
},
"engines": {
"node": ">=20.18.0"
"node": ">=20.18.1"
}
}

0 comments on commit 21998e9

Please sign in to comment.