1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00: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", "name": "bitwarden",
"version": "0.0.0", "version": "0.0.0",
"devDependencies": { "devDependencies": {
"sjcl": "1.0.3", "sjcl": "1.0.6",
"jquery": "2.2.4", "jquery": "2.2.4",
"bootstrap": "3.3.7", "bootstrap": "3.3.7",
"font-awesome": "4.6.3", "font-awesome": "4.7.0",
"angular": "1.5.8", "angular": "1.5.9",
"angular-ui-bootstrap": "2.1.3", "angular-ui-bootstrap": "2.2.0",
"angular-ui-router": "0.3.1", "angular-ui-router": "0.3.2",
"angular-animate": "1.5.8", "angular-animate": "1.5.9",
"gulp": "3.9.1", "gulp": "3.9.1",
"gulp-less": "3.1.0", "gulp-less": "3.3.0",
"gulp-preprocess": "2.0.0", "gulp-preprocess": "2.0.0",
"gulp-concat": "2.6.0", "gulp-concat": "2.6.1",
"gulp-rename": "1.2.2", "gulp-rename": "1.2.2",
"rimraf": "2.5.4", "rimraf": "2.5.4",
"jshint": "2.9.3", "jshint": "2.9.4",
"gulp-jshint": "2.0.1", "gulp-jshint": "2.0.4",
"run-sequence": "1.2.2", "run-sequence": "1.2.2",
"ngclipboard": "1.1.1", "ngclipboard": "1.1.1",
"clipboard": "1.5.12", "clipboard": "1.5.15",
"merge-stream": "1.0.0", "merge-stream": "1.0.0",
"angular-toastr": "2.1.1", "angular-toastr": "2.1.1",
"q": "1.4.1", "q": "1.4.1",
"angularjs-slider": "5.5.0", "angularjs-slider": "5.8.7",
"sweetalert": "1.1.3", "sweetalert": "1.1.3",
"angular-sweetalert": "1.1.1", "angular-sweetalert": "1.1.2",
"angulartics": "1.2.1", "angulartics": "1.3.0",
"angulartics-google-analytics": "0.2.1", "angulartics-google-analytics": "0.3.0",
"tldjs": "1.7.0", "tldjs": "1.7.0",
"browserify": "13.1.0", "browserify": "13.1.1",
"vinyl-source-stream": "1.1.0", "vinyl-source-stream": "1.1.0",
"gulp-google-webfonts": "0.0.14" "gulp-google-webfonts": "0.0.14"
} }