parse-dashboard 5.0.0-alpha.2 → 5.0.0-alpha.4

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 (29) hide show
  1. package/Parse-Dashboard/index.js +13 -163
  2. package/Parse-Dashboard/public/bundles/128.bundle.js +1 -1
  3. package/Parse-Dashboard/public/bundles/269.bundle.js +1 -1
  4. package/Parse-Dashboard/public/bundles/290.bundle.js +1 -1
  5. package/Parse-Dashboard/public/bundles/31.bundle.js +1 -1
  6. package/Parse-Dashboard/public/bundles/339.bundle.js +1 -1
  7. package/Parse-Dashboard/public/bundles/341.bundle.js +1 -1
  8. package/Parse-Dashboard/public/bundles/410.bundle.js +1 -1
  9. package/Parse-Dashboard/public/bundles/550.bundle.js +1 -1
  10. package/Parse-Dashboard/public/bundles/65.bundle.js +1 -0
  11. package/Parse-Dashboard/public/bundles/688.bundle.js +1 -1
  12. package/Parse-Dashboard/public/bundles/722.bundle.js +1 -1
  13. package/Parse-Dashboard/public/bundles/725.bundle.js +1 -1
  14. package/Parse-Dashboard/public/bundles/732.bundle.js +1 -1
  15. package/Parse-Dashboard/public/bundles/772.bundle.js +1 -1
  16. package/Parse-Dashboard/public/bundles/773.bundle.js +1 -1
  17. package/Parse-Dashboard/public/bundles/783.bundle.js +1 -1
  18. package/Parse-Dashboard/public/bundles/817.bundle.js +1 -1
  19. package/Parse-Dashboard/public/bundles/820.bundle.js +1 -1
  20. package/Parse-Dashboard/public/bundles/829.bundle.js +1 -1
  21. package/Parse-Dashboard/public/bundles/906.bundle.js +1 -1
  22. package/Parse-Dashboard/public/bundles/974.bundle.js +1 -1
  23. package/Parse-Dashboard/public/bundles/977.bundle.js +1 -1
  24. package/Parse-Dashboard/public/bundles/dashboard.bundle.js +1 -1
  25. package/Parse-Dashboard/public/bundles/dashboard.bundle.js.LICENSE.txt +33 -8
  26. package/Parse-Dashboard/public/bundles/login.bundle.js +1 -1
  27. package/Parse-Dashboard/public/bundles/sprites.svg +5 -0
  28. package/Parse-Dashboard/server.js +169 -0
  29. package/package.json +30 -34
@@ -4,14 +4,6 @@ object-assign
4
4
  @license MIT
5
5
  */
6
6
 
7
- /*!
8
- * escape-html
9
- * Copyright(c) 2012-2013 TJ Holowaychuk
10
- * Copyright(c) 2015 Andreas Lubbe
11
- * Copyright(c) 2015 Tiancheng "Timothy" Gu
12
- * MIT Licensed
13
- */
14
-
15
7
  /*!
16
8
  * is-primitive <https://github.com/jonschlinkert/is-primitive>
17
9
  *
@@ -35,6 +27,17 @@ object-assign
35
27
 
36
28
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
37
29
 
30
+ /**
31
+ * @remix-run/router v1.0.1
32
+ *
33
+ * Copyright (c) Remix Software Inc.
34
+ *
35
+ * This source code is licensed under the MIT license found in the
36
+ * LICENSE.md file in the root directory of this source tree.
37
+ *
38
+ * @license MIT
39
+ */
40
+
38
41
  /**
39
42
  * Prism: Lightweight, robust, elegant syntax highlighting
40
43
  *
@@ -44,6 +47,28 @@ object-assign
44
47
  * @public
45
48
  */
46
49
 
50
+ /**
51
+ * React Router DOM v6.4.1
52
+ *
53
+ * Copyright (c) Remix Software Inc.
54
+ *
55
+ * This source code is licensed under the MIT license found in the
56
+ * LICENSE.md file in the root directory of this source tree.
57
+ *
58
+ * @license MIT
59
+ */
60
+
61
+ /**
62
+ * React Router v6.4.1
63
+ *
64
+ * Copyright (c) Remix Software Inc.
65
+ *
66
+ * This source code is licensed under the MIT license found in the
67
+ * LICENSE.md file in the root directory of this source tree.
68
+ *
69
+ * @license MIT
70
+ */
71
+
47
72
  /** @license React v0.19.1
48
73
  * scheduler.production.min.js
49
74
  *