Skip to content

Commit

Permalink
build(deps-dev): bump the ui-dev-deps group in /ui with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ui-dev-deps group in /ui with 3 updates: [@antfu/eslint-config](https://github.com/antfu/eslint-config), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint).


Updates `@antfu/eslint-config` from 2.25.0 to 2.25.1
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v2.25.0...v2.25.1)

Updates `@types/node` from 22.1.0 to 22.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint` from 9.8.0 to 9.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.8.0...v9.9.0)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent c3b9650 commit 6e51cdf
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 287 deletions.
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-use": "^17.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.0",
"@antfu/eslint-config": "^2.25.1",
"@codecov/vite-plugin": "0.0.1-beta.10",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@million/lint": "1.0.0-rc.84",
Expand All @@ -41,13 +41,13 @@
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.8",
"@types/golang-wasm-exec": "^1.15.2",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/web-worker": "^2.0.5",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-import-x": "^3.1.0",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
Expand Down
Loading

0 comments on commit 6e51cdf

Please sign in to comment.