@waline/admin 0.13.0 → 0.16.0

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.
@@ -53,7 +53,7 @@
53
53
 
54
54
  /**
55
55
  * @license React
56
- * use-sync-external-store-with-selector.production.min.js
56
+ * use-sync-external-store-shim.production.min.js
57
57
  *
58
58
  * Copyright (c) Facebook, Inc. and its affiliates.
59
59
  *
@@ -62,7 +62,23 @@
62
62
  */
63
63
 
64
64
  /**
65
- * React Router DOM v6.2.2
65
+ * @license React
66
+ * use-sync-external-store-shim/with-selector.production.min.js
67
+ *
68
+ * Copyright (c) Facebook, Inc. and its affiliates.
69
+ *
70
+ * This source code is licensed under the MIT license found in the
71
+ * LICENSE file in the root directory of this source tree.
72
+ */
73
+
74
+ /**
75
+ * @license qrcode.react
76
+ * Copyright (c) Paul O'Shannessy
77
+ * SPDX-License-Identifier: ISC
78
+ */
79
+
80
+ /**
81
+ * React Router DOM v6.3.0
66
82
  *
67
83
  * Copyright (c) Remix Software Inc.
68
84
  *
@@ -73,7 +89,7 @@
73
89
  */
74
90
 
75
91
  /**
76
- * React Router v6.2.2
92
+ * React Router v6.3.0
77
93
  *
78
94
  * Copyright (c) Remix Software Inc.
79
95
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/admin",
3
- "version": "0.13.0",
3
+ "version": "0.16.0",
4
4
  "description": "management system for waline",
5
5
  "keywords": [
6
6
  "waline",
@@ -49,10 +49,11 @@
49
49
  "i18next": "^21.6.14",
50
50
  "i18next-browser-languagedetector": "^6.1.4",
51
51
  "md5": "^2.3.0",
52
+ "qrcode.react": "^3.0.1",
52
53
  "react": "^18.0.0",
53
54
  "react-dom": "^18.0.0",
54
55
  "react-i18next": "^11.16.2",
55
- "react-redux": "^8.0.0-beta.3",
56
- "react-router-dom": "^6.2.2"
56
+ "react-redux": "^8.0.0-beta.4",
57
+ "react-router-dom": "^6.3.0"
57
58
  }
58
59
  }