@egovernments/digit-ui-module-workbench 1.0.18 → 1.0.19-test.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.
package/package.json CHANGED
@@ -1,42 +1,51 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-workbench",
3
- "version": "1.0.18",
3
+ "version": "1.0.19-test.1",
4
4
  "description": "Workbench",
5
- "main": "dist/index.js",
6
- "module": "dist/index.modern.js",
5
+ "main": "dist/Main.js",
6
+ "module": "dist/Main.js",
7
7
  "source": "src/Module.js",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
13
- "build": "microbundle-crl --compress --no-sourcemap --format cjs",
12
+ "start": "webpack serve --mode=development --open --hot",
13
+ "build": "webpack --mode=development --node-env=development --config webpack.config.js",
14
14
  "prepublish": "yarn build"
15
15
  },
16
16
  "peerDependencies": {
17
- "react": "17.0.2",
18
- "react-router-dom": "5.3.0"
17
+ "react": "^19.0.0",
18
+ "react-dom": "^19.0.0",
19
+ "@tanstack/react-query": "^5.62.16"
19
20
  },
20
21
  "dependencies": {
21
22
  "@cyntler/react-doc-viewer": "1.10.3",
22
23
  "json-edit-react": "^1.22.6",
23
- "@egovernments/digit-ui-components":"0.2.0",
24
- "@egovernments/digit-ui-react-components": "1.8.18",
24
+ "@egovernments/digit-ui-components": "0.0.2-webpack-23",
25
+ "@egovernments/digit-ui-react-components": "1.8.16-upgrade.14",
25
26
  "@rjsf/core": "5.10.0",
26
27
  "@rjsf/utils": "5.10.0",
27
28
  "@rjsf/validator-ajv8": "5.10.0",
28
29
  "ajv": "8.12.0",
29
- "react": "17.0.2",
30
30
  "react-date-range": "1.4.0",
31
- "react-dom": "17.0.2",
32
31
  "react-drag-drop-files": "^2.3.10",
33
32
  "react-hook-form": "6.15.8",
34
- "react-i18next": "11.16.2",
35
- "react-query": "3.6.1",
36
- "react-router-dom": "5.3.0",
33
+ "react-i18next": "15.0.0",
34
+ "react-router-dom": "6.25.1",
37
35
  "react-select": "5.7.4",
38
36
  "xlsx": "0.17.5"
39
37
  },
38
+ "devDependencies": {
39
+ "@babel/core": "^7.23.3",
40
+ "@babel/preset-env": "^7.23.3",
41
+ "@babel/preset-react": "^7.23.3",
42
+ "babel-loader": "8.0.0",
43
+ "cross-env": "7.0.3",
44
+ "lint-staged": "12.3.7",
45
+ "webpack": "^5.97.1",
46
+ "webpack-cli": "^4.10.0",
47
+ "webpack-dev-server": "^4.6.0"
48
+ },
40
49
  "resolutions": {
41
50
  "**/styled-components": "5.0.0"
42
51
  },
package/CHANGELOG.md DELETED
@@ -1,28 +0,0 @@
1
- ## [1.0.18] [25-Feb-2025]
2
- - Compilation issue fix
3
-
4
- ## [1.0.17] [25-Feb-2025]
5
- - Added json-edit-react to view and edit schema data
6
-
7
- ## [1.0.15] [21-Feb-2025]
8
- - Publishing a new version for more stability & as part of Components Release
9
-
10
- ## [1.0.13] [3-Feb-2025]
11
- - Updated some of the loader component
12
- - fixed the add master data issue
13
-
14
- ## [1.0.13] [1-Feb-2025]
15
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
16
- - Upgraded with new Components in core, workbench screens
17
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_MDMS_BULK_UPLOAD'
18
- - Localisation search introduced a search bar for better usablility
19
- - Enhanced support for Customisations
20
-
21
- ## [1.0.11]
22
- - added support for dynamic locale in workbench module with key CORE_UI_MODULE_LOCALE_PREFIX
23
-
24
- ## [1.0.3]
25
- - Fixed the module stablity & new components integrated
26
-
27
- ## [1.0.0]
28
- - Base version.