parse-dashboard 4.1.1-beta.1 → 4.1.2-alpha.2

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.
Files changed (30) hide show
  1. package/Parse-Dashboard/index.js +23 -22
  2. package/Parse-Dashboard/public/bundles/143.bundle.js +1 -0
  3. package/Parse-Dashboard/public/bundles/169.bundle.js +1 -0
  4. package/Parse-Dashboard/public/bundles/191.bundle.js +1 -0
  5. package/Parse-Dashboard/public/bundles/208.bundle.js +1 -0
  6. package/Parse-Dashboard/public/bundles/220.bundle.js +1 -0
  7. package/Parse-Dashboard/public/bundles/253.bundle.js +1 -0
  8. package/Parse-Dashboard/public/bundles/280.bundle.js +1 -0
  9. package/Parse-Dashboard/public/bundles/287.bundle.js +1 -0
  10. package/Parse-Dashboard/public/bundles/36.bundle.js +1 -0
  11. package/Parse-Dashboard/public/bundles/370.bundle.js +1 -0
  12. package/Parse-Dashboard/public/bundles/41.bundle.js +1 -0
  13. package/Parse-Dashboard/public/bundles/453.bundle.js +1 -0
  14. package/Parse-Dashboard/public/bundles/468.bundle.js +1 -0
  15. package/Parse-Dashboard/public/bundles/500.bundle.js +1 -0
  16. package/Parse-Dashboard/public/bundles/556.bundle.js +1 -0
  17. package/Parse-Dashboard/public/bundles/620.bundle.js +1 -0
  18. package/Parse-Dashboard/public/bundles/633.bundle.js +1 -0
  19. package/Parse-Dashboard/public/bundles/67.bundle.js +1 -0
  20. package/Parse-Dashboard/public/bundles/677.bundle.js +1 -0
  21. package/Parse-Dashboard/public/bundles/736.bundle.js +1 -0
  22. package/Parse-Dashboard/public/bundles/798.bundle.js +1 -0
  23. package/Parse-Dashboard/public/bundles/83.bundle.js +1 -0
  24. package/Parse-Dashboard/public/bundles/930.bundle.js +1 -0
  25. package/Parse-Dashboard/public/bundles/952.bundle.js +1 -0
  26. package/Parse-Dashboard/public/bundles/963.bundle.js +1 -0
  27. package/Parse-Dashboard/public/bundles/dashboard.bundle.js +1 -1
  28. package/Parse-Dashboard/public/bundles/dashboard.bundle.js.LICENSE.txt +35 -0
  29. package/README.md +2 -2
  30. package/package.json +18 -19
@@ -4,6 +4,13 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
+ /*!
8
+ * assign-symbols <https://github.com/jonschlinkert/assign-symbols>
9
+ *
10
+ * Copyright (c) 2015, Jon Schlinkert.
11
+ * Licensed under the MIT License.
12
+ */
13
+
7
14
  /*!
8
15
  * escape-html
9
16
  * Copyright(c) 2012-2013 TJ Holowaychuk
@@ -12,6 +19,34 @@ object-assign
12
19
  * MIT Licensed
13
20
  */
14
21
 
