parse-dashboard 3.3.0 → 4.0.0-alpha.12

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
@@ -25,7 +25,9 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
25
25
  ---
26
26
 
27
27
  - [Getting Started](#getting-started)
28
- - [Local Installation](#local-installation)
28
+ - [Compatibility](#compatibility)
29
+ - [Parse Server](#parse-server)
30
+ - [Node.js](#nodejs)
29
31
  - [Configuring Parse Dashboard](#configuring-parse-dashboard)
30
32
  - [File](#file)
31
33
  - [Environment variables](#environment-variables)
@@ -60,10 +62,6 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
60
62
 
61
63
  # Getting Started
62
64
 
63
- [Node.js](https://nodejs.org) version >= 12 is required to run the dashboard. You also need to be using Parse Server version 2.1.4 or higher.
64
-
65
- # Local Installation
66
-
67
65
  Install the dashboard from `npm`.
68
66
 
69
67
  ```
@@ -90,6 +88,25 @@ After starting the dashboard, you can visit http://localhost:4040 in your browse
90
88
 
91
89
  ![Parse Dashboard](.github/dash-shot.png)
92
90
 
91
+ ## Compatibility
92
+
93
+ ### Parse Server
94
+ Parse Dashboard is compatible with the following Parse Server versions.
95
+
96
+ | Parse Dashboard Version | Parse Server Version | Compatible |
97
+ |-------------------------|----------------------|------------|
98
+ | >=1.0 | >= 2.1.4 | ✅ Yes |
99
+
100
+ ### Node.js
101
+ Parse Dashboard is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
102
+
103
+ | Version | Latest Version | End-of-Life | Compatible |
104
+ |------------|----------------|-------------|--------------|
105
+ | Node.js 12 | 12.22.9 | April 2022 | ✅ Yes |
106
+ | Node.js 14 | 14.18.3 | April 2023 | ✅ Yes |
107
+ | Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108
+ | Node.js 17 | 17.x | June 2022 | ❌ Not tested |
109
+
93
110
  ## Configuring Parse Dashboard
94
111
 
95
112
  ### File
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "3.3.0",
3
+ "version": "4.0.0-alpha.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"
@@ -35,32 +35,32 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "dependencies": {
38
- "@babel/runtime": "7.15.4",
38
+ "@babel/runtime": "7.16.7",
39
39
  "bcryptjs": "2.3.0",
40
- "body-parser": "1.19.0",
40
+ "body-parser": "1.19.1",
41
41
  "commander": "6.2.1",
42
42
  "connect-flash": "0.1.1",
43
- "cookie-session": "2.0.0-beta.3",
43
+ "cookie-session": "2.0.0",
44
44
  "copy-to-clipboard": "3.3.1",
45
45
  "csurf": "1.11.0",
46
- "express": "4.17.1",
47
- "graphiql": "1.4.7",
48
- "graphql": "15.6.1",
46
+ "express": "4.17.2",
47
+ "graphiql": "1.5.16",
48
+ "graphql": "16.2.0",
49
49
  "history": "4.10.1",
50
50
  "immutable": "4.0.0",
51
51
  "immutable-devtools": "0.1.5",
52
52
  "inquirer": "8.2.0",
53
53
  "js-beautify": "1.14.0",
54
- "otpauth": "7.0.6",
54
+ "otpauth": "7.0.8",
55
55
  "package-json": "7.0.0",
56
- "parse": "3.3.1",
57
- "passport": "0.5.0",
56
+ "parse": "3.4.1",
57
+ "passport": "0.5.2",
58
58
  "passport-local": "1.0.0",
59
59
  "prismjs": "1.25.0",
60
- "prop-types": "15.7.2",
61
- "qrcode": "1.4.4",
60
+ "prop-types": "15.8.0",
61
+ "qrcode": "1.5.0",
62
62
  "react": "16.14.0",
63
- "react-ace": "9.4.3",
63
+ "react-ace": "9.5.0",
64
64
  "react-dnd": "10.0.2",
65
65
  "react-dnd-html5-backend": "10.0.2",
66
66
  "react-dom": "16.14.0",
@@ -72,16 +72,16 @@
72
72
  "react-router-dom": "5.3.0",
73
73
  "regenerator-runtime": "0.13.8",
74
74
  "semver": "7.3.4",
75
- "typescript": "4.4.3"
75
+ "typescript": "4.5.4"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@actions/core": "1.2.6",
79
- "@babel/core": "7.8.7",
80
- "@babel/plugin-proposal-decorators": "7.8.3",
81
- "@babel/plugin-transform-regenerator": "7.8.7",
82
- "@babel/plugin-transform-runtime": "7.8.3",
83
- "@babel/preset-env": "7.9.0",
84
- "@babel/preset-react": "7.8.3",
79
+ "@babel/core": "7.16.0",
80
+ "@babel/plugin-proposal-decorators": "7.16.4",
81
+ "@babel/plugin-transform-regenerator": "7.16.0",
82
+ "@babel/plugin-transform-runtime": "7.16.4",
83
+ "@babel/preset-env": "7.16.4",
84
+ "@babel/preset-react": "7.16.0",
85
85
  "@semantic-release/changelog": "5.0.1",
86
86
  "@semantic-release/commit-analyzer": "8.0.1",
87
87
  "@semantic-release/git": "9.0.0",
@@ -90,31 +90,31 @@
90
90
  "@semantic-release/release-notes-generator": "9.0.3",
91
91
  "all-node-versions": "8.0.0",
92
92
  "babel-eslint": "10.1.0",
93
- "babel-loader": "8.1.0",
93
+ "babel-loader": "8.2.3",
94
94
  "babel-plugin-transform-object-rest-spread": "6.26.0",
95
95
  "core-js": "3.6.5",
96
96
  "cross-env": "7.0.2",
97
- "css-loader": "3.5.2",
97
+ "css-loader": "6.5.1",
98
98
  "eslint": "6.8.0",
99
99
  "eslint-plugin-jest": "23.8.2",
100
100
  "eslint-plugin-react": "7.19.0",
101
101
  "http-server": "14.0.0",
102
102
  "jest": "24.8.0",
103
103
  "madge": "5.0.1",
104
- "marked": "0.8.2",
105
- "node-sass": "6.0.0",
104
+ "marked": "4.0.10",
105
+ "node-sass": "6.0.1",
106
106
  "null-loader": "4.0.1",
107
107
  "path-to-regexp": "3.2.0",
108
108
  "puppeteer": "3.0.0",
109
109
  "react-test-renderer": "16.13.1",
110
110
  "request": "2.88.2",
111
111
  "request-promise": "4.2.5",
112
- "sass-loader": "11.1.1",
112
+ "sass-loader": "12.3.0",
113
113
  "semantic-release": "17.4.6",
114
- "style-loader": "1.1.2",
114
+ "style-loader": "3.3.1",
115
115
  "svg-prep": "1.0.4",
116
- "webpack": "5.61.0",
117
- "webpack-cli": "4.0.0",
116
+ "webpack": "5.64.4",
117
+ "webpack-cli": "4.9.1",
118
118
  "yaml": "1.10.0"
119
119
  },
120
120
  "scripts": {
@@ -123,7 +123,7 @@
123
123
  "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
124
124
  "dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
125
125
  "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
126
- "build": "cross-env NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
126
+ "build": "webpack --node-env=production --config webpack/production.config.js && webpack --config webpack/PIG.config.js",
127
127
  "test": "jest",
128
128
  "lint": "eslint . --ignore-path .gitignore --cache",
129
129
  "pretest": "npm run lint",
@@ -137,7 +137,7 @@
137
137
  "parse-dashboard": "./bin/parse-dashboard"
138
138
  },
139
139
  "engines": {
140
- "node": ">=12.0.0"
140
+ "node": ">=12.22.0"
141
141
  },
142
142
  "main": "Parse-Dashboard/app.js",
143
143
  "jest": {