Skip to content

Commit

Permalink
chore(deps-dev): bump the dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates

Bumps the dependencies group with 3 updates in the / directory: [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@tanstack/eslint-plugin-query` from 5.60.1 to 5.62.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.62.1/packages/eslint-plugin-query)

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent db629d0 commit fba81c0
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 40 deletions.
102 changes: 65 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@babel/preset-env": "7.26.0",
"@tanstack/eslint-plugin-query": "5.60.1",
"@tanstack/eslint-plugin-query": "5.62.1",
"@types/jest": "29.5.14",
"@types/node": "20.14.10",
"@types/node-fetch": "2.6.12",
Expand All @@ -64,10 +64,10 @@
"jest": "29.7.0",
"lint-staged": "15.2.10",
"nock": "14.0.0-beta.16",
"prettier": "3.3.3",
"prettier": "3.4.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"typescript-eslint": "7.16.1"
},
"engines": {
Expand Down

0 comments on commit fba81c0

Please sign in to comment.