Skip to content

Commit 01529db

Browse files
chore(deps): bump the patch-updates group across 1 directory with 6 updates
Bumps the patch-updates group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.4.11` | `1.4.15` | | [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.0` | `12.6.2` | | [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.71.0` | `7.71.1` | | [react-resizable-panels](https://github.com/bvaughn/react-resizable-panels) | `4.4.0` | `4.4.1` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.1` | `16.3.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.0` | `8.53.1` | Updates `better-auth` from 1.4.11 to 1.4.15 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Commits](https://github.com/better-auth/better-auth/commits/v1.4.15/packages/better-auth) Updates `better-sqlite3` from 12.6.0 to 12.6.2 - [Release notes](https://github.com/WiseLibs/better-sqlite3/releases) - [Commits](WiseLibs/better-sqlite3@v12.6.0...v12.6.2) Updates `react-hook-form` from 7.71.0 to 7.71.1 - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](react-hook-form/react-hook-form@v7.71.0...v7.71.1) Updates `react-resizable-panels` from 4.4.0 to 4.4.1 - [Release notes](https://github.com/bvaughn/react-resizable-panels/releases) - [Changelog](https://github.com/bvaughn/react-resizable-panels/blob/main/CHANGELOG.md) - [Commits](bvaughn/react-resizable-panels@4.4.0...4.4.1) Updates `@testing-library/react` from 16.3.1 to 16.3.2 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.1...v16.3.2) Updates `typescript-eslint` from 8.53.0 to 8.53.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.4.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: better-sqlite3 dependency-version: 12.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: react-hook-form dependency-version: 7.71.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: react-resizable-panels dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@testing-library/react" dependency-version: 16.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: typescript-eslint dependency-version: 8.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b92555 commit 01529db

4 files changed

Lines changed: 148 additions & 144 deletions

File tree

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@objectql/types": "^3.0.1",
1818
"ag-grid-community": "^35.0.0",
1919
"ag-grid-react": "^35.0.0",
20-
"better-auth": "^1.4.10",
20+
"better-auth": "^1.4.17",
2121
"clsx": "^2.1.0",
2222
"lucide-react": "^0.344.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",
25-
"react-hook-form": "^7.54.2",
25+
"react-hook-form": "^7.71.1",
2626
"react-router-dom": "^7.12.0",
2727
"tailwind-merge": "^2.2.1"
2828
},
@@ -40,7 +40,7 @@
4040
"tailwindcss": "^4.1.18",
4141
"tailwindcss-animate": "^1.0.7",
4242
"typescript": "~5.6.2",
43-
"typescript-eslint": "^8.18.2",
43+
"typescript-eslint": "^8.53.1",
4444
"vite": "^6.0.5"
4545
}
4646
}

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@objectql/driver-sql": "^3.0.1",
2727
"@objectql/driver-mongo": "^3.0.1",
2828
"@objectql/server": "^3.0.1",
29-
"better-auth": "^1.4.10",
30-
"better-sqlite3": "^12.6.0",
29+
"better-auth": "^1.4.17",
30+
"better-sqlite3": "^12.6.2",
3131
"mongodb": "^7.0.0",
3232
"pg": "^8.11.3",
3333
"reflect-metadata": "^0.1.13",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@tailwindcss/postcss": "^4.1.18",
2828
"@testing-library/jest-dom": "^6.9.1",
29-
"@testing-library/react": "^16.3.1",
29+
"@testing-library/react": "^16.3.2",
3030
"@types/react": "^19.0.11",
3131
"@types/react-dom": "^19.0.5",
3232
"jsdom": "^27.4.0",
@@ -84,8 +84,8 @@
8484
"lucide-react": "^0.562.0",
8585
"next-themes": "^0.4.6",
8686
"react-day-picker": "^9.13.0",
87-
"react-hook-form": "^7.70.0",
88-
"react-resizable-panels": "^4.3.3",
87+
"react-hook-form": "^7.71.1",
88+
"react-resizable-panels": "^4.4.1",
8989
"recharts": "^2.15.4",
9090
"sonner": "^2.0.7",
9191
"tailwind-merge": "^3.4.0",

0 commit comments

Comments
 (0)