Skip to content

Commit cd7a569

Browse files
chore(deps-dev): bump parcel from 2.16.0 to 2.16.1 (#358)
* chore(deps-dev): bump parcel from 2.16.0 to 2.16.1 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/parcel-bundler/parcel/releases) - [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md) - [Commits](parcel-bundler/parcel@v2.16.0...v2.16.1) --- updated-dependencies: - dependency-name: parcel dependency-version: 2.16.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * dependencies --------- 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 4ba6a79 commit cd7a569

File tree

2 files changed

+661
-638
lines changed

2 files changed

+661
-638
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pdl-react-autocomplete",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "A react component for the People Data Labs Autocomplete API",
55
"packageManager": "pnpm@10.20.0",
66
"source": "src/index.ts",
@@ -43,9 +43,9 @@
4343
"url": "https://github.com/peopledatalabs/pdl-react-autocomplete/issues"
4444
},
4545
"devDependencies": {
46-
"@parcel/packager-ts": "^2.16.0",
47-
"@parcel/transformer-react-refresh-wrap": "^2.16.0",
48-
"@parcel/transformer-typescript-types": "^2.16.0",
46+
"@parcel/packager-ts": "^2.16.1",
47+
"@parcel/transformer-react-refresh-wrap": "^2.16.1",
48+
"@parcel/transformer-typescript-types": "^2.16.1",
4949
"@types/react": "^18.3.12",
5050
"@types/react-dom": "^18.3.1",
5151
"@typescript-eslint/eslint-plugin": "^7.18.0",
@@ -61,7 +61,7 @@
6161
"eslint-plugin-typescript-sort-keys": "^3.3.0",
6262
"eslint-plugin-unused-imports": "^3.2.0",
6363
"npm-check-updates": "^19.1.2",
64-
"parcel": "^2.16.0",
64+
"parcel": "^2.16.1",
6565
"typescript": "^5.9.3"
6666
},
6767
"peerDependencies": {

0 commit comments

Comments
 (0)