@elliemae/pui-cli 8.14.0 → 8.14.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/package.json +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/pui-cli",
|
|
3
|
-
"version": "8.14.
|
|
3
|
+
"version": "8.14.1",
|
|
4
4
|
"description": "ICE MT UI Platform CLI",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"postcss-jsx": "~0.36.4",
|
|
249
249
|
"postcss-loader": "~7.3.3",
|
|
250
250
|
"postcss-markdown": "~1.2.0",
|
|
251
|
-
"postcss-preset-env": "~
|
|
251
|
+
"postcss-preset-env": "~9.1.0",
|
|
252
252
|
"postcss-syntax": "~0.36.2",
|
|
253
253
|
"prettier": "~2.8.8",
|
|
254
254
|
"prisma": "~4.16.2",
|
|
@@ -299,10 +299,5 @@
|
|
|
299
299
|
"redux": "~4.2.1",
|
|
300
300
|
"redux-saga": "~1.2.3",
|
|
301
301
|
"styled-components": "~5.3.11"
|
|
302
|
-
},
|
|
303
|
-
"pnpm": {
|
|
304
|
-
"overrides": {
|
|
305
|
-
"postcss": "^8.4.16"
|
|
306
|
-
}
|
|
307
302
|
}
|
|
308
303
|
}
|