parse-dashboard 4.2.0-alpha.6 → 4.2.0-alpha.9

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
@@ -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 |
105
+ | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
106
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 |
107
+ | Node.js 16 | 16.17.0 | April 2024 | ✅ Yes |
108
+ | Node.js 18 | 18.x | April 2025 | ❌ Not tested |
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-alpha.6",
3
+ "version": "4.2.0-alpha.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"