@egovernments/digit-ui-components 0.0.1-webpack.4 → 0.0.1-webpack.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.
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -20
- package/package.json +3 -4
|
@@ -28,16 +28,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
28
28
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
29
29
|
*/
|
|
30
30
|
|
|
31
|
-
/**
|
|
32
|
-
* @license React
|
|
33
|
-
* react-dom.production.min.js
|
|
34
|
-
*
|
|
35
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
36
|
-
*
|
|
37
|
-
* This source code is licensed under the MIT license found in the
|
|
38
|
-
* LICENSE file in the root directory of this source tree.
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
31
|
/**
|
|
42
32
|
* @license React
|
|
43
33
|
* react-jsx-runtime.production.min.js
|
|
@@ -48,16 +38,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
48
38
|
* LICENSE file in the root directory of this source tree.
|
|
49
39
|
*/
|
|
50
40
|
|
|
51
|
-
/**
|
|
52
|
-
* @license React
|
|
53
|
-
* scheduler.production.min.js
|
|
54
|
-
*
|
|
55
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
56
|
-
*
|
|
57
|
-
* This source code is licensed under the MIT license found in the
|
|
58
|
-
* LICENSE file in the root directory of this source tree.
|
|
59
|
-
*/
|
|
60
|
-
|
|
61
41
|
/** @license React v16.13.1
|
|
62
42
|
* react-is.production.min.js
|
|
63
43
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egovernments/digit-ui-components",
|
|
3
|
-
"version": "0.0.1-webpack.
|
|
3
|
+
"version": "0.0.1-webpack.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -46,10 +46,9 @@
|
|
|
46
46
|
"react": "18.3.1",
|
|
47
47
|
"react-dom": "18.3.1",
|
|
48
48
|
"react-date-range": "^2.0.1",
|
|
49
|
-
"react-hook-form": "
|
|
50
|
-
"react-i18next": "
|
|
49
|
+
"react-hook-form": "7.52.1",
|
|
50
|
+
"react-i18next": "15.0.0",
|
|
51
51
|
"react-lottie": "1.2.4",
|
|
52
|
-
"react-query": "3.6.1",
|
|
53
52
|
"react-responsive": "9.0.2",
|
|
54
53
|
"react-router-dom": "6.25.1",
|
|
55
54
|
"react-table": "7.7.0"
|