Skip to content

Commit

Permalink
Updated angular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Feb 26, 2020
1 parent c127223 commit 1a6ecbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/lodash-es": "^4.17.3",
"@types/node": "^13.7.6",
"bestzip": "^2.1.5",
"ng-packagr": "^9.0.1",
"ng-packagr": "^9.0.2",
"release-it": "^12.6.1",
"rxjs": "^6.5.4",
"ts-node": "^8.6.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2056,10 +2056,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

ng-packagr@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-9.0.1.tgz#b5b8e2656d4e852571ddda4759b66af1aa4730ba"
integrity sha512-EkO4VThLFXOafsu32EBKo8UXZE3CUOCd1oa8OZ8DRn7geLuIyvhU89W3buG8vBYimIDKy60bKcjMDfXGbsCe2g==
ng-packagr@^9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/ng-packagr/-/ng-packagr-9.0.2.tgz#91f990376c3d5b101f28de439019ce4b1223cdd4"
integrity sha512-y26P9YeptkIov+yUhpyOVeZm7I2b3Z9GGL5gbm3Pi43L7P0UfJfJU1qLqA+puFRDQepKOPEAy930UF7+wMeo6g==
dependencies:
"@rollup/plugin-commonjs" "^11.0.2"
"@rollup/plugin-json" "^4.0.0"
Expand All @@ -2080,7 +2080,7 @@ ng-packagr@^9.0.1:
postcss-url "^8.0.0"
read-pkg-up "^5.0.0"
rimraf "^3.0.0"
rollup "1.31.0"
rollup "1.31.1"
rollup-plugin-sourcemaps "^0.5.0"
rxjs "^6.5.0"
sass "^1.23.0"
Expand Down Expand Up @@ -2654,10 +2654,10 @@ rollup-plugin-sourcemaps@^0.5.0:
"@rollup/pluginutils" "^3.0.1"
source-map-resolve "^0.5.3"

[email protected].0:
version "1.31.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.31.0.tgz#e2a87212e96aa7850f3eb53fdd02cf89f2d2fe9a"
integrity sha512-9C6ovSyNeEwvuRuUUmsTpJcXac1AwSL1a3x+O5lpmQKZqi5mmrjauLeqIjvREC+yNRR8fPdzByojDng+af3nVw==
[email protected].1:
version "1.31.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.31.1.tgz#4170d6f87148d46e5fbe29b493f8f3ea3453c96f"
integrity sha512-2JREN1YdrS/kpPzEd33ZjtuNbOuBC3ePfuZBdKEybvqcEcszW1ckyVqzcEiEe0nE8sqHK+pbJg+PsAgRJ8+1dg==
dependencies:
"@types/estree" "*"
"@types/node" "*"
Expand Down

0 comments on commit 1a6ecbf

Please sign in to comment.