Skip to content

Commit

Permalink
feat(angular): update postcss deps for new and existing workspaces (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed May 18, 2022
1 parent 0de895d commit 4c85e07
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 339 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -192,9 +192,9 @@
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
"postcss": "^8.2.13",
"postcss-import": "14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"precise-commits": "1.0.2",
"prettier": "2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
Expand Down
17 changes: 17 additions & 0 deletions packages/angular/migrations.json
Expand Up @@ -1071,6 +1071,23 @@
"alwaysAddToPackageJson": false
}
}
},
"14.1.8": {
"version": "14.1.8-beta.0",
"packages": {
"postcss-import": {
"version": "~14.1.0",
"alwaysAddToPackageJson": false
},
"postcss-preset-env": {
"version": "~7.5.0",
"alwaysAddToPackageJson": false
},
"postcss-url": {
"version": "~10.1.3",
"alwaysAddToPackageJson": false
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/angular/src/generators/utils/dependencies.ts
Expand Up @@ -7,9 +7,9 @@ export function addBuildableLibrariesPostCssDependencies(tree: Tree): void {
{},
{
postcss: postcssVersion,
'postcss-import': '^14.0.2',
'postcss-preset-env': '^6.7.0',
'postcss-url': '^10.1.1',
'postcss-import': '~14.1.0',
'postcss-preset-env': '~7.5.0',
'postcss-url': '~10.1.3',
}
);
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -79,7 +79,7 @@
"parse5": "4.0.0",
"parse5-html-rewriting-stream": "6.0.1",
"postcss": "^8.2.13",
"postcss-import": "14.0.2",
"postcss-import": "~14.1.0",
"postcss-loader": "^6.1.1",
"raw-loader": "^4.0.2",
"rxjs": "^6.5.4",
Expand Down

1 comment on commit 4c85e07

@vercel
Copy link

@vercel vercel bot commented on 4c85e07 May 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.