@elliemae/pui-cli 8.49.0 → 8.50.0

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,9 +1,9 @@
1
1
  {
2
2
  "compilerOptions": {
3
- "lib": ["dom", "dom.iterable", "es2022"],
3
+ "lib": ["dom", "dom.iterable", "ES2022"],
4
4
  "moduleResolution": "node",
5
- "target": "es2022",
6
- "module": "es2022",
5
+ "target": "ES2022",
6
+ "module": "ESNext",
7
7
  "allowJs": true,
8
8
  "allowSyntheticDefaultImports": true,
9
9
  "strict": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-cli",
3
- "version": "8.49.0",
3
+ "version": "8.50.0",
4
4
  "description": "ICE MT UI Platform CLI",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/cjs/index.cjs",
@@ -116,7 +116,7 @@
116
116
  "@stylelint/postcss-css-in-js": "~0.38.0",
117
117
  "@svgr/webpack": "~7.0.0",
118
118
  "@swc/cli": "~0.6.0",
119
- "@swc/core": "~1.11.13",
119
+ "@swc/core": "~1.11.18",
120
120
  "@swc/jest": "~0.2.37",
121
121
  "@testing-library/jest-dom": "~5.17.0",
122
122
  "@testing-library/react": "~14.3.1",
@@ -132,7 +132,7 @@
132
132
  "@types/jest": "~29.5.14",
133
133
  "@types/jest-axe": "~3.5.9",
134
134
  "@types/moment-locales-webpack-plugin": "~1.2.6",
135
- "@types/node": "~18.19.84",
135
+ "@types/node": "~18.19.86",
136
136
  "@types/normalize-path": "~3.0.2",
137
137
  "@types/postcss-preset-env": "~7.7.0",
138
138
  "@types/rimraf": "~3.0.2",
@@ -197,7 +197,7 @@
197
197
  "eslint-plugin-jsx-a11y": "~6.10.2",
198
198
  "eslint-plugin-mdx": "~2.3.4",
199
199
  "eslint-plugin-prettier": "~4.2.1",
200
- "eslint-plugin-react": "~7.37.4",
200
+ "eslint-plugin-react": "~7.37.5",
201
201
  "eslint-plugin-react-hooks": "~4.6.2",
202
202
  "eslint-plugin-redux-saga": "~1.3.2",
203
203
  "eslint-plugin-storybook": "~0.12.0",
@@ -278,15 +278,15 @@
278
278
  "tsc-alias": "~1.8.13",
279
279
  "tsconfig-paths-webpack-plugin": "~3.5.2",
280
280
  "tsx": "~3.14.0",
281
- "typedoc": "~0.28.1",
282
- "typescript": "~5.8.2",
281
+ "typedoc": "~0.28.2",
282
+ "typescript": "~5.8.3",
283
283
  "update-notifier": "~6.0.2",
284
284
  "url-loader": "~4.1.1",
285
285
  "uuid": "~9.0.1",
286
- "vite": "~5.4.16",
286
+ "vite": "~5.4.17",
287
287
  "vite-tsconfig-paths": "~4.3.2",
288
288
  "vitest": "~1.6.1",
289
- "webpack": "~5.98.0",
289
+ "webpack": "~5.99.0",
290
290
  "webpack-bundle-analyzer": "~4.10.2",
291
291
  "webpack-cli": "~5.1.4",
292
292
  "webpack-dev-server": "~5.2.1",