@elliemae/pui-cli 6.0.0-beta.45 → 6.0.0-beta.46
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/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.46",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "ICE MT UI Platform CLI",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "https://git.elliemae.io/platform-ui/pui-cli.git"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
|
-
"
|
|
23
|
+
"pnpm": ">=6",
|
|
24
24
|
"node": ">=16"
|
|
25
25
|
},
|
|
26
26
|
"author": "ICE MT",
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
"storybook:build": "exit 0",
|
|
39
39
|
"storybook:docs:build": "exit 0",
|
|
40
40
|
"upgrade": "ncu -u && npm run setup",
|
|
41
|
-
"prepare": "[ -n \"$CI\" ] || husky install"
|
|
42
|
-
"preinstall": "npx only-allow pnpm"
|
|
41
|
+
"prepare": "[ -n \"$CI\" ] || husky install"
|
|
43
42
|
},
|
|
44
43
|
"jestSonar": {
|
|
45
44
|
"sonar56x": true,
|
|
@@ -126,7 +125,7 @@
|
|
|
126
125
|
"css-minimizer-webpack-plugin": "~3.3.1",
|
|
127
126
|
"depcheck": "~1.4.3",
|
|
128
127
|
"docdash": "~1.2.0",
|
|
129
|
-
"dotenv": "~
|
|
128
|
+
"dotenv": "~12.0.0",
|
|
130
129
|
"dotenv-webpack": "~7.0.3",
|
|
131
130
|
"duplicate-package-checker-webpack-plugin": "~3.0.0",
|
|
132
131
|
"enhanced-resolve": "~5.8.3",
|
|
@@ -240,7 +239,7 @@
|
|
|
240
239
|
"url-loader": "~4.1.1",
|
|
241
240
|
"uuid": "~8.3.2",
|
|
242
241
|
"vite": "~2.7.12",
|
|
243
|
-
"vitest": "~0.1.
|
|
242
|
+
"vitest": "~0.1.15",
|
|
244
243
|
"webpack": "~5.66.0",
|
|
245
244
|
"webpack-bundle-analyzer": "~4.5.0",
|
|
246
245
|
"webpack-cli": "~4.9.1",
|