Skip to content

Commit cd3f49d

Browse files
dependabot[bot]brian14708
authored andcommitted
chore(deps-dev): bump the minor-and-patch group across 1 directory with 4 updates
Bumps the minor-and-patch group with 4 updates in the /tools/trace-ui directory: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@tailwindcss/vite` from 4.2.1 to 4.2.2 - [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.2/packages/@tailwindcss-vite) Updates `@types/node` from 25.4.0 to 25.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [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.2/packages/tailwindcss) Updates `typescript-eslint` from 8.57.0 to 8.57.2 - [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.57.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 25.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.57.2 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 8bcbe04 commit cd3f49d

File tree

2 files changed

+214
-214
lines changed

2 files changed

+214
-214
lines changed

tools/trace-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
},
2525
"devDependencies": {
2626
"@eslint/js": "^9.39.3",
27-
"@tailwindcss/vite": "^4.2.1",
27+
"@tailwindcss/vite": "^4.2.2",
2828
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
29-
"@types/node": "^25.4.0",
29+
"@types/node": "^25.5.0",
3030
"@types/react": "^19.2.14",
3131
"@types/react-dom": "^19.2.3",
3232
"@vitejs/plugin-react": "^5.1.4",
@@ -38,10 +38,10 @@
3838
"globals": "^17.4.0",
3939
"prettier": "^3.8.1",
4040
"prettier-plugin-tailwindcss": "^0.7.2",
41-
"tailwindcss": "^4.2.1",
41+
"tailwindcss": "^4.2.2",
4242
"tw-animate-css": "^1.4.0",
4343
"typescript": "~5.9.3",
44-
"typescript-eslint": "^8.57.0",
44+
"typescript-eslint": "^8.57.2",
4545
"vite": "^7.3.1"
4646
}
4747
}

0 commit comments

Comments
 (0)