From 38006ce06123b95c312878822e9fd92093ced4b0 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann <8985933+marcjulian@users.noreply.github.com> Date: Thu, 30 Sep 2021 15:29:04 +0200 Subject: [PATCH] feat(schematics): update default versions --- src/ng-add/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ng-add/schema.json b/src/ng-add/schema.json index 903077f..d08c1ae 100755 --- a/src/ng-add/schema.json +++ b/src/ng-add/schema.json @@ -8,7 +8,7 @@ "autoprefixerVersion": { "type": "string", "description": "The autoprefixer version to be installed.", - "default": "^10.2.5" + "default": "^10.3.6" }, "crossEnvVersion": { "type": "string", @@ -55,7 +55,7 @@ "postcssVersion": { "type": "string", "description": "The postcss version to be installed.", - "default": "^8.2.15" + "default": "^8.3.8" }, "postcssImportVersion": { "type": "string", @@ -90,7 +90,7 @@ "tailwindVersion": { "type": "string", "description": "The Tailwind version to be installed.", - "default": "^2.1.2" + "default": "^2.2.16" } } }