Skip to content

Commit 5b2cebb

Browse files
chore(deps): bump the minor-and-patch group
Bumps the minor-and-patch group in /tools/trace-ui with 7 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.564.0` | `0.575.0` | | [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.4.1` | `3.5.0` | | [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.18` | `4.2.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.3` | `25.3.0` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.5.0` | `0.5.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.56.0` | `8.56.1` | Updates `lucide-react` from 0.564.0 to 0.575.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.575.0/packages/lucide-react) Updates `tailwind-merge` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/dcastil/tailwind-merge/releases) - [Commits](dcastil/tailwind-merge@v3.4.1...v3.5.0) Updates `@tailwindcss/vite` from 4.1.18 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 `@types/node` from 25.2.3 to 25.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-react-refresh` from 0.5.0 to 0.5.2 - [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases) - [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md) - [Commits](ArnaudBarre/eslint-plugin-react-refresh@v0.5.0...v0.5.2) Updates `tailwindcss` from 4.1.18 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) Updates `typescript-eslint` from 8.56.0 to 8.56.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.56.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.575.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tailwind-merge dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-react-refresh dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5a4e0c commit 5b2cebb

File tree

2 files changed

+265
-243
lines changed

2 files changed

+265
-243
lines changed

tools/trace-ui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"@radix-ui/react-slot": "^1.2.4",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"lucide-react": "^0.564.0",
20+
"lucide-react": "^0.575.0",
2121
"react": "^19.2.4",
2222
"react-dom": "^19.2.4",
23-
"tailwind-merge": "^3.4.1"
23+
"tailwind-merge": "^3.5.0"
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.39.3",
27-
"@tailwindcss/vite": "^4.1.18",
27+
"@tailwindcss/vite": "^4.2.1",
2828
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
29-
"@types/node": "^25.2.3",
29+
"@types/node": "^25.3.0",
3030
"@types/react": "^19.2.14",
3131
"@types/react-dom": "^19.2.3",
3232
"@vitejs/plugin-react": "^5.1.4",
3333
"babel-plugin-react-compiler": "19.1.0-rc.3",
3434
"eslint": "^9.39.2",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-react-hooks": "^7.0.1",
37-
"eslint-plugin-react-refresh": "^0.5.0",
37+
"eslint-plugin-react-refresh": "^0.5.2",
3838
"globals": "^17.3.0",
3939
"prettier": "^3.8.1",
4040
"prettier-plugin-tailwindcss": "^0.7.2",
41-
"tailwindcss": "^4.1.18",
41+
"tailwindcss": "^4.2.1",
4242
"tw-animate-css": "^1.4.0",
4343
"typescript": "~5.9.3",
44-
"typescript-eslint": "^8.56.0",
44+
"typescript-eslint": "^8.56.1",
4545
"vite": "^7.3.1"
4646
}
4747
}

0 commit comments

Comments
 (0)