Skip to content

Commit

Permalink
Lock package manager version (elastic#175495)
Browse files Browse the repository at this point in the history
## Summary

I believe the intention was to restrict the `yarn` version to `1.22.19`,
but the current `package.json` setup does not enforce it. This config
change should do it.


### Checklist

None.

### Risk Matrix

None.

### For maintainers

- [ ] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: Jon <jon@budzenski.me>
Co-authored-by: Jon <jon@elastic.co>
  • Loading branch information
3 people authored and CoenWarmer committed Feb 15, 2024
1 parent 49de147 commit 74a4dcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
"engines": {
"node": "20.10.0",
"yarn": "^1.22.19"
"yarn": "^1.22.21"
},
"resolutions": {
"**/@hello-pangea/dnd": "16.2.0",
Expand Down Expand Up @@ -1684,5 +1684,6 @@
"xmlbuilder": "13.0.2",
"yargs": "^15.4.1",
"yarn-deduplicate": "^6.0.2"
}
},
"packageManager": "yarn@1.22.21"
}

0 comments on commit 74a4dcb

Please sign in to comment.