@elliemae/pui-cli 7.0.0-beta.11 → 7.0.0-beta.12

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.
@@ -91,7 +91,9 @@ const jestConfig = {
91
91
  APP_CONFIG: getAppConfig(),
92
92
  __webpack_public_path__: '/',
93
93
  },
94
- testURL: `http://localhost:3111${basePath}`,
94
+ testEnvironmentOptions: {
95
+ url: `http://localhost:3111${basePath}`,
96
+ },
95
97
  testEnvironment: 'jsdom',
96
98
  };
97
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.0.0-beta.11",
3
+ "version": "7.0.0-beta.12",
4
4
  "private": false,
5
5
  "description": "ICE MT UI Platform CLI",
6
6
  "sideEffects": false,
@@ -176,6 +176,7 @@
176
176
  "ip": "~1.1.5",
177
177
  "jest-axe": "~6.0.0",
178
178
  "jest-cli": "~28.0.3",
179
+ "jest-environment-jsdom": "~28.0.2",
179
180
  "jest-sonar-reporter": "~2.0.0",
180
181
  "jest-styled-components": "~7.0.8",
181
182
  "jscodeshift": "~0.13.1",
@@ -197,7 +198,7 @@
197
198
  "pino-pretty": "~7.6.1",
198
199
  "pinst": "~3.0.0",
199
200
  "plop": "~3.1.0",
200
- "postcss": "~8.4.12",
201
+ "postcss": "~8.4.13",
201
202
  "postcss-html": "~1.4.1",
202
203
  "postcss-jsx": "~0.36.4",
203
204
  "postcss-loader": "~6.2.1",