Skip to content

Commit

Permalink
chore: update to Angular 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrkalinin committed Oct 9, 2019
1 parent dae4d67 commit 581905e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular": "^1.6.0",
"angular-animate": "^1.6.0",
"angular-bootstrap-switch": "^0.5.1",
"angular-cookies": "~1.5.0",
"angular-messages": "~1.5.0",
"angular-resource": "~1.5.0",
"angular-route": "~1.5.0",
"angular-sanitize": "~1.5.0",
"angular-touch": "~1.5.0",
"angular-cookies": "^1.6.0",
"angular-messages": "^1.6.0",
"angular-resource": "^1.6.0",
"angular-route": "^1.6.0",
"angular-sanitize": "^1.6.0",
"angular-touch": "^1.6.0",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-router": "~0.2.18",
"bootstrap": "~3.4.1",
Expand Down

0 comments on commit 581905e

Please sign in to comment.