-
Notifications
You must be signed in to change notification settings - Fork 21
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
Prince/ added country utility #84
Conversation
Deploying deriv-utils with Cloudflare Pages
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Filespackage-lock.jsonpackage.json
|
package.json
Outdated
@@ -68,5 +68,8 @@ | |||
"vite": "^5.1.2", | |||
"vite-plugin-dts": "^3.7.2", | |||
"vitest": "^1.2.2" | |||
}, | |||
"dependencies": { | |||
"js-cookie": "^3.0.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could u pls move this to dev dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And installing this
npm install --save-dev @types/js-cookie
Pull Request Test Coverage Report for Build 11588175892Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 11701203899Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the utils doc as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
🎉 This PR is included in version 0.0.38 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.