Skip to content

Commit f7ddfea

Browse files
dependabot[bot]brian14708
authored andcommitted
chore(deps): bump the minor-and-patch group
Bumps the minor-and-patch group in /tools/trace-ui with 6 updates: | Package | From | To | | --- | --- | --- | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.548.0` | `0.552.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.0` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.0` | | [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.46.3` | Updates `lucide-react` from 0.548.0 to 0.552.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.552.0/packages/lucide-react) Updates `@eslint/js` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.0/packages/js) Updates `@types/node` from 24.9.1 to 24.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.38.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.0) Updates `globals` from 16.4.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) Updates `typescript-eslint` from 8.46.2 to 8.46.3 - [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.46.3/packages/typescript-eslint) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.552.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@eslint/js" dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.46.3 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 347c5a6 commit f7ddfea

2 files changed

Lines changed: 142 additions & 142 deletions

File tree

tools/trace-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"@radix-ui/react-slot": "^1.2.3",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"lucide-react": "^0.548.0",
20+
"lucide-react": "^0.552.0",
2121
"react": "^19.2.0",
2222
"react-dom": "^19.2.0",
2323
"tailwind-merge": "^3.3.1"
2424
},
2525
"devDependencies": {
26-
"@eslint/js": "^9.38.0",
26+
"@eslint/js": "^9.39.0",
2727
"@tailwindcss/vite": "^4.1.16",
2828
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
29-
"@types/node": "^24.9.1",
29+
"@types/node": "^24.10.0",
3030
"@types/react": "^19.2.2",
3131
"@types/react-dom": "^19.2.2",
3232
"@vitejs/plugin-react": "^5.1.0",
3333
"babel-plugin-react-compiler": "19.1.0-rc.3",
34-
"eslint": "^9.38.0",
34+
"eslint": "^9.39.0",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-react-hooks": "^7.0.1",
3737
"eslint-plugin-react-refresh": "^0.4.24",
38-
"globals": "^16.4.0",
38+
"globals": "^16.5.0",
3939
"prettier": "^3.6.2",
4040
"prettier-plugin-tailwindcss": "^0.7.1",
4141
"tailwindcss": "^4.1.16",
4242
"tw-animate-css": "^1.4.0",
4343
"typescript": "~5.9.3",
44-
"typescript-eslint": "^8.46.2",
44+
"typescript-eslint": "^8.46.3",
4545
"vite": "^7.1.12"
4646
}
4747
}

0 commit comments

Comments
 (0)