Skip to content

Commit

Permalink
chore(deps): bump the toolchain group with 2 updates (#143)
Browse files Browse the repository at this point in the history
Bumps the toolchain group with 2 updates: [dprint](https://github.com/dprint/dprint) and [eslint](https://github.com/eslint/eslint).


Updates `dprint` from 0.42.5 to 0.44.0
- [Release notes](https://github.com/dprint/dprint/releases)
- [Commits](dprint/dprint@0.42.5...0.44.0)

Updates `eslint` from 8.53.0 to 8.56.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.56.0)

---
updated-dependencies:
- dependency-name: dprint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: toolchain
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: toolchain
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 6d5dc50 commit bcba1b7
Show file tree
Hide file tree
Showing 11 changed files with 113 additions and 120 deletions.
2 changes: 1 addition & 1 deletion components/password-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jsdom": "^22.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion components/slider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jsdom": "^22.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jsdom": "^22.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion components/topbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jsdom": "^22.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/node": "^20.9.0",
"@types/react": "^17.0.67",
"@types/react-dom": "^17.0.21",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"typescript": "^4.5.5"
},
"packageManager": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/react": "^18.2.24",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"react": "^18.2.0",
"typescript": "^4.5.5"
},
Expand Down
2 changes: 1 addition & 1 deletion icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@svgr/core": "^5.5.0",
"@types/node": "^20.9.0",
"@types/react": "^18.2.24",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"icon-font-generator": "^2.1.10",
"react": "^18.2.0",
"replace": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.62.0",
"depcheck": "1.4.7",
"dprint": "0.42.5",
"eslint": "^8.53.0",
"dprint": "0.44.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-react": "^7.33.2",
Expand Down
Loading

0 comments on commit bcba1b7

Please sign in to comment.