@elliemae/pui-cli 5.17.2 → 5.17.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.
@@ -121,7 +121,7 @@ module.exports = (options) => ({
121
121
  module: {
122
122
  rules: [
123
123
  {
124
- test: /\.(jpe?g|png|gif|svg)$/,
124
+ test: /\.(jpe?g|png|gif|svg|ico)$/,
125
125
  use: [
126
126
  'file-loader',
127
127
  {
@@ -88,7 +88,7 @@ module.exports = (options) => ({
88
88
  module: {
89
89
  rules: [
90
90
  {
91
- test: /\.(jpe?g|png|gif|svg)$/,
91
+ test: /\.(jpe?g|png|gif|svg|ico)$/,
92
92
  use: [
93
93
  'file-loader',
94
94
  {
@@ -60,7 +60,7 @@ const compressionPlugin = new CompressionPlugin({
60
60
 
61
61
  const getModulePreRules = () => [
62
62
  {
63
- test: /\.(jpe?g|png|gif|svg)$/,
63
+ test: /\.(jpe?g|png|gif|svg|ico)$/,
64
64
  use: [
65
65
  'file-loader',
66
66
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "5.17.2",
3
+ "version": "5.17.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.9",
96
+ "@types/node": "~16.11.10",
97
97
  "@types/rimraf": "~3.0.2",
98
98
  "@types/testing-library__jest-dom": "~5.14.1",
99
99
  "@typescript-eslint/eslint-plugin": "~5.4.0",
@@ -107,7 +107,8 @@
107
107
  "babel-plugin-import-remove-resource-query": "~1.0.0",
108
108
  "babel-plugin-lodash": "~3.3.4",
109
109
  "babel-plugin-module-resolver": "~4.1.0",
110
- "babel-plugin-styled-components": "~1.13.3",
110
+ "babel-plugin-source-map-support": "~2.1.3",
111
+ "babel-plugin-styled-components": "~2.0.1",
111
112
  "babel-plugin-transform-react-remove-prop-types": "~0.4.24",
112
113
  "babel-plugin-transform-remove-console": "~6.9.4",
113
114
  "babel-plugin-transform-strip-block": "~0.0.4",
@@ -125,7 +126,7 @@
125
126
  "cors": "~2.8.5",
126
127
  "cross-env": "~7.0.3",
127
128
  "css-loader": "~6.5.1",
128
- "css-minimizer-webpack-plugin": "~3.1.4",
129
+ "css-minimizer-webpack-plugin": "~3.2.0",
129
130
  "depcheck": "~1.4.2",
130
131
  "docdash": "~1.2.0",
131
132
  "dotenv": "~10.0.0",
@@ -183,14 +184,14 @@
183
184
  "nodemon": "~2.0.15",
184
185
  "npm-check-updates": "12.0.2",
185
186
  "null-loader": "~4.0.1",
186
- "pino": "~7.4.0",
187
+ "pino": "~7.4.1",
187
188
  "pino-pretty": "~7.2.0",
188
189
  "pinst": "~2.1.6",
189
190
  "plop": "~2.7.6",
190
- "postcss": "~8.3.11",
191
+ "postcss": "~8.4.0",
191
192
  "postcss-jsx": "~0.36.4",
192
- "postcss-html": "~1.2.0",
193
- "postcss-markdown": "~1.1.0",
193
+ "postcss-html": "~1.3.0",
194
+ "postcss-markdown": "~1.2.0",
194
195
  "postcss-syntax": "~0.36.2",
195
196
  "postcss-loader": "~6.2.0",
196
197
  "postcss-preset-env": "~7.0.1",
@@ -206,7 +207,7 @@
206
207
  "resize-observer-polyfill": "~1.5.1",
207
208
  "rimraf": "~3.0.2",
208
209
  "script-loader": "~0.7.2",
209
- "semantic-release": "~18.0.0",
210
+ "semantic-release": "~18.0.1",
210
211
  "shelljs": "~0.8.4",
211
212
  "slackify-markdown": "~4.3.0",
212
213
  "storybook-react-router": "~1.0.8",
@@ -229,7 +230,7 @@
229
230
  "update-notifier": "~5.1.0",
230
231
  "url-loader": "~4.1.1",
231
232
  "uuid": "~8.3.2",
232
- "webpack": "~5.64.2",
233
+ "webpack": "~5.64.3",
233
234
  "webpack-bundle-analyzer": "~4.5.0",
234
235
  "webpack-cli": "~4.9.1",
235
236
  "webpack-dev-middleware": "~5.2.2",