@elliemae/pui-cli 6.0.0-beta.24 → 6.0.0-beta.25

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.
@@ -208,6 +208,7 @@ module.exports = (options) => ({
208
208
  {
209
209
  test: /\.svg$/i,
210
210
  issuer: /\.[jt]sx?$/,
211
+ resourceQuery: /^((?!url).)*$/,
211
212
  use: ['@svgr/webpack'],
212
213
  },
213
214
  {
@@ -173,6 +173,7 @@ module.exports = (options) => ({
173
173
  {
174
174
  test: /\.svg$/i,
175
175
  issuer: /\.[jt]sx?$/,
176
+ resourceQuery: /^((?!url).)*$/,
176
177
  use: ['@svgr/webpack'],
177
178
  },
178
179
  {
@@ -69,6 +69,7 @@ const getModuleRules = () => [
69
69
  {
70
70
  test: /\.svg$/i,
71
71
  issuer: /\.[jt]sx?$/,
72
+ resourceQuery: /^((?!url).)*$/,
72
73
  use: ['@svgr/webpack'],
73
74
  },
74
75
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "6.0.0-beta.24",
3
+ "version": "6.0.0-beta.25",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -86,7 +86,7 @@
86
86
  "@testing-library/react": "~12.1.2",
87
87
  "@testing-library/react-hooks": "~7.0.2",
88
88
  "@types/jest": "~27.0.3",
89
- "@types/node": "~16.11.11",
89
+ "@types/node": "~16.11.12",
90
90
  "@types/rimraf": "~3.0.2",
91
91
  "@types/testing-library__jest-dom": "~5.14.2",
92
92
  "@typescript-eslint/eslint-plugin": "~5.6.0",
@@ -129,7 +129,7 @@
129
129
  "esbuild-jest": "~0.5.0",
130
130
  "esbuild-loader": "~2.16.0",
131
131
  "esbuild-plugin-svgr": "~0.0.3",
132
- "eslint": "~8.4.0",
132
+ "eslint": "~8.4.1",
133
133
  "eslint-config-airbnb": "~18.2.1",
134
134
  "eslint-config-airbnb-base": "~15.0.0",
135
135
  "eslint-config-airbnb-typescript": "~15.0.0",
@@ -179,7 +179,8 @@
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
+ "node-gyp": "~8.4.1",
183
184
  "node-plop": "~0.30.0",
184
185
  "nodemon": "~2.0.15",
185
186
  "npm-check-updates": "12.0.3",