@elliemae/pui-cli 7.25.0 → 7.27.0-beta.1

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/README.md CHANGED
@@ -4,8 +4,6 @@
4
4
 
5
5
  [SonarQube Report](https://sonar.ellielabs.com/overview?id=elliemae.pui.cli-master)
6
6
 
7
- [API Documentation](https://git.elliemae.io/pages/platform-ui/pui-cli/index.html)
8
-
9
7
  ## Features
10
8
 
11
9
  - Supports typescript
@@ -2,16 +2,16 @@ declare namespace _default {
2
2
  const defaults: {};
3
3
  namespace interceptors {
4
4
  namespace request {
5
- const use: jest.Mock<any, any>;
5
+ const use: jest.Mock<any, any, any>;
6
6
  }
7
7
  namespace response {
8
- const use_1: jest.Mock<any, any>;
8
+ const use_1: jest.Mock<any, any, any>;
9
9
  export { use_1 as use };
10
10
  }
11
11
  }
12
- const create: jest.Mock<any, any>;
13
- const get: jest.Mock<any, any>;
14
- const post: jest.Mock<any, any>;
15
- const put: jest.Mock<any, any>;
12
+ const create: jest.Mock<any, any, any>;
13
+ const get: jest.Mock<any, any, any>;
14
+ const post: jest.Mock<any, any, any>;
15
+ const put: jest.Mock<any, any, any>;
16
16
  }
17
17
  export default _default;
@@ -1,3 +1,3 @@
1
- export const attach: jest.Mock<any, any>;
2
- export const detach: jest.Mock<any, any>;
3
- export const getConfig: jest.Mock<any, any>;
1
+ export const attach: jest.Mock<any, any, any>;
2
+ export const detach: jest.Mock<any, any, any>;
3
+ export const getConfig: jest.Mock<any, any, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "7.25.0",
3
+ "version": "7.27.0-beta.1",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -83,9 +83,9 @@
83
83
  "@commitlint/config-conventional": "~17.4.2",
84
84
  "@elliemae/browserslist-config-elliemae-latest-browsers": "~1.6.0",
85
85
  "@faker-js/faker": "7.6.0",
86
- "@nrwl/cli": "15.5.1",
87
- "@nrwl/tao": "15.5.1",
88
- "@nrwl/workspace": "15.5.1",
86
+ "@nrwl/cli": "15.5.3",
87
+ "@nrwl/tao": "15.5.3",
88
+ "@nrwl/workspace": "15.5.3",
89
89
  "@pmmmwh/react-refresh-webpack-plugin": "~0.5.10",
90
90
  "@semantic-release/changelog": "~6.0.2",
91
91
  "@semantic-release/exec": "~6.0.3",
@@ -110,7 +110,7 @@
110
110
  "@testing-library/react": "~13.4.0",
111
111
  "@testing-library/react-hooks": "~8.0.1",
112
112
  "@testing-library/user-event": "~14.4.3",
113
- "@types/jest": "~29.2.5",
113
+ "@types/jest": "~29.2.6",
114
114
  "@types/jest-axe": "~3.5.5",
115
115
  "@types/node": "~18.11.18",
116
116
  "@types/rimraf": "~3.0.2",
@@ -151,7 +151,7 @@
151
151
  "dotenv-webpack": "~8.0.1",
152
152
  "duplicate-package-checker-webpack-plugin": "~3.0.0",
153
153
  "enhanced-resolve": "5.12.0",
154
- "esbuild": "~0.17.2",
154
+ "esbuild": "~0.17.3",
155
155
  "esbuild-loader": "~2.21.0",
156
156
  "esbuild-plugin-svgr": "~1.0.1",
157
157
  "eslint": "~8.32.0",
@@ -167,7 +167,7 @@
167
167
  "eslint-plugin-eslint-comments": "~3.2.0",
168
168
  "eslint-plugin-import": "~2.27.5",
169
169
  "eslint-plugin-jest": "~27.2.1",
170
- "eslint-plugin-jsdoc": "~39.6.4",
170
+ "eslint-plugin-jsdoc": "~39.6.7",
171
171
  "eslint-plugin-jsx-a11y": "~6.7.1",
172
172
  "eslint-plugin-mdx": "~2.0.5",
173
173
  "eslint-plugin-prettier": "~4.2.1",
@@ -186,7 +186,7 @@
186
186
  "fast-glob": "~3.2.12",
187
187
  "find-up": "~6.3.0",
188
188
  "find-up-cli": "~5.0.0",
189
- "happy-dom": "~8.1.4",
189
+ "happy-dom": "~8.1.5",
190
190
  "helmet-csp": "~3.4.0",
191
191
  "html-loader": "~4.2.0",
192
192
  "html-webpack-plugin": "~5.5.0",
@@ -209,7 +209,7 @@
209
209
  "minimist": "~1.2.7",
210
210
  "moment": "~2.29.4",
211
211
  "moment-locales-webpack-plugin": "~1.2.0",
212
- "msw": "~0.49.2",
212
+ "msw": "~0.49.3",
213
213
  "node-gyp": "~9.3.1",
214
214
  "node-plop": "~0.31.0",
215
215
  "nodemon": "~2.0.20",
@@ -234,7 +234,7 @@
234
234
  "react-test-renderer": "~18.2.0",
235
235
  "resize-observer-polyfill": "~1.5.1",
236
236
  "resolve-typescript-plugin": "~2.0.0",
237
- "rimraf": "~4.1.0",
237
+ "rimraf": "~4.1.1",
238
238
  "semantic-release": "~19.0.5",
239
239
  "slackify-markdown": "~4.3.1",
240
240
  "speed-measure-webpack-plugin": "~1.5.0",
@@ -256,7 +256,7 @@
256
256
  "uuid": "~9.0.0",
257
257
  "vite": "~4.0.4",
258
258
  "vitest": "~0.27.2",
259
- "vite-tsconfig-paths": "~4.0.3",
259
+ "vite-tsconfig-paths": "~4.0.5",
260
260
  "webpack": "~5.75.0",
261
261
  "webpack-bundle-analyzer": "~4.7.0",
262
262
  "webpack-cli": "~5.0.1",