@expressms/smartapp-ui 2.8.2-alpha.5 → 2.8.2-alpha.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.
Files changed (1) hide show
  1. package/package.json +40 -41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-ui",
3
- "version": "2.8.2-alpha.5",
3
+ "version": "2.8.2-alpha.6",
4
4
  "description": "SmartApp UI library",
5
5
  "license": "MIT",
6
6
  "main": "build/main/index.js",
@@ -12,27 +12,27 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "alex.chus-react-spring-bottom-sheet": "^0.0.2",
15
- "color": "^4.2.3",
16
- "color-blend": "^4.0.0",
17
15
  "camelcase": "^6.2.1",
18
16
  "classnames": "^2.3.2",
17
+ "color": "^4.2.3",
18
+ "color-blend": "^4.0.0",
19
+ "convert-layout": "^0.11.1",
19
20
  "echarts": "^5.5.0",
20
21
  "echarts-for-react": "^3.0.2",
21
22
  "react-beautiful-dnd": "^13.1.1",
23
+ "react-datepicker": "^4.8.0",
22
24
  "react-draggable": "^4.4.6",
23
- "react-toastify": "9.0.3",
24
- "react-scrollbars-custom": "^4.1.1",
25
- "styled-components": "^6.1.11",
26
25
  "react-insta-stories": "^2.6.2",
27
- "react-datepicker": "^4.8.0",
28
- "react-slick": "^0.29.0",
26
+ "react-scrollbars-custom": "^4.1.1",
29
27
  "react-select": "^5.8.0",
28
+ "react-slick": "^0.29.0",
30
29
  "react-swipeable": "^7.0.1",
31
- "reactjs-popup": "^2.0.5",
30
+ "react-toastify": "9.0.3",
32
31
  "react-virtualized": "^9.22.5",
33
32
  "react-window": "^1.8.10",
34
- "transliteration": "^2.3.5",
35
- "convert-layout": "^0.11.1"
33
+ "reactjs-popup": "^2.0.5",
34
+ "styled-components": "^6.1.11",
35
+ "transliteration": "^2.3.5"
36
36
  },
37
37
  "resolutions": {
38
38
  "@typescript-eslint/utils": "6.21.0",
@@ -87,49 +87,53 @@
87
87
  ]
88
88
  },
