Skip to content

Commit

Permalink
feat(schematics): update default versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Sep 30, 2021
1 parent 291f611 commit 38006ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ng-add/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -90,7 +90,7 @@
"tailwindVersion": {
"type": "string",
"description": "The Tailwind version to be installed.",
"default": "^2.1.2"
"default": "^2.2.16"
}
}
}

0 comments on commit 38006ce

Please sign in to comment.