@egovernments/digit-ui-module-workbench 1.0.17 → 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.17",
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,25 +0,0 @@
1
- ## [1.0.15] [25-Feb-2025]
2
- - Added json-edit-react to view and edit schema data
3
-
4
- ## [1.0.15] [21-Feb-2025]
5
- - Publishing a new version for more stability & as part of Components Release
6
-
7
- ## [1.0.13] [3-Feb-2025]
8
- - Updated some of the loader component
9
- - fixed the add master data issue
10
-
11
- ## [1.0.13] [1-Feb-2025]
12
- - FEATURE/HCMPRE-1425 : Added the workbench module patches and Updated localisation search screen, and core module #2181
13
- - Upgraded with new Components in core, workbench screens
14
- - Introduced new Globalvariable to enable bulk upload of master dataa 'ENABLE_MDMS_BULK_UPLOAD'
15
- - Localisation search introduced a search bar for better usablility
16
- - Enhanced support for Customisations
17
-
18
- ## [1.0.11]
19
- - added support for dynamic locale in workbench module with key CORE_UI_MODULE_LOCALE_PREFIX
20
-
21
- ## [1.0.3]
22
- - Fixed the module stablity & new components integrated
23
-
24
- ## [1.0.0]
25
- - Base version.