Skip to content

Commit d41c261

Browse files
chore(deps): bump the npm-dependencies group across 1 directory with 6 updates
Bumps the npm-dependencies group with 6 updates in the /apps/web directory: | Package | From | To | | --- | --- | --- | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.12` | `4.2.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.460.0` | `0.577.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.1.1` | `19.2.4` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.1.10` | `19.2.14` | | [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.11.1` | `9.14.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.12` | `4.2.1` | Updates `@tailwindcss/vite` from 4.1.12 to 4.2.1 - [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.2.1/packages/@tailwindcss-vite) Updates `lucide-react` from 0.460.0 to 0.577.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.577.0/packages/lucide-react) Updates `react` from 19.1.1 to 19.2.4 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react) Updates `@types/react` from 19.1.10 to 19.2.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-day-picker` from 9.11.1 to 9.14.0 - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Changelog](https://github.com/gpbl/react-day-picker/blob/main/CHANGELOG.md) - [Commits](gpbl/react-day-picker@v9.11.1...v9.14.0) Updates `tailwindcss` from 4.1.12 to 4.2.1 - [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.2.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: lucide-react dependency-version: 0.577.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: react dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@types/react" dependency-version: 19.2.14 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: react-day-picker dependency-version: 9.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 454963f commit d41c261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@
3232
"@radix-ui/react-slot": "^1.2.4",
3333
"@radix-ui/react-switch": "^1.2.6",
3434
"@radix-ui/react-tabs": "^1.1.13",
35-
"@tailwindcss/vite": "^4.1.18",
35+
"@tailwindcss/vite": "^4.2.1",
3636
"class-variance-authority": "^0.7.1",
3737
"clsx": "^2.1.1",
3838
"date-fns": "^4.1.0",
39-
"lucide-react": "^0.563.0",
39+
"lucide-react": "^0.577.0",
4040
"next-themes": "^0.4.6",
4141
"react": "^19.2.4",
42-
"react-day-picker": "^9.13.1",
42+
"react-day-picker": "^9.14.0",
4343
"react-dom": "^19.2.4",
4444
"react-router-dom": "^7.13.0",
4545
"recharts": "^3.7.0",
4646
"tailwind-merge": "^3.4.1",
47-
"tailwindcss": "^4.1.18"
47+
"tailwindcss": "^4.2.1"
4848
},
4949
"devDependencies": {
5050
"@biomejs/biome": "catalog:",
5151
"@testing-library/dom": "^10.4.1",
5252
"@testing-library/jest-dom": "^6.9.1",
5353
"@testing-library/react": "^16.3.2",
5454
"@testing-library/user-event": "^14.6.1",
55-
"@types/react": "^19.2.13",
55+
"@types/react": "^19.2.14",
5656
"@types/react-dom": "^19.2.3",
5757
"@vitejs/plugin-react": "^5.1.3",
5858
"@vitest/coverage-v8": "catalog:",

0 commit comments

Comments
 (0)