Skip to content

Commit

Permalink
Remove google-protobuf override (#1264)
Browse files Browse the repository at this point in the history
It may be sufficient to have the updated version in the yarn.lock file
without hard-coding the dependency as a constraint in package.json file.

Fixes changes introduced in
#1262

<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
    for Pulumi's contribution guidelines.

    Help us merge your changes more quickly by adding more details such
    as labels, milestones, and reviewers.-->

### Proposed changes

<!--Give us a brief description of what you've done and what it solves.
-->

### Related issues (optional)

<!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes
#1234'.
Or link to full URLs to issues or pull requests in other GitHub
repositories. -->
  • Loading branch information
t0yv0 authored Jul 17, 2024
1 parent b83e6e4 commit 7c4d632
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nodejs/eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.6.2"
},
"overrides": {
"@pulumi/pulumi": {
"google-protobuf": "3.21.4"
}
},
"pulumi": {
"resource": true
},
Expand Down

0 comments on commit 7c4d632

Please sign in to comment.