Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-npm group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-npm group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) and [prettier](https://github.com/prettier/prettier).


Updates `typescript` from 5.7.3 to 5.8.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.7.3...v5.8.2)

Updates `@hey-api/openapi-ts` from 0.64.7 to 0.64.8
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jordanshatford committed Mar 3, 2025
1 parent 7febc6f commit 7393ba9
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 92 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"svelte-check": "^4.1.4",
"tailwindcss": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vite": "^6.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@hey-api/client-fetch": "^0.8.2"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.64.7",
"@hey-api/openapi-ts": "^0.64.8",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.5.2",
"typescript": "^5.7.3"
"prettier": "^3.5.3",
"typescript": "^5.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-svelte": "^3.0.2",
"globals": "^16.0.0",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte-eslint-parser": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"svelte-check": "^4.1.4",
"tailwindcss": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript": "^5.8.2",
"vite": "^6.2.0"
}
}
Loading

0 comments on commit 7393ba9

Please sign in to comment.