89
89
  "devDependencies": {
90
+ "@expressms/eslint-config": "^1.0.3",
91
+ "@expressms/prettier-config": "^1.0.0",
92
+ "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
93
+ "@storybook/addon-essentials": "^8.5.1",
94
+ "@storybook/blocks": "^8.5.1",
90
95
  "@storybook/core-events": "^8.5.1",
96
+ "@storybook/preset-create-react-app": "^8.5.1",
97
+ "@storybook/react": "^8.5.1",
98
+ "@storybook/react-webpack5": "^8.5.1",
99
+ "@storybook/test": "^8.5.1",
91
100
  "@svgr/webpack": "^8.1.0",
92
101
  "@testing-library/jest-dom": "^6.4.2",
93
102
  "@types/color": "^3.0.6",
103
+ "@types/convert-layout": "^0.5.3",
94
104
  "@types/dompurify": "^3.0.5",
95
105
  "@types/echarts": "^5.0.0",
96
106
  "@types/jest": "^29.5.12",
107
+ "@types/lodash": "^4.17.13",
97
108
  "@types/node": "^16.18.11",
98
109
  "@types/react": "^19.0.2",
99
110
  "@types/react-beautiful-dnd": "^13.1.4",
100
111
  "@types/react-datepicker": "^4.8.0",
101
112
  "@types/react-dom": "^18.0.10",
102
113
  "@types/react-slick": "^0.23.10",
114
+ "@types/react-virtualized": "^9.21.30",
115
+ "@types/react-window": "^1.8.8",
103
116
  "@types/uuid": "^9.0.8",
104
117
  "@typescript-eslint/eslint-plugin": "^6.6.0",
105
118
  "@typescript-eslint/parser": "^6.6.0",
106
119
  "alex.chus-react-spring-bottom-sheet": "^0.0.2",
107
120
  "animate.css": "^4.1.1",
108
- "@expressms/eslint-config": "^1.0.3",
109
- "@expressms/prettier-config": "^1.0.0",
110
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
111
- "@storybook/addon-essentials": "^8.5.1",
112
- "@storybook/blocks": "^8.5.1",
113
- "@storybook/preset-create-react-app": "^8.5.1",
114
- "@storybook/react": "^8.5.1",
115
- "@storybook/react-webpack5": "^8.5.1",
116
- "@storybook/test": "^8.5.1",
117
- "@types/convert-layout": "^0.5.3",
118
- "@types/lodash": "^4.17.13",
119
- "@types/react-virtualized": "^9.21.30",
120
- "@types/react-window": "^1.8.8",
121
121
  "babel-jest": "^18.0.0",
122
122
  "babel-loader": "8.2.3",
123
123
  "babel-plugin-named-asset-import": "^0.3.8",
124
124
  "babel-preset-react-app": "^10 .0.1",
125
125
  "browserslist": "^4.18.1",
126
126
  "copyfiles": "^2.4.1",
127
+ "css-loader": "^6.7.3",
128
+ "css-minimizer-webpack-plugin": "^3.2.0",
127
129
  "dompurify": "^3.1.4",
128
130
  "dotenv": "^10.0.0",
129
131
  "dotenv-expand": "^5.1.0",
130
132
  "eslint": "^8.3.0",
133
+ "eslint-config-react-app": "^6.0.0",
131
134
  "eslint-plugin-react": "^7.34.0",
132
135
  "eslint-plugin-react-hooks": "^4.6.0",
136
+ "eslint-plugin-storybook": "^0.11.0",
133
137
  "eslint-webpack-plugin": "^3.1.1",
134
138
  "file-loader": "^6.2.0",
135
139
  "html-webpack-plugin": "^5.5.0",
@@ -138,38 +142,32 @@
138
142
  "jest-watch-typeahead": "^1.0.0",
139
143
  "juice": "^10.0.0",
140
144
  "mini-css-extract-plugin": "^2.4.5",
145
+ "postcss": "^8.4.4",
146
+ "postcss-flexbugs-fixes": "^5.0.2",
147
+ "postcss-loader": "^6.2.1",
148
+ "postcss-normalize": "^10.0.1",
149
+ "postcss-preset-env": "^7.0.1",
141
150
  "react": "^18.2.0",
142
151
  "react-app-polyfill": "^3.0.0",
143
152
  "react-dev-utils": "^12.0.1",
144
153
  "react-dom": "^18.2.0",
145
154
  "react-refresh": "^0.11.0",
146
155
  "react-router-dom": "^6.7.0",
156
+ "react-scripts": "^5.0.1",
147
157
  "resolve": "^1.20.0",
148
- "rollup-plugin-lit-css": "^4.0.1",
158
+ "resolve-url-loader": "2.3.1",
149
159
  "sass": "^1.66.1",
150
160
  "sass-loader": "^12.3.0",
151
161
  "semver": "^7.3.5",
152
162
  "source-map-loader": "^3.0.0",
163
+ "storybook": "^8.5.1",
153
164
  "tailwindcss": "^3.0.2",
165
+ "terser-webpack-plugin": "^5.2.5",
166
+ "tsconfig-paths-webpack-plugin": "^4.0.0",
154
167
  "typescript": "^4.9.4",
155
168
  "typescript-plugin-css-modules": "^5.0.1",
156
169
  "url-loader": "^4.1.1",
157
170
  "uuid": "^9.0.1",
158
- "css-loader": "^6.7.3",
159
- "css-minimizer-webpack-plugin": "^3.2.0",
160
- "eslint-config-react-app": "^6.0.0",
161
- "eslint-plugin-storybook": "^0.11.0",
162
- "postcss": "^8.4.4",
163
- "postcss-flexbugs-fixes": "^5.0.2",
164
- "postcss-loader": "^6.2.1",
165
- "postcss-normalize": "^10.0.1",
166
- "postcss-preset-env": "^7.0.1",
167
- "prop-types": "^15.8.1",
168
- "react-scripts": "^5.0.1",
169
- "resolve-url-loader": "2.3.1",
170
- "storybook": "^8.5.1",
171
- "terser-webpack-plugin": "^5.2.5",
172
- "tsconfig-paths-webpack-plugin": "^4.0.0",
173
171
  "webpack": "^5.75.0",
174
172
  "webpack-cli": "^5.0.1",
175
173
  "webpack-dev-server": "^4.6.0",
@@ -178,7 +176,8 @@
178
176
  },
179
177
  "peerDependencies": {
180
178
  "react": ">=17.0.0",
181
- "react-dom": ">=17.0.0"
179
+ "react-dom": ">=17.0.0",
180
+ "react-router-dom": ">=6.0.0"
182
181
  },
183
182
  "jest": {
184
183
  "roots": [