Skip to content

Commit ae11722

Browse files
chore(deps-dev): bump the typescript group with 2 updates
Bumps the typescript group with 2 updates: [typescript](https://github.com/microsoft/TypeScript) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) Updates `typescript-eslint` from 8.57.1 to 8.57.2 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.2/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript-eslint dependency-version: 8.57.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66a5f54 commit ae11722

File tree

3 files changed

+104
-94
lines changed

3 files changed

+104
-94
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"prettier": "^3.3.3",
4747
"tsup": "^8.5.1",
4848
"turbo": "^2.8.20",
49-
"typescript": "^5.6.3",
50-
"typescript-eslint": "^8.57.1",
49+
"typescript": "^6.0.2",
50+
"typescript-eslint": "^8.57.2",
5151
"vitest": "^4.1.0"
5252
},
5353
"packageManager": "pnpm@9.15.0"

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"autoprefixer": "^10.4.21",
3232
"tailwindcss": "^4.2.2",
3333
"tailwindcss-animate": "^1.0.7",
34-
"typescript": "^5.9.2"
34+
"typescript": "^6.0.2"
3535
}
3636
}

0 commit comments

Comments
 (0)