Skip to content

Commit f28b075

Browse files
authored
feat: Upgrade to parse 8.0.3 (#493)
1 parent 6ce503c commit f28b075

File tree

3 files changed

+49
-43
lines changed

3 files changed

+49
-43
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1-
### New Pull Request Checklist
2-
<!--
3-
Check every following box [x] before submitting your PR.
4-
Click the "Preview" tab for better readability.
5-
Thanks for contributing to Parse Platform!
6-
-->
1+
## Pull Request
72

8-
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server-push-adapter/security/policy).
9-
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server-push-adapter/issues?q=is%3Aissue).
3+
- Report security issues [confidentially](https://github.com/parse-community/parse-server-push-adapter/security/policy).
4+
- Any contribution is under this [license](https://github.com/parse-community/parse-server-push-adapter/blob/master/LICENSE).
105

11-
### Issue Description
12-
<!-- Add a brief description of the issue this PR solves. -->
6+
## Issue
7+
<!-- Describe the issue. -->
138

14-
Related issue: #`FILL_THIS_OUT`
9+
## Approach
10+
<!-- Describe the changes in this PR. -->
1511

16-
### Approach
17-
<!-- Add a description of the approach in this PR. -->
18-
19-
### TODOs before merging
20-
<!--
21-
Add TODOs that need to be completed before merging this PR.
22-
Delete TODOs that do not apply to this PR.
23-
-->
12+
## Tasks
13+
<!-- Check completed tasks and delete tasks that don't apply. -->
2414

2515
- [ ] Add tests
26-
- [ ] Add entry to changelog
27-
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
16+
- [ ] Add changes to documentation (guides, repository pages, code comments)

package-lock.json

Lines changed: 38 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"expo-server-sdk": "4.0.0",
2929
"firebase-admin": "13.6.0",
3030
"npmlog": "7.0.1",
31-
"parse": "8.0.1",
31+
"parse": "8.0.3",
3232
"web-push": "3.6.7"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)