parse-dashboard 4.2.0-beta.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Build Status](https://github.com/parse-community/parse-dashboard/workflows/ci/badge.svg?branch=alpha)](https://github.com/parse-community/parse-dashboard/actions?query=workflow%3Aci+branch%3Aalpha)
6
6
  [![Snyk Badge](https://snyk.io/test/github/parse-community/parse-dashboard/badge.svg)](https://snyk.io/test/github/parse-community/parse-dashboard)
7
7
 
8
- [![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
8
+ [![Node Version](https://img.shields.io/badge/nodejs-12,_14,_16,_18-green.svg?logo=node.js&style=flat)](https://nodejs.org/)
9
9
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
10
10
 
11
11
  [![npm latest version](https://img.shields.io/npm/v/parse-dashboard/latest.svg)](https://www.npmjs.com/package/parse-dashboard)
@@ -102,10 +102,10 @@ Parse Dashboard is continuously tested with the most recent releases of Node.js
102
102
 
103
103
  | Version | Latest Version | End-of-Life | Compatible |
104
104
  |------------|----------------|-------------|--------------|
105
- | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
106
- | Node.js 14 | 14.19.2 | April 2023 | ✅ Yes |
107
- | Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108
- | Node.js 17 | 17.x | June 2022 | Not tested |
105
+ | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
106
+ | Node.js 14 | 14.20.0 | April 2023 | ✅ Yes |
107
+ | Node.js 16 | 16.17.0 | April 2024 | ✅ Yes |
108
+ | Node.js 18 | 18.9.0 | May 2025 | Yes |
109
109
 
110
110
  ## Configuring Parse Dashboard
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "4.2.0-beta.1",
3
+ "version": "4.2.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"
@@ -103,7 +103,7 @@
103
103
  "jest": "24.8.0",
104
104
  "madge": "5.0.1",
105
105
  "marked": "4.0.10",
106
- "node-sass": "7.0.0",
106
+ "node-sass": "7.0.3",
107
107
  "null-loader": "4.0.1",
108
108
  "path-to-regexp": "3.2.0",
109
109
  "puppeteer": "3.0.0",