Skip to content

Commit

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


Updates `@antfu/eslint-config` from 2.21.2 to 2.21.3
- [Release notes](https://github.com/antfu/eslint-config/releases)
- [Commits](antfu/eslint-config@v2.21.2...v2.21.3)

Updates `@testing-library/dom` from 10.3.0 to 10.3.1
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v10.3.0...v10.3.1)

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

Updates `typia` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/samchon/typia/releases)
- [Commits](samchon/typia@v6.4.0...v6.4.1)

---
updated-dependencies:
- dependency-name: "@antfu/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
- dependency-name: "@testing-library/dom"
  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-patch
  dependency-group: ui-dev-deps
- dependency-name: typia
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Zxilly committed Jul 8, 2024
1 parent c55d67c commit 92b8fce
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 96 deletions.
8 changes: 4 additions & 4 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"react-use": "^17.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@antfu/eslint-config": "^2.21.3",
"@codecov/vite-plugin": "0.0.1-beta.10",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@testing-library/dom": "^10.3.0",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/d3-array": "^3.2.1",
"@types/d3-color": "^3.1.3",
"@types/d3-hierarchy": "^3.1.7",
"@types/d3-scale": "^4.0.8",
"@types/golang-wasm-exec": "^1.15.2",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
Expand All @@ -52,7 +52,7 @@
"sass": "^1.77.6",
"terser": "^5.31.1",
"typescript": "^5.5.3",
"typia": "^6.4.0",
"typia": "^6.4.1",
"vite": "^5.3.3",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.0.2",
Expand Down
Loading

0 comments on commit 92b8fce

Please sign in to comment.