Commit 3ea4e1b
authored
fix: add missing dep to package.json (#974)
## Description
There is a missing dep, namely "pngjs" that is utilized in
`TextToImageModule.ts` file but not enforced in package.json. This fix
adds it
### Introduces a breaking change?
- [ ] Yes
- [x] No
### Type of change
- [x] Bug fix (change which fixes an issue)
- [ ] New feature (change which adds functionality)
- [ ] Documentation update (improves or adds clarity to existing
documentation)
- [ ] Other (chores, tests, code style improvements etc.)
### Tested on
- [x] iOS
- [x] Android
### Testing instructions
Check that our files indeed depends on this package
(`TextToImageModule.ts`)
### Screenshots
<!-- Add screenshots here, if applicable -->
### Related issues
<!-- Link related issues here using #issue-number -->
### Checklist
- [x] I have performed a self-review of my code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have updated the documentation accordingly
- [x] My changes generate no new warnings
### Additional notes
<!-- Include any additional information, assumptions, or context that
reviewers might need to understand this PR. -->1 parent 32fc68b commit 3ea4e1b
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13889 | 13889 | | |
13890 | 13890 | | |
13891 | 13891 | | |
| 13892 | + | |
| 13893 | + | |
| 13894 | + | |
| 13895 | + | |
| 13896 | + | |
| 13897 | + | |
| 13898 | + | |
13892 | 13899 | | |
13893 | 13900 | | |
13894 | 13901 | | |
| |||
14372 | 14379 | | |
14373 | 14380 | | |
14374 | 14381 | | |
| 14382 | + | |
14375 | 14383 | | |
14376 | 14384 | | |
14377 | 14385 | | |
| |||
0 commit comments