@egovernments/digit-ui-module-workbench 2.0.0-rc19-01 → 2.0.0-rc19-02

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@egovernments/digit-ui-module-workbench",
3
- "version": "2.0.0-rc19-01",
3
+ "version": "2.0.0-rc19-02",
4
4
  "license": "MIT",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",
@@ -12,8 +12,8 @@
12
12
  "example": "cd example && npm run start",
13
13
  "start": "webpack serve --mode=development --config webpack.config.js",
14
14
  "start:prod": "NODE_ENV=production webpack serve --config webpack.config.js",
15
- "build": "NODE_ENV=production webpack --config webpack.config.js",
16
- "build:dev": "NODE_ENV=development webpack --config webpack.config.js",
15
+ "build": "cross-env NODE_ENV=production webpack --config webpack.config.js",
16
+ "build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js",
17
17
  "build:analyze": "NODE_ENV=production webpack --config webpack.config.js --analyze",
18
18
  "prepare": "yarn build",
19
19
  "publish:components": "npm publish --tag core-webpack-v0.1",
@@ -23,9 +23,9 @@
23
23
  "@tanstack/react-query": "^5.62.16",
24
24
  "react": "19.0.0",
25
25
  "react-dom": "19.0.0",
26
+ "react-i18next": "15.0.0",
26
27
  "react-router-dom": "6.25.1",
27
- "react-i18next": "15.0.0",
28
- "styled-components": "5.x"
28
+ "styled-components": "5.x"
29
29
  },
30
30
  "dependencies": {
31
31
  "@egovernments/digit-ui-components": "2.0.0-rc19-01",
@@ -39,12 +39,12 @@
39
39
  "react-date-range": "1.4.0",
40
40
  "react-drag-drop-files": "^2.3.10",
41
41
  "react-hook-form": "6.15.8",
42
- "react-select": "5.7.4",
43
- "xlsx": "0.17.5",
44
- "react-tooltip": "4.1.2",
45
42
  "react-redux": "7.2.8",
46
43
  "react-responsive": "10.0.1",
47
- "redux-thunk": "2.4.1"
44
+ "react-select": "5.7.4",
45
+ "react-tooltip": "4.1.2",
46
+ "redux-thunk": "2.4.1",
47
+ "xlsx": "0.17.5"
48
48
  },
49
49
  "sideEffects": false,
50
50
  "browserslist": {
@@ -75,6 +75,7 @@
75
75
  "@tanstack/react-query": "^5.62.16",
76
76
  "babel-loader": "^9.1.3",
77
77
  "babel-plugin-transform-remove-console": "^6.9.4",
78
+ "compression-webpack-plugin": "^11.1.0",
78
79
  "core-js": "^3.33.0",
79
80
  "cross-env": "7.0.3",
80
81
  "css-loader": "^6.8.1",