@elliemae/pui-cli 6.0.0-beta.1 → 6.0.0-beta.13

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": "@elliemae/pui-cli",
3
- "version": "6.0.0-beta.1",
3
+ "version": "6.0.0-beta.13",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -47,206 +47,205 @@
47
47
  "indent": 4
48
48
  },
49
49
  "dependencies": {
50
- "@babel/cli": "~7.15.7",
51
- "@babel/core": "~7.15.8",
52
- "@babel/node": "~7.15.8",
53
- "@babel/plugin-proposal-class-properties": "~7.14.5",
54
- "@babel/plugin-proposal-export-default-from": "~7.14.5",
50
+ "@babel/cli": "~7.16.0",
51
+ "@babel/core": "~7.16.0",
52
+ "@babel/eslint-parser": "~7.16.3",
53
+ "@babel/node": "~7.16.0",
54
+ "@babel/plugin-proposal-class-properties": "~7.16.0",
55
+ "@babel/plugin-proposal-export-default-from": "~7.16.0",
55
56
  "@babel/plugin-syntax-dynamic-import": "~7.8.3",
56
- "@babel/plugin-transform-modules-commonjs": "~7.15.4",
57
- "@babel/plugin-transform-react-constant-elements": "~7.14.5",
58
- "@babel/plugin-transform-react-inline-elements": "~7.14.5",
59
- "@babel/plugin-transform-react-jsx-source": "~7.14.5",
60
- "@babel/plugin-transform-runtime": "~7.15.8",
61
- "@babel/preset-env": "~7.15.8",
62
- "@babel/preset-react": "~7.14.5",
63
- "@babel/preset-typescript": "~7.15.0",
64
- "@babel/runtime": "~7.15.4",
65
- "@commitlint/cli": "~13.2.0",
66
- "@commitlint/config-conventional": "~13.2.0",
57
+ "@babel/plugin-transform-modules-commonjs": "~7.16.0",
58
+ "@babel/plugin-transform-react-constant-elements": "~7.16.0",
59
+ "@babel/plugin-transform-react-inline-elements": "~7.16.0",
60
+ "@babel/plugin-transform-react-jsx-source": "~7.16.0",
61
+ "@babel/plugin-transform-runtime": "~7.16.4",
62
+ "@babel/preset-env": "~7.16.4",
63
+ "@babel/preset-react": "~7.16.0",
64
+ "@babel/preset-typescript": "~7.16.0",
65
+ "@babel/runtime": "~7.16.3",
66
+ "@commitlint/cli": "~15.0.0",
67
+ "@commitlint/config-conventional": "~15.0.0",
67
68
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
68
- "@pmmmwh/react-refresh-webpack-plugin": "~0.5.1",
69
- "@semantic-release/changelog": "~6.0.0",
70
- "@semantic-release/exec": "~6.0.1",
71
- "@semantic-release/git": "~10.0.0",
72
- "@storybook/addon-a11y": "~6.3.10",
73
- "@storybook/addon-actions": "~6.3.10",
74
- "@storybook/addon-backgrounds": "~6.3.10",
75
- "@storybook/addon-console": "~1.2.3",
76
- "@storybook/addon-controls": "~6.3.10",
77
- "@storybook/addon-docs": "~6.3.10",
69
+ "@pmmmwh/react-refresh-webpack-plugin": "~0.5.3",
70
+ "@semantic-release/changelog": "~6.0.1",
71
+ "@semantic-release/exec": "~6.0.2",
72
+ "@semantic-release/git": "~10.0.1",
73
+ "@storybook/addon-a11y": "~6.4.3",
74
+ "@storybook/addon-essentials": "~6.4.3",
78
75
  "@storybook/addon-events": "~6.2.9",
79
- "@storybook/addon-knobs": "~6.3.1",
80
- "@storybook/addon-links": "~6.3.10",
81
- "@storybook/addon-storysource": "~6.3.10",
82
- "@storybook/addon-toolbars": "~6.3.10",
83
- "@storybook/addon-viewport": "~6.3.10",
84
- "@storybook/addons": "~6.3.10",
85
- "@storybook/builder-webpack5": "~6.3.10",
86
- "@storybook/manager-webpack5": "~6.3.10",
87
- "@storybook/react": "~6.3.10",
88
- "@storybook/theming": "~6.3.10",
89
- "@svgr/webpack": "~5.5.0",
90
- "@testing-library/jest-dom": "~5.14.1",
76
+ "@storybook/addon-interactions": "~6.4.3",
77
+ "@storybook/addon-links": "~6.4.3",
78
+ "@storybook/addon-storysource": "~6.4.3",
79
+ "@storybook/builder-webpack5": "~6.4.3",
80
+ "@storybook/manager-webpack5": "~6.4.3",
81
+ "@storybook/react": "~6.4.3",
82
+ "@storybook/theming": "~6.4.3",
83
+ "@stylelint/postcss-css-in-js": "~0.37.2",
84
+ "@svgr/webpack": "~6.0.0",
85
+ "@testing-library/jest-dom": "~5.15.1",
91
86
  "@testing-library/react": "~12.1.2",
92
87
  "@testing-library/react-hooks": "~7.0.2",
93
- "@types/jest": "~27.0.2",
94
- "@types/node": "~16.10.3",
88
+ "@types/jest": "~27.0.3",
89
+ "@types/node": "~16.11.11",
95
90
  "@types/rimraf": "~3.0.2",
96
- "@types/testing-library__jest-dom": "~5.14.1",
97
- "@typescript-eslint/eslint-plugin": "~4.33.0",
98
- "@typescript-eslint/parser": "~4.33.0",
99
- "autoprefixer": "~10.3.7",
100
- "axe-core": "~4.3.3",
101
- "babel-eslint": "~10.1.0",
102
- "babel-loader": "~8.2.2",
91
+ "@types/testing-library__jest-dom": "~5.14.2",
92
+ "@typescript-eslint/eslint-plugin": "~5.5.0",
93
+ "@typescript-eslint/parser": "~5.5.0",
94
+ "autoprefixer": "~10.4.0",
95
+ "axe-core": "~4.3.5",
96
+ "babel-loader": "~8.2.3",
103
97
  "babel-plugin-add-import-extension": "1.5.1",
98
+ "babel-plugin-date-fns": "~2.0.0",
104
99
  "babel-plugin-dynamic-import-node": "~2.3.3",
105
100
  "babel-plugin-import-remove-resource-query": "~1.0.0",
101
+ "babel-plugin-lodash": "~3.3.4",
106
102
  "babel-plugin-module-resolver": "~4.1.0",
107
- "babel-plugin-styled-components": "~1.13.2",
103
+ "babel-plugin-source-map-support": "~2.1.3",
104
+ "babel-plugin-styled-components": "~2.0.2",
108
105
  "babel-plugin-transform-react-remove-prop-types": "~0.4.24",
109
106
  "babel-plugin-transform-remove-console": "~6.9.4",
110
107
  "babel-plugin-transform-strip-block": "~0.0.4",
111
108
  "body-parser": "~1.19.0",
112
- "browserslist": "~4.17.3",
109
+ "browserslist": "~4.18.1",
113
110
  "bundlesize": "~0.18.1",
114
111
  "case-sensitive-paths-webpack-plugin": "~2.4.0",
115
112
  "chalk": "~4.1.2",
116
113
  "circular-dependency-plugin": "~5.2.2",
117
114
  "classnames": "~2.3.1",
118
- "compare-versions": "~3.6.0",
115
+ "compare-versions": "~4.1.1",
119
116
  "compression": "~1.7.4",
120
- "compression-webpack-plugin": "~9.0.0",
121
- "copy-webpack-plugin": "~9.0.1",
117
+ "compression-webpack-plugin": "~9.0.1",
118
+ "copy-webpack-plugin": "~10.0.0",
122
119
  "cors": "~2.8.5",
123
120
  "cross-env": "~7.0.3",
124
- "css-loader": "~6.3.0",
125
- "css-minimizer-webpack-plugin": "~3.1.1",
121
+ "css-loader": "~6.5.1",
122
+ "css-minimizer-webpack-plugin": "~3.2.0",
126
123
  "depcheck": "~1.4.2",
127
124
  "docdash": "~1.2.0",
128
125
  "dotenv": "~10.0.0",
129
126
  "dotenv-webpack": "~7.0.3",
130
127
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
131
- "esbuild-loader": "~2.15.1",
132
- "eslint": "~7.32.0",
128
+ "esbuild": "~0.14.1",
129
+ "esbuild-jest": "~0.5.0",
130
+ "esbuild-loader": "~2.16.0",
131
+ "eslint": "~8.3.0",
133
132
  "eslint-config-airbnb": "~18.2.1",
134
- "eslint-config-airbnb-base": "~14.2.1",
135
- "eslint-config-airbnb-typescript": "~14.0.0",
133
+ "eslint-config-airbnb-base": "~15.0.0",
134
+ "eslint-config-airbnb-typescript": "~15.0.0",
136
135
  "eslint-config-prettier": "~8.3.0",
137
136
  "eslint-config-react-app": "~6.0.0",
138
137
  "eslint-import-resolver-babel-module": "~5.3.1",
139
138
  "eslint-import-resolver-typescript": "~2.5.0",
140
- "eslint-import-resolver-webpack": "~0.13.1",
141
- "eslint-loader": "~4.0.2",
139
+ "eslint-import-resolver-webpack": "~0.13.2",
142
140
  "eslint-plugin-compat": "~3.13.0",
143
141
  "eslint-plugin-eslint-comments": "~3.2.0",
144
- "eslint-plugin-import": "~2.24.2",
145
- "eslint-plugin-jest": "~24.5.2",
146
- "eslint-plugin-jsdoc": "~36.1.0",
147
- "eslint-plugin-jsx-a11y": "~6.4.1",
148
- "eslint-plugin-mdx": "~1.15.1",
142
+ "eslint-plugin-import": "~2.25.3",
143
+ "eslint-plugin-jest": "~25.3.0",
144
+ "eslint-plugin-jsdoc": "~37.1.0",
145
+ "eslint-plugin-jsx-a11y": "~6.5.1",
146
+ "eslint-plugin-mdx": "~1.16.0",
149
147
  "eslint-plugin-prettier": "~4.0.0",
150
- "eslint-plugin-react": "~7.26.1",
151
- "eslint-plugin-react-hooks": "~4.2.0",
148
+ "eslint-plugin-react": "~7.27.1",
149
+ "eslint-plugin-react-hooks": "~4.3.0",
152
150
  "eslint-plugin-redux-saga": "~1.2.1",
153
- "eslint-plugin-testing-library": "~4.12.4",
151
+ "eslint-plugin-storybook": "~0.5.1",
152
+ "eslint-plugin-testing-library": "~5.0.1",
154
153
  "eslint-plugin-wdio": "~7.4.2",
155
- "eslint-webpack-plugin": "~3.0.1",
156
154
  "execa": "~5.1.1",
157
155
  "express": "~4.17.1",
158
- "express-pino-logger": "~6.0.0",
156
+ "express-pino-logger": "~7.0.0",
159
157
  "file-loader": "~6.2.0",
160
- "fork-ts-checker-webpack-plugin": "~6.3.4",
158
+ "fork-ts-checker-webpack-plugin": "~6.5.0",
161
159
  "helmet-csp": "~3.4.0",
162
- "html-loader": "~2.1.2",
163
- "html-webpack-plugin": "~5.3.2",
164
- "http-server": "~13.0.2",
165
- "husky": "~7.0.2",
160
+ "html-loader": "~3.0.1",
161
+ "html-webpack-plugin": "~5.5.0",
162
+ "http-server": "~14.0.0",
163
+ "husky": "~7.0.4",
166
164
  "husky-init": "~7.0.0",
167
- "image-minimizer-webpack-plugin": "~2.2.0",
168
- "imagemin-gifsicle": "~7.0.0",
169
- "imagemin-jpegtran": "~7.0.0",
170
- "imagemin-optipng": "~8.0.0",
171
- "imagemin-svgo": "~10.0.0",
172
- "imports-loader": "~3.0.0",
165
+ "image-webpack-loader": "~8.0.1",
166
+ "imports-loader": "~3.1.1",
173
167
  "ip": "~1.1.5",
174
168
  "jest-axe": "~5.0.1",
175
- "jest-cli": "~27.2.4",
169
+ "jest-cli": "~27.4.3",
176
170
  "jest-sonar-reporter": "~2.0.0",
177
- "jest-styled-components": "~7.0.5",
171
+ "jest-styled-components": "~7.0.8",
178
172
  "jscodeshift": "~0.13.0",
179
173
  "jsdoc": "~3.6.7",
180
- "lint-staged": "~11.2.0",
181
- "mini-css-extract-plugin": "~2.4.1",
174
+ "lint-staged": "~12.1.2",
175
+ "mini-css-extract-plugin": "~2.4.5",
182
176
  "minimist": "~1.2.5",
183
177
  "moment": "~2.29.1",
184
178
  "moment-locales-webpack-plugin": "~1.2.0",
185
179
  "msw": "~0.35.0",
186
- "node-plop": "~0.26.2",
187
- "nodemon": "~2.0.13",
188
- "npm-check-updates": "~11.8.5",
180
+ "node-plop": "~0.30.0",
181
+ "nodemon": "~2.0.15",
182
+ "npm-check-updates": "12.0.2",
189
183
  "null-loader": "~4.0.1",
190
- "pino": "~6.13.3",
191
- "pino-pretty": "~7.0.1",
184
+ "pino": "~7.5.1",
185
+ "pino-pretty": "~7.2.0",
192
186
  "pinst": "~2.1.6",
193
- "plop": "~2.7.4",
194
- "postcss": "~8.3.9",
195
- "postcss-loader": "~6.1.1",
196
- "postcss-preset-env": "~6.7.0",
197
- "prettier": "~2.4.1",
187
+ "plop": "~3.0.1",
188
+ "postcss": "~8.4.4",
189
+ "postcss-jsx": "~0.36.4",
190
+ "postcss-html": "~1.3.0",
191
+ "postcss-markdown": "~1.2.0",
192
+ "postcss-syntax": "~0.36.2",
193
+ "postcss-loader": "~6.2.1",
194
+ "postcss-preset-env": "~7.0.1",
195
+ "prettier": "~2.5.0",
198
196
  "pug": "~3.0.2",
199
197
  "pug-loader": "~2.4.0",
200
198
  "raf": "~3.4.1",
201
199
  "raw-loader": "~4.0.2",
202
200
  "react-axe": "~3.5.4",
203
201
  "react-docgen": "~5.4.0",
204
- "react-refresh": "~0.10.0",
202
+ "react-refresh": "~0.11.0",
205
203
  "react-test-renderer": "~17.0.2",
206
204
  "resize-observer-polyfill": "~1.5.1",
207
205
  "rimraf": "~3.0.2",
208
206
  "script-loader": "~0.7.2",
209
- "semantic-release": "~18.0.0",
207
+ "semantic-release": "~18.0.1",
210
208
  "shelljs": "~0.8.4",
211
209
  "slackify-markdown": "~4.3.0",
210
+ "storybook-builder-vite": "~0.1.10",
211
+ "storybook-addon-turbo-build": "~1.0.1",
212
212
  "storybook-react-router": "~1.0.8",
213
- "style-loader": "~3.3.0",
214
- "stylelint": "~13.13.1",
215
- "stylelint-config-recommended": "~5.0.0",
213
+ "style-loader": "~3.3.1",
214
+ "stylelint": "~14.1.0",
215
+ "stylelint-config-recommended": "~6.0.0",
216
216
  "stylelint-config-styled-components": "~0.1.1",
217
217
  "stylelint-custom-processor-loader": "~0.6.0",
218
- "stylelint-formatter-pretty": "~2.1.1",
219
218
  "stylelint-processor-styled-components": "~1.10.0",
220
- "stylelint-webpack-plugin": "~3.0.1",
221
219
  "svg-url-loader": "~7.1.1",
222
- "svgo": "~2.7.0",
223
- "terser-webpack-plugin": "~5.2.4",
224
- "ts-node": "~10.2.1",
225
- "tsc-alias": "~1.3.10",
226
- "tsc-files": "~1.1.2",
227
- "tsconfig-paths": "~3.11.0",
228
- "tsconfig-paths-webpack-plugin": "~3.5.1",
229
- "type-fest": "~2.3.4",
230
- "typescript": "~4.4.3",
220
+ "svgo": "~2.8.0",
221
+ "terser-webpack-plugin": "~5.2.5",
222
+ "ts-node": "~10.4.0",
223
+ "tsc-alias": "~1.4.2",
224
+ "tsc-files": "~1.1.3",
225
+ "tsconfig-paths": "~3.12.0",
226
+ "tsconfig-paths-webpack-plugin": "~3.5.2",
227
+ "type-fest": "~2.8.0",
228
+ "typescript": "~4.5.2",
231
229
  "update-notifier": "~5.1.0",
232
230
  "url-loader": "~4.1.1",
233
231
  "uuid": "~8.3.2",
234
- "webpack": "~5.57.1",
235
- "webpack-bundle-analyzer": "~4.4.2",
236
- "webpack-cli": "~4.9.0",
237
- "webpack-dev-middleware": "~5.2.1",
232
+ "vite": "~2.6.14",
233
+ "webpack": "~5.64.4",
234
+ "webpack-bundle-analyzer": "~4.5.0",
235
+ "webpack-cli": "~4.9.1",
236
+ "webpack-dev-middleware": "~5.2.2",
238
237
  "webpack-hot-middleware": "~2.25.1",
239
238
  "webpack-manifest-plugin": "~4.0.2",
240
239
  "webpack-merge": "~5.8.0",
241
240
  "webpack-pwa-manifest": "~4.3.0",
242
241
  "webpack-strip-block": "~0.3.0",
243
242
  "whatwg-fetch": "~3.6.2",
244
- "workbox-webpack-plugin": "~6.3.0",
245
- "yargs": "~17.2.1"
243
+ "workbox-webpack-plugin": "~6.4.1",
244
+ "yargs": "~17.3.0"
246
245
  },
247
246
  "devDependencies": {
248
- "redux": "~4.1.1",
247
+ "redux": "~4.1.2",
249
248
  "redux-saga": "~1.1.3",
250
- "styled-components": "~5.3.1"
249
+ "styled-components": "~5.3.3"
251
250
  }
252
251
  }