Skip to content

Commit abb5d7e

Browse files
build(deps): bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@auth/core](https://github.com/nextauthjs/next-auth) | `0.37.4` | `0.41.1` | | [drizzle-orm](https://github.com/drizzle-team/drizzle-orm) | `0.36.4` | `0.44.7` | | [drizzle-seed](https://github.com/drizzle-team/drizzle-orm) | `0.1.3` | `0.3.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.454.0` | `0.555.0` | | [sharp](https://github.com/lovell/sharp) | `0.33.5` | `0.34.5` | | [drizzle-kit](https://github.com/drizzle-team/drizzle-orm) | `0.28.1` | `0.31.7` | | [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.7.2` | Updates `@auth/core` from 0.37.4 to 0.41.1 - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@auth/[email protected]...@auth/[email protected]) Updates `drizzle-orm` from 0.36.4 to 0.44.7 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](drizzle-team/drizzle-orm@0.36.4...0.44.7) Updates `drizzle-seed` from 0.1.3 to 0.3.1 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/commits) Updates `lucide-react` from 0.454.0 to 0.555.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.555.0/packages/lucide-react) Updates `sharp` from 0.33.5 to 0.34.5 - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.33.5...v0.34.5) Updates `drizzle-kit` from 0.28.1 to 0.31.7 - [Release notes](https://github.com/drizzle-team/drizzle-orm/releases) - [Commits](https://github.com/drizzle-team/drizzle-orm/compare/[email protected]) Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.7.2 - [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.7.2) --- updated-dependencies: - dependency-name: "@auth/core" dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-orm dependency-version: 0.44.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-seed dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: lucide-react dependency-version: 0.555.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sharp dependency-version: 0.34.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: drizzle-kit dependency-version: 0.31.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prettier-plugin-tailwindcss dependency-version: 0.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89a94d3 commit abb5d7e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepare": "husky install"
3030
},
3131
"dependencies": {
32-
"@auth/core": "^0.37.2",
32+
"@auth/core": "^0.41.1",
3333
"@opennextjs/cloudflare": "^1.14.0",
3434
"@radix-ui/react-avatar": "^1.1.1",
3535
"@radix-ui/react-dialog": "^1.1.2",
@@ -49,13 +49,13 @@
4949
"class-variance-authority": "^0.7.1",
5050
"clsx": "^2.1.1",
5151
"dotenv": "^17.2.1",
52-
"drizzle-orm": "^0.36.4",
53-
"drizzle-seed": "^0.1.2",
54-
"lucide-react": "^0.454.0",
52+
"drizzle-orm": "^0.44.7",
53+
"drizzle-seed": "^0.3.1",
54+
"lucide-react": "^0.555.0",
5555
"next": "^15.0.3",
5656
"react": "^19.0.0-rc.1",
5757
"react-dom": "^19.0.0-rc.1",
58-
"sharp": "^0.33.5",
58+
"sharp": "^0.34.5",
5959
"superjson": "^2.2.1",
6060
"tailwind-merge": "^2.5.4",
6161
"tailwindcss-animate": "^1.0.7",
@@ -77,7 +77,7 @@
7777
"@typescript-eslint/eslint-plugin": "^8.14.0",
7878
"@typescript-eslint/parser": "^8.14.0",
7979
"@usebruno/cli": "^1.34.3",
80-
"drizzle-kit": "^0.28.1",
80+
"drizzle-kit": "^0.31.7",
8181
"eslint": "^9.14.0",
8282
"eslint-config-next": "^15.0.3",
8383
"eslint-config-prettier": "^9.1.0",
@@ -86,7 +86,7 @@
8686
"lint-staged": "^15.2.10",
8787
"postcss": "^8.4.47",
8888
"prettier": "^3.3.3",
89-
"prettier-plugin-tailwindcss": "^0.6.8",
89+
"prettier-plugin-tailwindcss": "^0.7.2",
9090
"tailwindcss": "^3.4.14",
9191
"typescript": "^5.6.3",
9292
"wrangler": "^3.86.1"

0 commit comments

Comments
 (0)