@egovernments/digit-ui-components 0.0.1-webpack.1 → 0.0.1-webpack.10

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.
@@ -1,44 +1,9 @@
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
10
4
  http://jedwatson.github.io/classnames
11
5
  */
12
6
 
13
- /*! *****************************************************************************
14
- Copyright (c) Microsoft Corporation.
15
-
16
- Permission to use, copy, modify, and/or distribute this software for any
17
- purpose with or without fee is hereby granted.
18
-
19
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
- PERFORMANCE OF THIS SOFTWARE.
26
- ***************************************************************************** */
27
-
28
- /*! exports provided: default */
29
-
30
- /*! no static exports found */
31
-
32
- /*! react */
33
-
34
- /*!******************************!*\
35
- !*** ./src/react-webcam.tsx ***!
36
- \******************************/
37
-
38
- /*!**************************************************************************************!*\
39
- !*** external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"} ***!
40
- \**************************************************************************************/
41
-
42
7
  /**
43
8
  * @license
44
9
  * Lodash <https://lodash.com/>
@@ -48,8 +13,9 @@ PERFORMANCE OF THIS SOFTWARE.
48
13
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
49
14
  */
50
15
 
51
- /** @license React v0.20.2
52
- * scheduler.production.min.js
16
+ /**
17
+ * @license React
18
+ * react-dom.production.min.js
53
19
  *
54
20
  * Copyright (c) Facebook, Inc. and its affiliates.
55
21
  *
@@ -57,8 +23,9 @@ PERFORMANCE OF THIS SOFTWARE.
57
23
  * LICENSE file in the root directory of this source tree.
58
24
  */
59
25
 
60
- /** @license React v16.13.1
61
- * react-is.production.min.js
26
+ /**
27
+ * @license React
28
+ * react-jsx-runtime.production.min.js
62
29
  *
63
30
  * Copyright (c) Facebook, Inc. and its affiliates.
64
31
  *
@@ -66,8 +33,9 @@ PERFORMANCE OF THIS SOFTWARE.
66
33
  * LICENSE file in the root directory of this source tree.
67
34
  */
68
35
 
69
- /** @license React v17.0.2
70
- * react-dom.production.min.js
36
+ /**
37
+ * @license React
38
+ * scheduler.production.min.js
71
39
  *
72
40
  * Copyright (c) Facebook, Inc. and its affiliates.
73
41
  *
@@ -75,8 +43,41 @@ PERFORMANCE OF THIS SOFTWARE.
75
43
  * LICENSE file in the root directory of this source tree.
76
44
  */
77
45
 
78
- /** @license React v17.0.2
79
- * react-jsx-runtime.production.min.js
46
+ /**
47
+ * @remix-run/router v1.18.0
48
+ *
49
+ * Copyright (c) Remix Software Inc.
50
+ *
51
+ * This source code is licensed under the MIT license found in the
52
+ * LICENSE.md file in the root directory of this source tree.
53
+ *
54
+ * @license MIT
55
+ */
56
+
57
+ /**
58
+ * React Router DOM v6.25.1
59
+ *
60
+ * Copyright (c) Remix Software Inc.
61
+ *
62
+ * This source code is licensed under the MIT license found in the
63
+ * LICENSE.md file in the root directory of this source tree.
64
+ *
65
+ * @license MIT
66
+ */
67
+
68
+ /**
69
+ * React Router v6.25.1
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /** @license React v16.13.1
80
+ * react-is.production.min.js
80
81
  *
81
82
  * Copyright (c) Facebook, Inc. and its affiliates.
82
83
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-components",
3
- "version": "0.0.1-webpack.1",
3
+ "version": "0.0.1-webpack.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.modern.js",
@@ -13,7 +13,6 @@
13
13
  "scripts": {
14
14
  "example": "cd example && npm run start",
15
15
  "build": "webpack --config webpack.config.js",
16
-
17
16
  "prepare": "yarn build",
18
17
  "publish:components": "npm publish --tag core-webpack-v0.1",
19
18
  "predeploy": "cd example && yarn install && yarn run build",
@@ -23,13 +22,11 @@
23
22
  "@babel/core": "^7.23.3",
24
23
  "@babel/preset-env": "^7.23.3",
25
24
  "@babel/preset-react": "^7.23.3",
26
- "babel-eslint": "10.1.0",
27
25
  "babel-loader": "^8.0.0",
28
26
  "cross-env": "7.0.3",
29
27
  "gh-pages": "2.2.0",
30
28
  "husky": "7.0.4",
31
29
  "lint-staged": "12.3.7",
32
- "react-scripts": "^4.0.1",
33
30
  "webpack": "^5.89.0",
34
31
  "webpack-cli": "^4.10.0"
35
32
  },
@@ -38,24 +35,19 @@
38
35
  ],
39
36
  "dependencies": {
40
37
  "@babel/plugin-transform-react-jsx": "7.16.0",
41
- "@cyntler/react-doc-viewer": "1.10.3",
42
- "@egovernments/digit-ui-svg-components": "1.0.4",
38
+ "@egovernments/digit-ui-svg-components": "1.0.0-webpack.1",
43
39
  "@googlemaps/js-api-loader": "1.13.10",
44
40
  "autoprefixer": "^10.4.15",
45
- "date-fns": "^3.6.0",
41
+ "date-fns": "3.6.0",
46
42
  "postcss-flexbugs-fixes": "^5.0.2",
47
- "react": "17.0.2",
48
- "react-date-range": "^2.0.1",
49
- "react-dom": "17.0.2",
50
- "react-drag-drop-files": "2.3.10",
51
- "react-hook-form": "6.15.8",
52
- "react-i18next": "11.16.2",
43
+ "react": "18.3.1",
44
+ "react-dom": "18.3.1",
45
+ "react-date-range": "2.0.1",
46
+ "react-hook-form": "7.52.1",
47
+ "react-i18next": "15.0.0",
53
48
  "react-lottie": "1.2.4",
54
- "react-query": "3.6.1",
55
- "react-responsive": "9.0.2",
56
- "react-router-dom": "5.3.0",
57
- "react-table": "7.7.0",
58
- "react-webcam": "7.2.0"
49
+ "react-responsive": "10.0.0",
50
+ "react-router-dom": "6.25.1"
59
51
  },
60
52
  "browserslist": {
61
53
  "production": [