Skip to content

Commit 6c3ebe0

Browse files
chore(frontend)(deps-dev): bump the typescript group
Bumps the typescript group in /src/main/frontend with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.19.17 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.7.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.7.3...v6.0.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92c6e00 commit 6c3ebe0

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/main/frontend/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"devDependencies": {
2828
"@axe-core/playwright": "^4.10.1",
2929
"@playwright/test": "^1.51.1",
30-
"@types/node": "^22.0.0",
30+
"@types/node": "^25.6.0",
3131
"@types/react": "^18.3.18",
3232
"@types/react-dom": "^18.3.5",
3333
"@vitejs/plugin-react": "^4.3.4",
34-
"typescript": "~5.7.3",
34+
"typescript": "~6.0.3",
3535
"vite": "^6.4.2"
3636
}
3737
}

0 commit comments

Comments
 (0)