Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Updating engines to current/recent
yarn tops at 1.22.22 and moves to https://github.com/yarnpkg/berry after that, will look at that change when the time comes to tackle reducing depnds
  • Loading branch information
TheComputerGenie committed Apr 22, 2024
1 parent 9a4a0a0 commit 0734a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@
"yup": "^0.32.11"
},
"engines": {
"node": ">=15.x",
"npm": ">=6.x",
"yarn": ">=1.21.3"
"node": ">=22.x",
"npm": ">=10.x",
"yarn": ">=1.22.22"
},
"browserslist": [],
"husky": {
Expand Down

0 comments on commit 0734a9b

Please sign in to comment.