-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dustjs v3.0.0 #148
Comments
1 task
also running into this issue, it would be good to upgrade the |
Same here, would love to see dustjs and dustjs-helpers to be maintained at least for peerDependencies and security fix ! |
@jimmyhchan Hello are you going to update this and dustjs ?? |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the
peerDependencies
section it is a requirement that the version of dustjs can't be above 2.8:dustjs-helpers/package.json
Line 42 in 4370ddc
Last year v3.0.0 was released (https://github.com/linkedin/dustjs/releases/tag/v3.0.0), it would be nice if
dustjs-helpers
could support that.Trying to install
dustjs
v3 anddustjs-helpers
will now result in:This is easily fixed by
npm install --force
ornpm install --legacy-peer-deps
, but it would be nice to avoid this.The text was updated successfully, but these errors were encountered: