create-fastkit-app
Advanced tools
Comparing version 0.10.5 to 0.10.6
@@ -54,3 +54,3 @@ export declare const BASE_STYLES: { | ||
export declare type PackageType = typeof PACKAGE_TYPES[number]; | ||
export declare type PackageType = (typeof PACKAGE_TYPES)[number]; | ||
@@ -57,0 +57,0 @@ export declare function scaffold(config: FastkitAppConfig): Promise<void>; |
{ | ||
"name": "create-fastkit-app", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "CLI to generate scaffolding for applications proposed by fastkit.", | ||
@@ -40,3 +40,3 @@ "buildOptions": { | ||
"cac": "^6.7.11", | ||
"chalk": "^4.1.0", | ||
"chalk": "^5.2.0", | ||
"enquirer": "^2.3.6", | ||
@@ -43,0 +43,0 @@ "eta": "^1.12.3", |
@@ -23,3 +23,3 @@ { | ||
"postcss": "^8.4.20", | ||
"prettier": "^2.8.1", | ||
"prettier": "^2.8.2", | ||
"sass": "^1.57.1", | ||
@@ -26,0 +26,0 @@ "stylelint": "^14.16.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
151831
660
+ Addedchalk@5.4.1(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedsupports-color@7.2.0(transitive)
Updatedchalk@^5.2.0