parse-dashboard 8.2.0-alpha.4 → 8.2.0-alpha.6

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.
@@ -39,31 +39,6 @@ object-assign
39
39
 
40
40
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
41
41
 
42
- /**
43
- * @license
44
- * MIT License
45
- *
46
- * Copyright (c) 2014-present, Lee Byron and other contributors.
47
- *
48
- * Permission is hereby granted, free of charge, to any person obtaining a copy
49
- * of this software and associated documentation files (the "Software"), to deal
50
- * in the Software without restriction, including without limitation the rights
51
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
- * copies of the Software, and to permit persons to whom the Software is
53
- * furnished to do so, subject to the following conditions:
54
- *
55
- * The above copyright notice and this permission notice shall be included in all
56
- * copies or substantial portions of the Software.
57
- *
58
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64
- * SOFTWARE.
65
- */
66
-
67
42
  /**
68
43
  * @remix-run/router v1.23.0
69
44
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-dashboard",
3
- "version": "8.2.0-alpha.4",
3
+ "version": "8.2.0-alpha.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/parse-community/parse-dashboard"
@@ -36,7 +36,7 @@
36
36
  "LICENSE"
37
37
  ],
38
38
  "dependencies": {
39
- "@babel/runtime": "7.27.4",
39
+ "@babel/runtime": "7.28.4",
40
40
  "@babel/runtime-corejs3": "7.28.3",
41
41
  "bcryptjs": "3.0.2",
42
42
  "body-parser": "2.2.1",
@@ -49,7 +49,7 @@
49
49
  "express-session": "1.18.2",
50
50
  "fast-deep-equal": "3.1.3",
51
51
  "graphiql": "2.0.8",
52
- "graphql": "16.11.0",
52
+ "graphql": "16.12.0",
53
53
  "immutable": "5.1.3",
54
54
  "immutable-devtools": "0.1.5",
55
55
  "inquirer": "12.9.0",
@@ -83,8 +83,8 @@
83
83
  "@babel/plugin-proposal-decorators": "7.27.1",
84
84
  "@babel/plugin-transform-runtime": "7.28.0",
85
85
  "@babel/preset-env": "7.28.5",
86
- "@babel/preset-react": "7.27.1",
87
- "@eslint/compat": "1.3.1",
86
+ "@babel/preset-react": "7.28.5",
87
+ "@eslint/compat": "2.0.0",
88
88
  "@saithodev/semantic-release-backmerge": "4.0.1",
89
89
  "@semantic-release/changelog": "6.0.3",
90
90
  "@semantic-release/commit-analyzer": "13.0.1",
@@ -107,7 +107,7 @@
107
107
  "madge": "8.0.0",
108
108
  "marked": "15.0.12",
109
109
  "null-loader": "4.0.1",
110
- "prettier": "3.6.2",
110
+ "prettier": "3.7.4",
111
111
  "puppeteer": "24.12.1",
112
112
  "react-test-renderer": "16.13.1",
113
113
  "request": "2.88.2",