Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses old version of UI Router #29

Open
jeremyk opened this issue Jan 7, 2017 · 3 comments
Open

Uses old version of UI Router #29

jeremyk opened this issue Jan 7, 2017 · 3 comments

Comments

@jeremyk
Copy link

jeremyk commented Jan 7, 2017

The bower.json has this dependency: "angular-ui-router": "~0.2.11" which is preventing updates to 0.3.x angular-ui-router which is causing us to run into this issue: angular-ui/ui-router#3246

I am wondering if there is any reason it cant be >=0.2.11 ?

Thanks!

@rochapablo
Copy link

rochapablo commented Jan 12, 2017

+1

remote:        Please note that,
remote:        angular-ui-router.statehelper#1.3.1 depends on angular-ui-router#~0.2.11 which resolved to angular-ui-router#0.2.18
remote:        rochapabloricardo depends on angular-ui-router#^0.3.2 which resolved to angular-ui-router#0.3.2
remote:        Resort to using angular-ui-router#^0.3.2 which resolved to angular-ui-router#0.3.2
remote:        Code incompatibilities may occur.
"dependencies": {
    "angular": "^1.6.1",
    "angular-animate": "^1.6.1",
    "angular-aria": "^1.6.1",
    "angular-material": "^1.1.1",
    "angular-messages": "^1.6.1",
    "angular-resource": "^1.6.1",
    "angular-ui-router": "^0.3.2",
    "angular-ui-router.statehelper": "^1.3.1"
  },

@markoffk
Copy link

markoffk commented Feb 3, 2017

any news?

@rochapablo
Copy link

noop! what I did was download the angular-ui-router.statehelper and use the min file straight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants