Skip to content

Commit

Permalink
fix(deps): download ui-router to legacy
Browse files Browse the repository at this point in the history
The ui-router master branch changes the order in which states are
entered, which in turn breaks a lot of BHIMA.  We'll need to do some
major adjustments to our routing to get up to the latest and greatest
ui-router.
  • Loading branch information
jniles committed Feb 11, 2019
1 parent 46de1f6 commit 6f4851c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
],
"dependencies": {
"@types/angular": "^1.6.53",
"@uirouter/angularjs": "^1.0.22",
"@uirouter/angularjs": "^0.4.2",
"accounting-js": "^1.1.1",
"angular": "^1.7.7",
"angular-animate": "^1.7.7",
Expand Down
17 changes: 6 additions & 11 deletions yarn.lock
Expand Up @@ -53,17 +53,12 @@
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.14.tgz#0b20a2370e6b1b8322c9c3dfcaa409e6c7c0c0a9"
integrity sha512-4GbNCDs98uHCT/OMv40qQC/OpoPbYn9XdXeTiFwHBBFO6eJhYEPUu2zDKirXSbHlvDV8oZ9l8EQ+HrEx/YS9DQ==

"@uirouter/angularjs@^1.0.22":
version "1.0.22"
resolved "https://registry.yarnpkg.com/@uirouter/angularjs/-/angularjs-1.0.22.tgz#581ab38794a2d7c2790851087072c4066b2b6c46"
integrity sha512-d0SvdbXAav+Z6gCJd7gmn2eXEUtO3RvYcSLwtPaE8+7QiWHpSKNfGdD4D3noXhO2yUTz/AwaxsiRFMCwgVI0UQ==
"@uirouter/angularjs@^0.4.2":
version "0.4.3"
resolved "https://registry.yarnpkg.com/@uirouter/angularjs/-/angularjs-0.4.3.tgz#7e2630c59b2bd69ca485ff124f53b0169edddf39"
integrity sha512-jLmZ+VcsvS63E01wJWEqNLND6/6Ju9dZP6t21T+v6q8s9+Xzr8RX6QrrnRt35S0ARugFwJxFlmNFZSIef3jvDw==
dependencies:
"@uirouter/core" "5.0.23"

"@uirouter/core@5.0.23":
version "5.0.23"
resolved "https://registry.yarnpkg.com/@uirouter/core/-/core-5.0.23.tgz#363b4bea635a1b48900dc7e65793a65a3b58a79e"
integrity sha512-rwFOH++z/KY8y+h0IOpQ5uC8Nim6E0EBCQrIjhVCr+XKYXgpK+VdtuOLFdogvbJ3AAi5Z7ei00qdEr7Did5CAg==
angular "^1.0.8"

"@yarnpkg/lockfile@^1.0.2":
version "1.1.0"
Expand Down Expand Up @@ -286,7 +281,7 @@ angular-ui-grid@^4.6.6:
resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.6.tgz#db3bd96e3305c870f6227b9b32a4d761880473da"
integrity sha512-QELpvuMIe1FTGniAkRz93O6A+di0yu88niDwcdzrSqtUHNtZMgtgFS4f7W/6Gugbuwej8Kyswlmymwdp8iPCWg==

angular@^1.7.7:
angular@^1.0.8, angular@^1.7.7:
version "1.7.7"
resolved "https://registry.yarnpkg.com/angular/-/angular-1.7.7.tgz#26bd87693deadcbd5944610a7a0463fc79a18803"
integrity sha512-MH3JEGd8y/EkNCKJ8EV6Ch0j9X0rZTta/QVIDpBWaIdfh85/e5KO8+ZKgvWIb02MQuiS20pDFmMFlv4ZaLcLWg==
Expand Down

0 comments on commit 6f4851c

Please sign in to comment.