Skip to content

Commit

Permalink
feat(deps): update to latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 21, 2021
1 parent 5f6cfc3 commit 681b5eb
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 81 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ All available flags:

| Flag |  Description | Type |  Default |
| ----------------------- | -------------------------------------------------------------- | ---------------- | ----------------------------------------------------- |
|  `autoprefixerVersion` | The autoprefixer version to be installed. | string | `^10.2.1` |
|  `autoprefixerVersion` | The autoprefixer version to be installed. | string | `^10.2.3` |
|  `cssFormat` | The file extension or preprocessor to use for style files. | `css` \|  `scss` | `css` |
|  `ngxBuildPlusVersion` | The ngx-build-plus version to be installed. | `string` | `^11.0.0` |
|  `project` | The project to initialize with Tailwind CSS. | `string` | **First** Angular project |
|  `postcssVersion` | The postcss version to be installed. | `string` | `^8.2.4` |
|  `postcssImportVersion` | The postcss-import version to be installed. | `string` | `^14.0.0` |
|  `postcssLoaderVersion` | The postcss-loader version to be installed. | `string` | `^4.0.4` |
|  `postcssLoaderVersion` | The postcss-loader version to be installed. | `string` | `^4.2.0` |
|  `postcssScssVersion` | The postcss-scss version to be installed. | `string` | `^3.0.4` |
|  `skipTailwindInit` | Skip initializing Tailwind. | `boolean` | `false` |
|  `tailwindVersion` | The Tailwind version to be installed. | `string` | `^2.0.2` |
Expand Down
196 changes: 123 additions & 73 deletions angular-workspace/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "^12.11.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"autoprefixer": "^10.2.1",
"autoprefixer": "^10.2.3",
"codelyzer": "^6.0.0",
"cross-env": "^7.0.3",
"jasmine-core": "~3.6.0",
Expand All @@ -44,9 +44,9 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ngx-build-plus": "^11.0.0",
"postcss": "^8.1.7",
"postcss": "^8.2.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.1.0",
"postcss-loader": "^4.2.0",
"postcss-scss": "^3.0.4",
"protractor": "~7.0.0",
"tailwindcss": "^2.0.2",
Expand Down
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.1"
"default": "^10.2.3"
},
"cssFormat": {
"description": "The file extension or preprocessor to use for style files.",
Expand Down Expand Up @@ -45,7 +45,7 @@
"postcssVersion": {
"type": "string",
"description": "The postcss version to be installed.",
"default": "^8.1.7"
"default": "^8.2.4"
},
"postcssImportVersion": {
"type": "string",
Expand All @@ -55,7 +55,7 @@
"postcssLoaderVersion": {
"type": "string",
"description": "The postcss-loader version to be installed.",
"default": "^4.1.0"
"default": "^4.2.0"
},
"postcssScssVersion": {
"type": "string",
Expand Down

0 comments on commit 681b5eb

Please sign in to comment.