Skip to content

Commit

Permalink
build(deps-dev): bump the ui-dev-deps group in /ui with 5 updates
Browse files Browse the repository at this point in the history
Bumps the ui-dev-deps group in /ui with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint-react/eslint-plugin](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin) | `1.19.0` | `1.22.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.1` | `19.0.2` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.5.0` | `4.6.1` |
| [typia](https://github.com/samchon/typia) | `7.4.0` | `7.5.1` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.3` | `6.0.5` |


Updates `@eslint-react/eslint-plugin` from 1.19.0 to 1.22.0
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v1.22.0/packages/plugins/eslint-plugin)

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

Updates `eslint-plugin-import-x` from 4.5.0 to 4.6.1
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.5.0...v4.6.1)

Updates `typia` from 7.4.0 to 7.5.1
- [Release notes](https://github.com/samchon/typia/releases)
- [Commits](samchon/typia@v7.4.0...v7.5.1)

Updates `vite` from 6.0.3 to 6.0.5
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@eslint-react/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: eslint-plugin-import-x
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: typia
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-dev-deps
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent d4d51ca commit 5b09f58
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 430 deletions.
10 changes: 5 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@codecov/vite-plugin": "1.6.0",
"@eslint-react/eslint-plugin": "^1.19.0",
"@eslint-react/eslint-plugin": "^1.22.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
Expand All @@ -44,20 +44,20 @@
"@types/d3-scale": "^4.0.8",
"@types/golang-wasm-exec": "^1.15.2",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.8",
"eslint": "^9.17.0",
"eslint-plugin-import-x": "^4.5.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"jsdom": "^25.0.1",
"sass": "^1.83.0",
"terser": "^5.37.0",
"typescript": "^5.7.2",
"typia": "^7.4.0",
"vite": "^6.0.3",
"typia": "^7.5.1",
"vite": "^6.0.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.1.0",
"vitest": "^2.1.8"
Expand Down
Loading

0 comments on commit 5b09f58

Please sign in to comment.