Skip to content

Commit 0c2ad57

Browse files
authored
Merge branch 'alpha' into beforeFind-fix
2 parents c6463c3 + 207d241 commit 0c2ad57

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
1010

1111
[![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org)
12-
[![MongoDB Version](https://img.shields.io/badge/mongodb-4.2,_4.4,_5,_6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
12+
[![MongoDB Version](https://img.shields.io/badge/mongodb-6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
1313
[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
1414

1515
[![npm latest version](https://img.shields.io/npm/v/parse-server/latest.svg)](https://www.npmjs.com/package/parse-server)

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"@apollo/server": "4.12.0",
23+
"@apollo/server": "4.12.1",
2424
"@babel/eslint-parser": "7.27.1",
2525
"@graphql-tools/merge": "9.0.24",
2626
"@graphql-tools/schema": "10.0.23",
@@ -70,7 +70,7 @@
7070
"@actions/core": "1.11.1",
7171
"@apollo/client": "3.13.8",
7272
"@babel/cli": "7.27.0",
73-
"@babel/core": "7.27.3",
73+
"@babel/core": "7.27.4",
7474
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
7575
"@babel/plugin-transform-flow-strip-types": "7.26.5",
7676
"@babel/preset-env": "7.27.2",

0 commit comments

Comments
 (0)