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 Jan 11, 2025
1 parent 7db1290 commit f8c77ab
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
Binary file modified bun.lockb
Binary file not shown.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,40 +18,40 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.11.1",
"babel-plugin-react-compiler": "^0.0.0-experimental-fa06e2c-20241014",
"babel-plugin-react-compiler": "^0.0.0-experimental-fe484b5-20240912",
"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-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"tailwind-merge": "^2.5.4",
"zod": "^3.23.8"
"lucide-react": "^0.471.0",
"next": "15.1.4",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.6.0",
"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.7.5",
"@types/node": "22.10.5",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"@types/react-dom": "npm:[email protected]",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"eslint": "9.18.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-compiler": "^0.0.0-experimental-fa06e2c-20241014",
"eslint-plugin-react-compiler": "^0.0.0-experimental-fcabbc1-20241106",
"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.13",
"typescript": "5.6.3"
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"postcss": "8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"lint-staged": {
"*.{ts,tsx,md,mdx}": [
Expand All @@ -67,10 +67,10 @@
]
},
"engines": {
"node": ">=22.12.0"
"node": ">=22.13.0"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]-rc.1"
"@types/react-dom": "npm:[email protected]"
}
}

0 comments on commit f8c77ab

Please sign in to comment.