Skip to content

Commit f86ed09

Browse files
chore: update typescript requirement in /packages/react-components
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.1.6...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acf38bd commit f86ed09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@types/node": "^18.17.1",
3232
"@types/react": "^17.0.62",
3333
"@types/react-dom": "^17.0.20",
34-
"typescript": "^5.1.6"
34+
"typescript": "^5.3.3"
3535
}
3636
}

0 commit comments

Comments
 (0)