1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

updated angualr to v1.5.9 and other packages

This commit is contained in:
Kyle Spearrin 2016-11-24 21:01:08 -05:00
parent 627a125a8a
commit 96b9a2e865

View File

@ -2,35 +2,35 @@
"name": "bitwarden",
"version": "0.0.0",
"devDependencies": {
"sjcl": "1.0.3",
"sjcl": "1.0.6",
"jquery": "2.2.4",
"bootstrap": "3.3.7",
"font-awesome": "4.6.3",
"angular": "1.5.8",
"angular-ui-bootstrap": "2.1.3",
"angular-ui-router": "0.3.1",
"angular-animate": "1.5.8",
"font-awesome": "4.7.0",
"angular": "1.5.9",
"angular-ui-bootstrap": "2.2.0",
"angular-ui-router": "0.3.2",
"angular-animate": "1.5.9",
"gulp": "3.9.1",
"gulp-less": "3.1.0",
"gulp-less": "3.3.0",
"gulp-preprocess": "2.0.0",
"gulp-concat": "2.6.0",
"gulp-concat": "2.6.1",
"gulp-rename": "1.2.2",
"rimraf": "2.5.4",
"jshint": "2.9.3",
"gulp-jshint": "2.0.1",
"jshint": "2.9.4",
"gulp-jshint": "2.0.4",
"run-sequence": "1.2.2",
"ngclipboard": "1.1.1",
"clipboard": "1.5.12",
"clipboard": "1.5.15",
"merge-stream": "1.0.0",
"angular-toastr": "2.1.1",
"q": "1.4.1",
"angularjs-slider": "5.5.0",
"angularjs-slider": "5.8.7",
"sweetalert": "1.1.3",
"angular-sweetalert": "1.1.1",
"angulartics": "1.2.1",
"angulartics-google-analytics": "0.2.1",
"angular-sweetalert": "1.1.2",
"angulartics": "1.3.0",
"angulartics-google-analytics": "0.3.0",
"tldjs": "1.7.0",
"browserify": "13.1.0",
"browserify": "13.1.1",
"vinyl-source-stream": "1.1.0",
"gulp-google-webfonts": "0.0.14"
}