22
+ /*!
23
+ * is-extendable <https://github.com/jonschlinkert/is-extendable>
24
+ *
25
+ * Copyright (c) 2015, Jon Schlinkert.
26
+ * Licensed under the MIT License.
27
+ */
28
+
29
+ /*!
30
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
31
+ *
32
+ * Copyright (c) 2014-2017, Jon Schlinkert.
33
+ * Released under the MIT License.
34
+ */
35
+
36
+ /*!
37
+ * set-value <https://github.com/jonschlinkert/set-value>
38
+ *
39
+ * Copyright (c) 2014-2015, 2017, Jon Schlinkert.
40
+ * Released under the MIT License.
41
+ */
42
+
43
+ /*!
44
+ * split-string <https://github.com/jonschlinkert/split-string>
45
+ *
46
+ * Copyright (c) 2015-2017, Jon Schlinkert.
47
+ * Released under the MIT License.
48
+ */
49
+
15
50
  /**
16
51
  * Prism: Lightweight, robust, elegant syntax highlighting
17
52
  *
package/README.md CHANGED
@@ -102,8 +102,8 @@ 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.10 | April 2022 | ✅ Yes |
106
- | Node.js 14 | 14.19.0 | April 2023 | ✅ Yes |
105
+ | Node.js 12 | 12.22.12 | April 2022 | ✅ Yes |
106
+ | Node.js 14 | 14.19.2 | April 2023 | ✅ Yes |
107
107
  | Node.js 16 | 16.10.0 | April 2024 | ✅ Yes |
108
108
  | Node.js 17 | 17.x | June 2022 | ❌ Not tested |
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "4.1.1-beta.1",
3
+ "version": "4.1.2-alpha.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ParsePlatform/parse-dashboard"
@@ -35,44 +35,45 @@
35
35
  "LICENSE"
36
36
  ],
37
37
  "dependencies": {
38
- "@babel/runtime": "7.17.2",
38
+ "@babel/runtime": "7.17.9",
39
39
  "bcryptjs": "2.3.0",
40
- "body-parser": "1.19.2",
41
- "commander": "9.0.0",
40
+ "body-parser": "1.20.0",
41
+ "commander": "9.2.0",
42
42
  "connect-flash": "0.1.1",
43
43
  "cookie-session": "2.0.0",
44
44
  "copy-to-clipboard": "3.3.1",
45
+ "core-js": "3.22.4",
45
46
  "csurf": "1.11.0",
46
- "express": "4.17.3",
47
- "graphiql": "1.6.0",
48
- "graphql": "16.3.0",
47
+ "express": "4.18.1",
48
+ "graphiql": "1.8.8",
49
+ "graphql": "16.4.0",
49
50
  "history": "4.10.1",
50
51
  "immutable": "4.0.0",
51
52
  "immutable-devtools": "0.1.5",
52
- "inquirer": "8.2.0",
53
- "js-beautify": "1.14.1",
54
- "otpauth": "7.0.11",
53
+ "inquirer": "8.2.4",
54
+ "js-beautify": "1.14.2",
55
+ "otpauth": "7.1.2",
55
56
  "package-json": "7.0.0",
56
- "parse": "3.4.1",
57
+ "parse": "3.4.2",
57
58
  "passport": "0.5.2",
58
59
  "passport-local": "1.0.0",
59
- "prismjs": "1.27.0",
60
+ "prismjs": "1.28.0",
60
61
  "prop-types": "15.8.1",
61
62
  "qrcode": "1.5.0",
62
63
  "react": "16.14.0",
63
- "react-ace": "9.5.0",
64
+ "react-ace": "10.1.0",
64
65
  "react-dnd": "10.0.2",
65
66
  "react-dnd-html5-backend": "10.0.2",
66
67
  "react-dom": "16.14.0",
67
68
  "react-helmet": "6.1.0",
68
69
  "react-json-view": "1.21.3",
69
70
  "react-popper-tooltip": "4.3.1",
70
- "react-redux": "5.1.2",
71
+ "react-redux": "8.0.1",
71
72
  "react-router": "5.2.1",
72
73
  "react-router-dom": "5.3.0",
73
- "regenerator-runtime": "0.13.8",
74
- "semver": "7.3.4",
75
- "typescript": "4.6.2"
74
+ "regenerator-runtime": "0.13.9",
75
+ "semver": "7.3.7",
76
+ "typescript": "4.6.4"
76
77
  },
77
78
  "devDependencies": {
78
79
  "@actions/core": "1.2.6",
@@ -93,8 +94,6 @@
93
94
  "all-node-versions": "8.0.0",
94
95
  "babel-eslint": "10.1.0",
95
96
  "babel-loader": "8.2.3",
96
- "babel-plugin-transform-object-rest-spread": "6.26.0",
97
- "core-js": "3.6.5",
98
97
  "cross-env": "7.0.2",
99
98
  "css-loader": "6.5.1",
100
99
  "eslint": "6.8.0",