Skip to content

Commit

Permalink
fix: ng-packagr would build styles incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiff committed Jul 13, 2021
1 parent ca33075 commit 070160c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ng-a-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^12.1.1",
"ng-packagr": "^12.1.2",
"prettier": "^2.2.1",
"protractor": "~7.0.0",
"release-it": "^14.5.0",
Expand Down
2 changes: 1 addition & 1 deletion ng-a-date-picker/projects/ng-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@annotation/ng-datepicker",
"version": "0.2.2-alpha",
"version": "0.2.3-alpha",
"description": "Angular datepicker - work in progress",
"scripts": {
"release": "dotenv release-it"
Expand Down
17 changes: 11 additions & 6 deletions ng-a-date-picker/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3314,11 +3314,16 @@ commander@^2.11.0, commander@^2.12.1, commander@^2.20.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==

commander@^7.0.0, commander@^7.1.0:
commander@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==

commander@^8.0.0:
version "8.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-8.0.0.tgz#1da2139548caef59bd23e66d18908dfb54b02258"
integrity sha512-Xvf85aAtu6v22+E5hfVoLHqyul/jyxh91zvqk/ioJTQuJR7Z78n7H558vMPKanPSRgIEeZemT92I2g9Y8LPbSQ==

commondir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
Expand Down Expand Up @@ -7124,10 +7129,10 @@ neo-async@^2.6.2:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==

ng-packagr@^12.1.1:
version "12.1.1"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-12.1.1.tgz#7d071f7c8b00bc5c9901904d71a42174f5e3f572"
integrity sha512-V/3u4CgbiPSx4F4QDDK6BD+yxxU6VYiCECvDqLX+LJ749HldkYUMMUab6fwCQP4Z9PR5xFAsdi07uWny+Ptqtg==
ng-packagr@^12.1.2:
version "12.1.2"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-12.1.2.tgz#602e204e62e84a6273565cf053ad078a11049ea9"
integrity sha512-LXBHauu2LIft7RvzvI0/O+O5xeKvNgoJR3AVkCH5yNtxHTlGNzx5tJMvFqHbcxleXwT59QCRx+WhZXP8xonwew==
dependencies:
"@rollup/plugin-commonjs" "^19.0.0"
"@rollup/plugin-json" "^4.1.0"
Expand All @@ -7137,7 +7142,7 @@ ng-packagr@^12.1.1:
browserslist "^4.16.1"
cacache "^15.0.6"
chokidar "^3.5.1"
commander "^7.0.0"
commander "^8.0.0"
cssnano "^5.0.0"
dependency-graph "^0.11.0"
find-cache-dir "^3.3.1"
Expand Down

0 comments on commit 070160c

Please sign in to comment.