@elliemae/pui-cli 7.3.2 → 7.4.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.4.0",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@axe-core/react": "~4.4.4",
|
|
66
66
|
"@babel/cli": "~7.18.10",
|
|
67
|
-
"@babel/core": "~7.
|
|
67
|
+
"@babel/core": "~7.19.0",
|
|
68
68
|
"@babel/eslint-parser": "~7.18.9",
|
|
69
69
|
"@babel/node": "~7.18.10",
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "~7.18.6",
|
|
@@ -75,17 +75,17 @@
|
|
|
75
75
|
"@babel/plugin-transform-react-inline-elements": "~7.18.6",
|
|
76
76
|
"@babel/plugin-transform-react-jsx-source": "~7.18.6",
|
|
77
77
|
"@babel/plugin-transform-runtime": "~7.18.10",
|
|
78
|
-
"@babel/preset-env": "~7.
|
|
78
|
+
"@babel/preset-env": "~7.19.0",
|
|
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.6.5",
|
|
87
|
+
"@nrwl/tao": "14.6.5",
|
|
88
|
+
"@nrwl/workspace": "14.6.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",
|
|
@@ -104,20 +104,20 @@
|
|
|
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.2.
|
|
107
|
+
"@swc/core": "~1.2.248",
|
|
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.15",
|
|
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.
|
|
117
|
+
"@typescript-eslint/eslint-plugin": "~5.36.2",
|
|
118
|
+
"@typescript-eslint/parser": "~5.36.2",
|
|
119
|
+
"@vitejs/plugin-react": "~2.1.0",
|
|
120
|
+
"@vitest/coverage-c8": "~0.23.1",
|
|
121
121
|
"autoprefixer": "~10.4.8",
|
|
122
122
|
"axe-core": "~4.4.3",
|
|
123
123
|
"babel-plugin-date-fns": "~2.0.0",
|
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
"css-minimizer-webpack-plugin": "~4.0.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
154
|
"eslint": "~8.23.0",
|
|
155
155
|
"eslint-config-airbnb": "~19.0.4",
|
|
@@ -166,13 +166,13 @@
|
|
|
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.3",
|
|
170
170
|
"eslint-plugin-prettier": "~4.2.1",
|
|
171
|
-
"eslint-plugin-react": "~7.31.
|
|
171
|
+
"eslint-plugin-react": "~7.31.7",
|
|
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.1",
|
|
176
176
|
"eslint-plugin-wdio": "~7.21.0",
|
|
177
177
|
"execa": "~6.1.0",
|
|
178
178
|
"express": "~4.18.1",
|
|
@@ -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.
|
|
199
|
+
"jest-styled-components": "~7.1.1",
|
|
200
200
|
"jest-watch-typeahead": "~2.1.1",
|
|
201
201
|
"jscodeshift": "~0.13.1",
|
|
202
202
|
"jsdoc": "~3.6.11",
|
|
203
|
-
"lerna": "~5.
|
|
203
|
+
"lerna": "~5.5.0",
|
|
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.0",
|
|
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.0
|
|
215
|
-
"pino": "~8.
|
|
214
|
+
"npm-check-updates": "16.1.0",
|
|
215
|
+
"pino": "~8.5.0",
|
|
216
216
|
"pino-pretty": "~9.1.0",
|
|
217
217
|
"plop": "~3.1.1",
|
|
218
218
|
"postcss": "~8.4.16",
|
|
@@ -245,13 +245,13 @@
|
|
|
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.
|
|
248
|
+
"typedoc": "~0.23.14",
|
|
249
249
|
"typescript": "~4.8.2",
|
|
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.1",
|
|
255
255
|
"vite-tsconfig-paths": "~3.5.0",
|
|
256
256
|
"webpack": "~5.74.0",
|
|
257
257
|
"webpack-bundle-analyzer": "~4.6.1",
|