Skip to content

Commit 5339a9b

Browse files
chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#338)
* chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [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.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * version update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Varun Villait <vvillait88@yahoo.com>
1 parent 32f82a2 commit 5339a9b

File tree

2 files changed

+71
-71
lines changed

2 files changed

+71
-71
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "pdl-react-autocomplete",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "A react component for the People Data Labs Autocomplete API",
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"source": "src/index.ts",
77
"module": "dist/index.mjs",
88
"types": "dist/index.d.ts",
@@ -59,7 +59,7 @@
5959
"eslint-plugin-unused-imports": "^3.2.0",
6060
"npm-check-updates": "^18.0.2",
6161
"parcel": "^2.15.4",
62-
"typescript": "^5.8.3"
62+
"typescript": "^5.9.2"
6363
},
6464
"peerDependencies": {
6565
"react": ">= 16.8.0",

0 commit comments

Comments
 (0)