Skip to content

Commit

Permalink
chore: dependencies and typos (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jul 10, 2024
1 parent 29220cc commit 07464de
Show file tree
Hide file tree
Showing 4 changed files with 298 additions and 65 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ body:
required: true
- type: textarea
attributes:
label: Reproduceable Code
label: Reproducible Code
description: >
Share a small reproduceable code snippet here (or the entire file if necessary).
Share a small reproducible code snippet here (or the entire file if necessary).
Most importantly, share how you use QuickCrypto and polyfills (if any).
This will be automatically formatted into code, so no need for backticks.
render: tsx
Expand Down Expand Up @@ -74,7 +74,7 @@ body:
attributes:
label: Can you reproduce this issue in the QuickCrypto Example app?
description: >
Try to build the example app (`example/`) and see if the issue is reproduceable here.
Try to build the example app (`example/`) and see if the issue is reproducible here.
**Note:** If you don't try this in the example app, we most likely won't help you with your issue.
options:
- I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUILD_ERROR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ body:
attributes:
label: Can you build the QuickCrypto Example app?
description: >
Try to build the example app (`example/`) and see if the issue is reproduceable here.
Try to build the example app (`example/`) and see if the issue is reproducible here.
**Note:** If you don't try to build the example app, I most likely won't help you with your issue.
options:
- I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"events": "^3.3.0",
"react": "^18.2.0",
"react-native": "^0.72.7",
"readable-stream": "^4.5.2",
"string_decoder": "^1.3.0",
"util": "^0.12.5"
},
"devDependencies": {
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
"@react-native/babel-preset": "^0.75.0-main",
Expand All @@ -74,8 +83,6 @@
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-native": "^0.72.7",
"react-native-builder-bob": "^0.25.0",
"release-it": "^17.2.0",
"sscrypto": "^1.1.1",
Expand Down Expand Up @@ -166,12 +173,5 @@
}
]
]
},
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"events": "^3.3.0",
"readable-stream": "^4.5.2",
"string_decoder": "^1.3.0",
"util": "^0.12.5"
}
}
Loading

0 comments on commit 07464de

Please sign in to comment.