Skip to content

Commit ac89a70

Browse files
authored
Merge branch 'alpha' into snyk-upgrade-3e0d5d3fa6b149c51f8981c8b3f5345f
2 parents 634eda4 + 3a3b474 commit ac89a70

File tree

3 files changed

+30
-20
lines changed

3 files changed

+30
-20
lines changed

changelogs/CHANGELOG_alpha.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.4.0-alpha.2](https://github.com/parse-community/Parse-SDK-JS/compare/3.4.0-alpha.1...3.4.0-alpha.2) (2021-10-29)
2+
3+
4+
### Bug Fixes
5+
6+
* upgrade @babel/runtime from 7.14.8 to 7.15.3 ([#1404](https://github.com/parse-community/Parse-SDK-JS/issues/1404)) ([8cb321c](https://github.com/parse-community/Parse-SDK-JS/commit/8cb321cbe81d51d4bbf94c2ac2638c14a0826bf4))
7+
18
# [3.4.0-alpha.1](https://github.com/parse-community/Parse-SDK-JS/compare/3.3.2-alpha.1...3.4.0-alpha.1) (2021-10-27)
29

310

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse",
3-
"version": "3.4.0-alpha.1",
3+
"version": "3.4.0-alpha.2",
44
"description": "The Parse JavaScript SDK",
55
"homepage": "https://parseplatform.org/",
66
"keywords": [
@@ -29,8 +29,8 @@
2929
"react-native": false
3030
},
3131
"dependencies": {
32-
"@babel/runtime": "7.14.8",
33-
"@babel/runtime-corejs3": "7.14.6",
32+
"@babel/runtime-corejs3": "7.14.7",
33+
"@babel/runtime": "7.15.4",
3434
"idb-keyval": "5.0.6",
3535
"react-native-crypto-js": "1.0.0",
3636
"uuid": "3.4.0",

0 commit comments

Comments
 (0)