Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bebraw committed Dec 23, 2013
1 parent a5082d3 commit 42a12ab
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions frontend/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"name": "osscdn",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.0-rc.3",
"angular-animate": "1.2.0-rc.3",
"json3": "~3.2.4",
"es5-shim": "~2.0.8",
"angular-route": "~1.2.0-rc.3",
"bootstrap": "~3.0.0"
"angular": "1.2.5",
"angular-animate": "1.2.5",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"angular-route": "1.2.5",
"bootstrap": "~3.0.3"
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
},
"resolutions": {
"angular": "1.2.0-rc.3"
"angular-mocks": "1.2.5",
"angular-scenario": "1.2.5"
}
}

1 comment on commit 42a12ab

@XhmikosR
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

This fixed the issues I had with the page not working on my Windows dev environment.

Please sign in to comment.