Skip to content

Commit

Permalink
chore: Install peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jul 20, 2020
1 parent 2a0cc22 commit 8b68354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"angular": "^1.5.0"
},
"devDependencies": {
"@angular/animations": "9.1.12",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
Expand All @@ -32,7 +33,7 @@
"@uirouter/angular": "^7.0.0",
"@uirouter/angularjs": "^1.0.26",
"@uirouter/core": "^6.0.5",
"@uirouter/publish-scripts": "^2.3.48",
"@uirouter/publish-scripts": "^2.5.2",
"@uirouter/rx": "^0.6.5",
"angular": "^1.7.9",
"husky": "^4.2.5",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@angular/[email protected]":
version "9.1.12"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.12.tgz#1c9c1a792be4b52b196cab1e5c88bd319b60716d"
integrity sha512-tphpf9QHnOPoL2Jl7KpR+R5aHNW3oifLEmRUTajJYJGvo1uzdUDE82+V9OGOinxJsYseCth9gYJhN24aYTB9NA==

"@angular/common@^9.0.0":
version "9.1.12"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.12.tgz#731701fae63ae8e2ee2ce00e7d51f458ecd00c7c"
Expand Down Expand Up @@ -206,10 +211,10 @@
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-6.0.5.tgz#60f13fd530fc75daa283e2bece944516559d066b"
integrity sha512-WN2HyELsxvqLaCMYCWojGW/QLRBgFBfwyERp5jC3Vn1njo/FLI5hplVqWMu6LIGp6Hpz3pbdtSaiFb1iY7iTVw==

"@uirouter/publish-scripts@^2.3.48":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.4.3.tgz#3e2a54cc8840e81a26dd047b9350b8666e5efcc3"
integrity sha512-I66r7ffYDdpm5lt3noKVZ9GAit1qat081VTZ4qfQqraGn9TY/oMhT4VGbFNhHcF8cCuzoAnaZwqdz+suruRpeg==
"@uirouter/publish-scripts@^2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@uirouter/publish-scripts/-/publish-scripts-2.5.2.tgz#d17c228851a18df56b0df2b1533c7d5cb177c078"
integrity sha512-LV3K5Dh5kJtySF55rRgvJmtvcJRkNnYHmpRoGkXdrPFzRC+eog+C7qGvIRW8aVz/ZF2Kls9Yq6bk7lMBIR5Snw==
dependencies:
check-peer-dependencies "^2.0.2"
conventional-changelog "^3.1.21"
Expand Down

0 comments on commit 8b68354

Please sign in to comment.