Updating dotenv and ts-node in create-payload-app? #1726
DavidOliver
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To get Payload updates in my
create-payload-app
-installed project I've been using npm-check, and as well as marking Payload itself for updating I've been marking minor and patch version changes of other packages. (And then removingpackage-lock.json
and thenode_modules
folder, and installing again withnpm
to allow for the latest possible versions of dependencies to be used.)Two packages that have major updates are
dotenv
andts-node
.dotenv
's "major" changes seem to me to be modest based on a look through the changelog, and I thinkts-node
is only used in development and is already updated in Payload itself, so I'll probably go ahead and update them in my project and see what happens. (I'm in the process of setting up the project and haven't yet got to deploying.)Could/should these package versions be updated in
create-payload-app
's javascript and typescriptpackage.template.json
files? If so, let me know if you want me to submit a PR.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions