@elliemae/pui-cli 5.21.2 → 5.21.3

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.
@@ -1,3 +1,5 @@
1
- module.exports = {
2
- ReactComponent: 'IMAGE_MOCK',
3
- };
1
+ // eslint-disable-next-line no-unused-vars
2
+ import * as React from 'react';
3
+
4
+ export default 'SvgrURL';
5
+ export const ReactComponent = 'div';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.21.2",
3
+ "version": "5.21.3",
4
4
  "private": false,
5
5
  "description": "EllieMae Platform UI CLI",
6
6
  "sideEffects": false,
@@ -93,7 +93,7 @@
93
93
  "@testing-library/react": "~12.1.2",
94
94
  "@testing-library/react-hooks": "~7.0.2",
95
95
  "@types/jest": "~27.0.3",
96
- "@types/node": "~16.11.11",
96
+ "@types/node": "~16.11.12",
97
97
  "@types/rimraf": "~3.0.2",
98
98
  "@types/testing-library__jest-dom": "~5.14.2",
99
99
  "@typescript-eslint/eslint-plugin": "~5.6.0",
@@ -132,7 +132,7 @@
132
132
  "dotenv": "~10.0.0",
133
133
  "dotenv-webpack": "~7.0.3",
134
134
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
135
- "eslint": "~8.4.0",
135
+ "eslint": "~8.4.1",
136
136
  "eslint-config-airbnb": "~18.2.1",
137
137
  "eslint-config-airbnb-base": "~15.0.0",
138
138
  "eslint-config-airbnb-typescript": "~15.0.0",
@@ -179,7 +179,7 @@
179
179
  "minimist": "~1.2.5",
180
180
  "moment": "~2.29.1",
181
181
  "moment-locales-webpack-plugin": "~1.2.0",
182
- "msw": "~0.36.0",
182
+ "msw": "~0.36.1",
183
183
  "node-gyp": "~8.4.1",
184
184
  "node-plop": "~0.30.0",
185
185
  "nodemon": "~2.0.15",
@@ -211,7 +211,7 @@
211
211
  "script-loader": "~0.7.2",
212
212
  "semantic-release": "~18.0.1",
213
213
  "shelljs": "~0.8.4",
214
- "slackify-markdown": "~4.3.0",
214
+ "slackify-markdown": "~4.3.1",
215
215
  "storybook-react-router": "~1.0.8",
216
216
  "style-loader": "~3.3.1",
217
217
  "stylelint": "~14.1.0",