@waline/admin 0.14.0 → 0.16.1

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.
@@ -71,6 +71,12 @@
71
71
  * LICENSE file in the root directory of this source tree.
72
72
  */
73
73
 
74
+ /**
75
+ * @license qrcode.react
76
+ * Copyright (c) Paul O'Shannessy
77
+ * SPDX-License-Identifier: ISC
78
+ */
79
+
74
80
  /**
75
81
  * React Router DOM v6.3.0
76
82
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waline/admin",
3
- "version": "0.14.0",
3
+ "version": "0.16.1",
4
4
  "description": "management system for waline",
5
5
  "keywords": [
6
6
  "waline",
@@ -49,6 +49,7 @@
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",