@waline/admin 0.12.2 → 0.13.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.
- package/dist/admin.js +1 -1
- package/dist/admin.js.LICENSE.txt +41 -24
- package/package.json +8 -8
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
2
|
Copyright (c) 2018 Jed Watson.
|
|
9
3
|
Licensed under the MIT License (MIT), see
|
|
@@ -18,29 +12,28 @@ object-assign
|
|
|
18
12
|
*/
|
|
19
13
|
|
|
20
14
|
/**
|
|
21
|
-
* React
|
|
15
|
+
* @license React
|
|
16
|
+
* react-dom.production.min.js
|
|
22
17
|
*
|
|
23
|
-
* Copyright (c)
|
|
18
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
24
19
|
*
|
|
25
20
|
* This source code is licensed under the MIT license found in the
|
|
26
|
-
* LICENSE
|
|
27
|
-
*
|
|
28
|
-
* @license MIT
|
|
21
|
+
* LICENSE file in the root directory of this source tree.
|
|
29
22
|
*/
|
|
30
23
|
|
|
31
24
|
/**
|
|
32
|
-
* React
|
|
25
|
+
* @license React
|
|
26
|
+
* react-is.production.min.js
|
|
33
27
|
*
|
|
34
|
-
* Copyright (c)
|
|
28
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
35
29
|
*
|
|
36
30
|
* This source code is licensed under the MIT license found in the
|
|
37
|
-
* LICENSE
|
|
38
|
-
*
|
|
39
|
-
* @license MIT
|
|
31
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
32
|
*/
|
|
41
33
|
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
34
|
+
/**
|
|
35
|
+
* @license React
|
|
36
|
+
* react.production.min.js
|
|
44
37
|
*
|
|
45
38
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
46
39
|
*
|
|
@@ -48,8 +41,9 @@ object-assign
|
|
|
48
41
|
* LICENSE file in the root directory of this source tree.
|
|
49
42
|
*/
|
|
50
43
|
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
44
|
+
/**
|
|
45
|
+
* @license React
|
|
46
|
+
* scheduler.production.min.js
|
|
53
47
|
*
|
|
54
48
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
55
49
|
*
|
|
@@ -57,8 +51,9 @@ object-assign
|
|
|
57
51
|
* LICENSE file in the root directory of this source tree.
|
|
58
52
|
*/
|
|
59
53
|
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
54
|
+
/**
|
|
55
|
+
* @license React
|
|
56
|
+
* use-sync-external-store-with-selector.production.min.js
|
|
62
57
|
*
|
|
63
58
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
64
59
|
*
|
|
@@ -66,8 +61,30 @@ object-assign
|
|
|
66
61
|
* LICENSE file in the root directory of this source tree.
|
|
67
62
|
*/
|
|
68
63
|
|
|
69
|
-
/**
|
|
70
|
-
*
|
|
64
|
+
/**
|
|
65
|
+
* React Router DOM v6.2.2
|
|
66
|
+
*
|
|
67
|
+
* Copyright (c) Remix Software Inc.
|
|
68
|
+
*
|
|
69
|
+
* This source code is licensed under the MIT license found in the
|
|
70
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
71
|
+
*
|
|
72
|
+
* @license MIT
|
|
73
|
+
*/
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* React Router v6.2.2
|
|
77
|
+
*
|
|
78
|
+
* Copyright (c) Remix Software Inc.
|
|
79
|
+
*
|
|
80
|
+
* This source code is licensed under the MIT license found in the
|
|
81
|
+
* LICENSE.md file in the root directory of this source tree.
|
|
82
|
+
*
|
|
83
|
+
* @license MIT
|
|
84
|
+
*/
|
|
85
|
+
|
|
86
|
+
/** @license React v16.13.1
|
|
87
|
+
* react-is.production.min.js
|
|
71
88
|
*
|
|
72
89
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
73
90
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@waline/admin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"description": "management system for waline",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"waline",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"@rematch/core": "^2.2.0",
|
|
47
47
|
"@svgr/webpack": "^6.2.1",
|
|
48
48
|
"classnames": "^2.3.1",
|
|
49
|
-
"i18next": "^21.6.
|
|
50
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
49
|
+
"i18next": "^21.6.14",
|
|
50
|
+
"i18next-browser-languagedetector": "^6.1.4",
|
|
51
51
|
"md5": "^2.3.0",
|
|
52
|
-
"react": "^
|
|
53
|
-
"react-dom": "^
|
|
54
|
-
"react-i18next": "^11.
|
|
55
|
-
"react-redux": "^
|
|
56
|
-
"react-router-dom": "^6.2.
|
|
52
|
+
"react": "^18.0.0",
|
|
53
|
+
"react-dom": "^18.0.0",
|
|
54
|
+
"react-i18next": "^11.16.2",
|
|
55
|
+
"react-redux": "^8.0.0-beta.3",
|
|
56
|
+
"react-router-dom": "^6.2.2"
|
|
57
57
|
}
|
|
58
58
|
}
|