@elliemae/pui-cli 7.3.2 → 7.5.0
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.
|
@@ -79,6 +79,10 @@ var webpack_lib_dev_babel_default = (0, import_webpack_lib_base_babel.baseConfig
|
|
|
79
79
|
historyApiFallback: true,
|
|
80
80
|
hot: true,
|
|
81
81
|
open: [basePath],
|
|
82
|
-
port: process.env.PORT || "auto"
|
|
82
|
+
port: process.env.PORT || "auto",
|
|
83
|
+
headers: {
|
|
84
|
+
"Access-Control-Allow-Origin": "*",
|
|
85
|
+
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS"
|
|
86
|
+
}
|
|
83
87
|
}
|
|
84
88
|
});
|
|
@@ -50,7 +50,11 @@ var webpack_lib_dev_babel_default = baseConfig({
|
|
|
50
50
|
historyApiFallback: true,
|
|
51
51
|
hot: true,
|
|
52
52
|
open: [basePath],
|
|
53
|
-
port: process.env.PORT || "auto"
|
|
53
|
+
port: process.env.PORT || "auto",
|
|
54
|
+
headers: {
|
|
55
|
+
"Access-Control-Allow-Origin": "*",
|
|
56
|
+
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, PATCH, OPTIONS"
|
|
57
|
+
}
|
|
54
58
|
}
|
|
55
59
|
});
|
|
56
60
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@axe-core/react": "~4.4.4",
|
|
66
66
|
"@babel/cli": "~7.18.10",
|
|
67
|
-
"@babel/core": "~7.
|
|
68
|
-
"@babel/eslint-parser": "~7.
|
|
69
|
-
"@babel/node": "~7.
|
|
67
|
+
"@babel/core": "~7.19.1",
|
|
68
|
+
"@babel/eslint-parser": "~7.19.1",
|
|
69
|
+
"@babel/node": "~7.19.1",
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
71
71
|
"@babel/plugin-proposal-export-default-from": "~7.18.10",
|
|
72
72
|
"@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
|
@@ -74,51 +74,51 @@
|
|
|
74
74
|
"@babel/plugin-transform-react-constant-elements": "~7.18.12",
|
|
75
75
|
"@babel/plugin-transform-react-inline-elements": "~7.18.6",
|
|
76
76
|
"@babel/plugin-transform-react-jsx-source": "~7.18.6",
|
|
77
|
-
"@babel/plugin-transform-runtime": "~7.
|
|
78
|
-
"@babel/preset-env": "~7.
|
|
77
|
+
"@babel/plugin-transform-runtime": "~7.19.1",
|
|
78
|
+
"@babel/preset-env": "~7.19.1",
|
|
79
79
|
"@babel/preset-react": "~7.18.6",
|
|
80
80
|
"@babel/preset-typescript": "~7.18.6",
|
|
81
|
-
"@babel/runtime": "~7.
|
|
81
|
+
"@babel/runtime": "~7.19.0",
|
|
82
82
|
"@commitlint/cli": "~17.1.2",
|
|
83
83
|
"@commitlint/config-conventional": "~17.1.0",
|
|
84
84
|
"@elliemae/browserslist-config-elliemae-latest-browsers": "~1.5.0",
|
|
85
|
-
"@faker-js/faker": "7.
|
|
86
|
-
"@nrwl/cli": "14.5
|
|
87
|
-
"@nrwl/tao": "14.5
|
|
88
|
-
"@nrwl/workspace": "14.5
|
|
85
|
+
"@faker-js/faker": "7.5.0",
|
|
86
|
+
"@nrwl/cli": "14.7.5",
|
|
87
|
+
"@nrwl/tao": "14.7.5",
|
|
88
|
+
"@nrwl/workspace": "14.7.5",
|
|
89
89
|
"@pmmmwh/react-refresh-webpack-plugin": "~0.5.7",
|
|
90
90
|
"@semantic-release/changelog": "~6.0.1",
|
|
91
91
|
"@semantic-release/exec": "~6.0.3",
|
|
92
92
|
"@semantic-release/git": "~10.0.1",
|
|
93
|
-
"@storybook/addon-a11y": "~6.5.
|
|
94
|
-
"@storybook/addon-essentials": "~6.5.
|
|
93
|
+
"@storybook/addon-a11y": "~6.5.12",
|
|
94
|
+
"@storybook/addon-essentials": "~6.5.12",
|
|
95
95
|
"@storybook/addon-events": "~6.2.9",
|
|
96
|
-
"@storybook/addon-interactions": "~6.5.
|
|
97
|
-
"@storybook/addon-links": "~6.5.
|
|
98
|
-
"@storybook/addon-storysource": "~6.5.
|
|
96
|
+
"@storybook/addon-interactions": "~6.5.12",
|
|
97
|
+
"@storybook/addon-links": "~6.5.12",
|
|
98
|
+
"@storybook/addon-storysource": "~6.5.12",
|
|
99
99
|
"@storybook/builder-vite": "~0.2.2",
|
|
100
|
-
"@storybook/builder-webpack5": "~6.5.
|
|
101
|
-
"@storybook/manager-webpack5": "~6.5.
|
|
102
|
-
"@storybook/react": "~6.5.
|
|
103
|
-
"@storybook/theming": "~6.5.
|
|
100
|
+
"@storybook/builder-webpack5": "~6.5.12",
|
|
101
|
+
"@storybook/manager-webpack5": "~6.5.12",
|
|
102
|
+
"@storybook/react": "~6.5.12",
|
|
103
|
+
"@storybook/theming": "~6.5.12",
|
|
104
104
|
"@stylelint/postcss-css-in-js": "~0.38.0",
|
|
105
105
|
"@svgr/webpack": "~6.3.1",
|
|
106
106
|
"@swc/cli": "~0.1.57",
|
|
107
|
-
"@swc/core": "~1.
|
|
107
|
+
"@swc/core": "~1.3.1",
|
|
108
108
|
"@swc/jest": "~0.2.22",
|
|
109
109
|
"@testing-library/jest-dom": "~5.16.5",
|
|
110
|
-
"@testing-library/react": "~13.
|
|
110
|
+
"@testing-library/react": "~13.4.0",
|
|
111
111
|
"@testing-library/react-hooks": "~8.0.1",
|
|
112
112
|
"@testing-library/user-event": "~14.4.3",
|
|
113
113
|
"@types/jest": "~28.1.8",
|
|
114
|
-
"@types/node": "~18.7.
|
|
114
|
+
"@types/node": "~18.7.18",
|
|
115
115
|
"@types/rimraf": "~3.0.2",
|
|
116
116
|
"@types/testing-library__jest-dom": "~5.14.5",
|
|
117
|
-
"@typescript-eslint/eslint-plugin": "~5.
|
|
118
|
-
"@typescript-eslint/parser": "~5.
|
|
119
|
-
"@vitejs/plugin-react": "~2.0
|
|
120
|
-
"@vitest/coverage-c8": "~0.
|
|
121
|
-
"autoprefixer": "~10.4.
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "~5.37.0",
|
|
118
|
+
"@typescript-eslint/parser": "~5.37.0",
|
|
119
|
+
"@vitejs/plugin-react": "~2.1.0",
|
|
120
|
+
"@vitest/coverage-c8": "~0.23.2",
|
|
121
|
+
"autoprefixer": "~10.4.11",
|
|
122
122
|
"axe-core": "~4.4.3",
|
|
123
123
|
"babel-plugin-date-fns": "~2.0.0",
|
|
124
124
|
"babel-plugin-dynamic-import-node": "~2.3.3",
|
|
@@ -141,24 +141,24 @@
|
|
|
141
141
|
"cors": "~2.8.5",
|
|
142
142
|
"cross-env": "~7.0.3",
|
|
143
143
|
"css-loader": "~6.7.1",
|
|
144
|
-
"css-minimizer-webpack-plugin": "~4.
|
|
144
|
+
"css-minimizer-webpack-plugin": "~4.1.0",
|
|
145
145
|
"depcheck": "~1.4.3",
|
|
146
146
|
"docdash": "~1.2.0",
|
|
147
|
-
"dotenv": "~16.0.
|
|
147
|
+
"dotenv": "~16.0.2",
|
|
148
148
|
"dotenv-webpack": "~8.0.1",
|
|
149
149
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
150
150
|
"enhanced-resolve": "5.10.0",
|
|
151
|
-
"esbuild": "~0.15.
|
|
152
|
-
"esbuild-loader": "~2.
|
|
151
|
+
"esbuild": "~0.15.7",
|
|
152
|
+
"esbuild-loader": "~2.20.0",
|
|
153
153
|
"esbuild-plugin-svgr": "~1.0.1",
|
|
154
|
-
"eslint": "~8.23.
|
|
154
|
+
"eslint": "~8.23.1",
|
|
155
155
|
"eslint-config-airbnb": "~19.0.4",
|
|
156
156
|
"eslint-config-airbnb-base": "~15.0.0",
|
|
157
157
|
"eslint-config-airbnb-typescript": "~17.0.0",
|
|
158
158
|
"eslint-config-prettier": "~8.5.0",
|
|
159
159
|
"eslint-config-react-app": "~7.0.1",
|
|
160
160
|
"eslint-import-resolver-babel-module": "~5.3.1",
|
|
161
|
-
"eslint-import-resolver-typescript": "~3.5.
|
|
161
|
+
"eslint-import-resolver-typescript": "~3.5.1",
|
|
162
162
|
"eslint-import-resolver-webpack": "~0.13.2",
|
|
163
163
|
"eslint-plugin-compat": "~4.0.2",
|
|
164
164
|
"eslint-plugin-eslint-comments": "~3.2.0",
|
|
@@ -166,21 +166,21 @@
|
|
|
166
166
|
"eslint-plugin-jest": "~26.8.7",
|
|
167
167
|
"eslint-plugin-jsdoc": "~39.3.6",
|
|
168
168
|
"eslint-plugin-jsx-a11y": "~6.6.1",
|
|
169
|
-
"eslint-plugin-mdx": "~2.0.
|
|
169
|
+
"eslint-plugin-mdx": "~2.0.4",
|
|
170
170
|
"eslint-plugin-prettier": "~4.2.1",
|
|
171
|
-
"eslint-plugin-react": "~7.31.
|
|
171
|
+
"eslint-plugin-react": "~7.31.8",
|
|
172
172
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
173
173
|
"eslint-plugin-redux-saga": "~1.3.2",
|
|
174
174
|
"eslint-plugin-storybook": "~0.6.4",
|
|
175
|
-
"eslint-plugin-testing-library": "~5.6.
|
|
175
|
+
"eslint-plugin-testing-library": "~5.6.4",
|
|
176
176
|
"eslint-plugin-wdio": "~7.21.0",
|
|
177
177
|
"execa": "~6.1.0",
|
|
178
178
|
"express": "~4.18.1",
|
|
179
179
|
"express-pino-logger": "~7.0.0",
|
|
180
180
|
"express-static-gzip": "~2.1.7",
|
|
181
|
-
"favicons": "~
|
|
181
|
+
"favicons": "~7.0.0",
|
|
182
182
|
"favicons-webpack-plugin": "~5.0.2",
|
|
183
|
-
"fast-glob": "~3.2.
|
|
183
|
+
"fast-glob": "~3.2.12",
|
|
184
184
|
"find-up": "~6.3.0",
|
|
185
185
|
"find-up-cli": "~5.0.0",
|
|
186
186
|
"happy-dom": "~6.0.4",
|
|
@@ -196,23 +196,23 @@
|
|
|
196
196
|
"jest-cli": "~28.1.3",
|
|
197
197
|
"jest-environment-jsdom": "~28.1.3",
|
|
198
198
|
"jest-sonar-reporter": "~2.0.0",
|
|
199
|
-
"jest-styled-components": "~7.1.
|
|
200
|
-
"jest-watch-typeahead": "~2.
|
|
199
|
+
"jest-styled-components": "~7.1.1",
|
|
200
|
+
"jest-watch-typeahead": "~2.2.0",
|
|
201
201
|
"jscodeshift": "~0.13.1",
|
|
202
202
|
"jsdoc": "~3.6.11",
|
|
203
|
-
"lerna": "~5.
|
|
203
|
+
"lerna": "~5.5.1",
|
|
204
204
|
"lint-staged": "~13.0.3",
|
|
205
205
|
"mini-css-extract-plugin": "~2.6.1",
|
|
206
206
|
"minimist": "~1.2.6",
|
|
207
207
|
"moment": "~2.29.4",
|
|
208
208
|
"moment-locales-webpack-plugin": "~1.2.0",
|
|
209
|
-
"msw": "~0.
|
|
209
|
+
"msw": "~0.47.2",
|
|
210
210
|
"node-gyp": "~9.1.0",
|
|
211
211
|
"node-plop": "~0.31.0",
|
|
212
212
|
"nodemon": "~2.0.19",
|
|
213
213
|
"normalize-path": "~3.0.0",
|
|
214
|
-
"npm-check-updates": "16.
|
|
215
|
-
"pino": "~8.
|
|
214
|
+
"npm-check-updates": "16.1.3",
|
|
215
|
+
"pino": "~8.5.0",
|
|
216
216
|
"pino-pretty": "~9.1.0",
|
|
217
217
|
"plop": "~3.1.1",
|
|
218
218
|
"postcss": "~8.4.16",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"postcss-jsx": "~0.36.4",
|
|
221
221
|
"postcss-loader": "~7.0.1",
|
|
222
222
|
"postcss-markdown": "~1.2.0",
|
|
223
|
-
"postcss-preset-env": "~7.8.
|
|
223
|
+
"postcss-preset-env": "~7.8.1",
|
|
224
224
|
"postcss-syntax": "~0.36.2",
|
|
225
225
|
"prettier": "~2.7.1",
|
|
226
226
|
"pug": "~3.0.2",
|
|
@@ -245,18 +245,18 @@
|
|
|
245
245
|
"swc-loader": "~0.2.3",
|
|
246
246
|
"ts-node": "~10.9.1",
|
|
247
247
|
"tsc-alias": "~1.7.0",
|
|
248
|
-
"typedoc": "~0.23.
|
|
249
|
-
"typescript": "~4.8.
|
|
248
|
+
"typedoc": "~0.23.14",
|
|
249
|
+
"typescript": "~4.8.3",
|
|
250
250
|
"update-notifier": "~6.0.2",
|
|
251
251
|
"url-loader": "~4.1.1",
|
|
252
|
-
"uuid": "~
|
|
253
|
-
"vite": "~3.0
|
|
254
|
-
"vitest": "~0.
|
|
252
|
+
"uuid": "~9.0.0",
|
|
253
|
+
"vite": "~3.1.0",
|
|
254
|
+
"vitest": "~0.23.2",
|
|
255
255
|
"vite-tsconfig-paths": "~3.5.0",
|
|
256
256
|
"webpack": "~5.74.0",
|
|
257
257
|
"webpack-bundle-analyzer": "~4.6.1",
|
|
258
258
|
"webpack-cli": "~4.10.0",
|
|
259
|
-
"webpack-dev-server": "~4.
|
|
259
|
+
"webpack-dev-server": "~4.11.0",
|
|
260
260
|
"webpack-manifest-plugin": "~5.0.0",
|
|
261
261
|
"webpack-merge": "~5.8.0",
|
|
262
262
|
"whatwg-fetch": "~3.6.2",
|