Skip to content

Commit b15b04d

Browse files
[npm](deps): Bump the dependencies group in /react with 6 updates
Bumps the dependencies group in /react with 6 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.546.0` | `0.548.0` | | [supertokens-auth-react](https://github.com/supertokens/supertokens-auth-react) | `0.50.0` | `0.51.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.14` | `4.1.16` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.8.1` | `24.9.1` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `5.0.4` | `5.1.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.14` | `4.1.16` | Updates `lucide-react` from 0.546.0 to 0.548.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.548.0/packages/lucide-react) Updates `supertokens-auth-react` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/supertokens/supertokens-auth-react/releases) - [Changelog](https://github.com/supertokens/supertokens-auth-react/blob/master/CHANGELOG.md) - [Commits](supertokens/supertokens-auth-react@v0.50.0...v0.51.0) Updates `@tailwindcss/vite` from 4.1.14 to 4.1.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/@tailwindcss-vite) Updates `@types/node` from 24.8.1 to 24.9.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vitejs/plugin-react` from 5.0.4 to 5.1.0 - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/[email protected]/packages/plugin-react) Updates `tailwindcss` from 4.1.14 to 4.1.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.548.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: supertokens-auth-react dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@tailwindcss/vite" dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tailwindcss dependency-version: 4.1.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc38892 commit b15b04d

File tree

2 files changed

+200
-358
lines changed

2 files changed

+200
-358
lines changed

react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"@radix-ui/react-slot": "^1.2.1",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"lucide-react": "^0.546.0",
20+
"lucide-react": "^0.548.0",
2121
"react": "^19.1.1",
2222
"react-dom": "^19.1.1",
2323
"react-router": "^7.9.4",
24-
"supertokens-auth-react": "^0.50.0",
24+
"supertokens-auth-react": "^0.51.0",
2525
"tailwind-merge": "^3.3.1"
2626
},
2727
"devDependencies": {
2828
"@biomejs/biome": "2.3.1",
29-
"@tailwindcss/vite": "^4.1.13",
30-
"@types/node": "^24.8.1",
29+
"@tailwindcss/vite": "^4.1.16",
30+
"@types/node": "^24.9.1",
3131
"@types/react": "^19.2.2",
3232
"@types/react-dom": "^19.2.2",
33-
"@vitejs/plugin-react": "^5.0.4",
34-
"tailwindcss": "^4.1.13",
33+
"@vitejs/plugin-react": "^5.1.0",
34+
"tailwindcss": "^4.1.16",
3535
"tw-animate-css": "^1.3.8",
3636
"typescript": "^5.9.2",
3737
"vite": "npm:rolldown-vite@latest"

0 commit comments

Comments
 (0)