Skip to content

Commit

Permalink
Fix peer dependencies (#826)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Ring (windm) <extern.marcel.winder@porscheinformatik.at>
  • Loading branch information
Wallabeng and Marcel Ring (windm) authored Jul 22, 2020
1 parent 76da3e1 commit 5ddd1a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions npm/clr-addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@angular/forms": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@clr/angular": "3.1.1",
"@clr/core": "3.1.1",
"@clr/icons": "3.1.1",
"@clr/ui": "3.1.1"
"@clr/angular": "3.1.3",
"@clr/core": "3.1.3",
"@clr/icons": "3.1.3",
"@clr/ui": "3.1.3"
},
"author": "porscheinformatik",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clr-addons",
"version": "8.1.3",
"version": "8.1.4",
"private": true,
"scripts": {
"build:ui:css": "sass --source-map --precision=8 ./src/clr-addons/themes/clr-ui/clr-ui.scss ./dist/clr-addons/styles/clr-ui.css && sass --source-map --precision=8 ./src/clr-addons/themes/clr-ui-dark/clr-ui-dark.scss ./dist/clr-addons/styles/clr-ui-dark.css && sass --source-map --precision=8 ./src/clr-addons/themes/phs/phs-theme.scss ./dist/clr-addons/styles/clr-addons-phs.css",
Expand Down
2 changes: 1 addition & 1 deletion src/clr-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/clr-addons",
"version": "8.1.3",
"version": "8.1.4",
"description": "Addon components for Clarity Angular",
"es2015": "esm2015/clr-addons.js",
"homepage": "https://porscheinformatik.github.io/clarity-addons/",
Expand Down

0 comments on commit 5ddd1a0

Please sign in to comment.