Skip to content

Commit 8ed15f6

Browse files
chore(deps): bump typescript from 5.9.2 to 5.9.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a55f6e4 commit 8ed15f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

e2e/browser/test-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/node": "^24.7.0",
2020
"@types/react": "^19.1.16",
2121
"@types/react-dom": "^19.2.1",
22-
"typescript": "^5.9.2"
22+
"typescript": "^5.9.3"
2323
}
2424
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lerna": "^9.0.0",
3434
"rimraf": "^6.0.1",
3535
"rollup": "^4.52.4",
36-
"typescript": "^5.9.2"
36+
"typescript": "^5.9.3"
3737
},
3838
"devDependencies": {
3939
"@inrupt/eslint-config-base": "file:./packages/eslint-config/",

0 commit comments

Comments
 (0)