fixed deps versions

This commit is contained in:
antelle 2016-06-04 10:03:34 +03:00
parent 532513ebf5
commit ec004c7584
2 changed files with 39 additions and 39 deletions

View File

@ -22,16 +22,16 @@
],
"private": true,
"dependencies": {
"backbone": "~1.3.2",
"backbone": "1.3.3",
"baron": "=2.2.2",
"bourbon": "~4.2.5",
"bourbon": "4.2.7",
"dropbox": "antelle/dropbox-js#0.10.6",
"font-awesome": "~4.5.0",
"kdbxweb": "^0.4.1",
"normalize.css": "~4.0.0",
"pikaday": "~1.4.0",
"font-awesome": "4.6.3",
"kdbxweb": "0.4.1",
"normalize.css": "4.1.1",
"pikaday": "1.4.0",
"FileSaver.js": "eligrey/FileSaver.js",
"jquery": "~2.2.0",
"jsqrcode": "antelle/jsqrcode#^0.1.3"
"jquery": "2.2.4",
"jsqrcode": "antelle/jsqrcode#0.1.3"
}
}

View File

@ -10,40 +10,40 @@
},
"dependencies": {},
"devDependencies": {
"base64-loader": "^1.0.0",
"cssnano": "^3.3.2",
"electron-builder": "^3.5.2",
"electron-prebuilt": "^1.0.1",
"exports-loader": "^0.6.2",
"get-folder-size": "^1.0.0",
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.1.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"base64-loader": "1.0.0",
"cssnano": "3.6.2",
"electron-builder": "4.2.2",
"electron-prebuilt": "1.2.1",
"exports-loader": "0.6.3",
"get-folder-size": "1.0.0",
"grunt": "1.0.1",
"grunt-bower-install-simple": "1.2.3",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-deb": "github:antelle/grunt-contrib-deb#ddb2ef4",
"grunt-contrib-htmlmin": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-electron": "^2.0.1",
"grunt-gitinfo": "^0.1.7",
"grunt-inline-alt": "^0.3.10",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-string-replace": "^1.2.0",
"grunt-webpack": "^1.0.11",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.1.4",
"html-minifier": "=1.4.0",
"load-grunt-tasks": "^3.2.0",
"raw-loader": "^0.5.1",
"grunt-contrib-htmlmin": "1.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-electron": "4.0.0",
"grunt-gitinfo": "0.1.8",
"grunt-inline-alt": "0.3.10",
"grunt-postcss": "0.8.0",
"grunt-sass": "1.2.0",
"grunt-string-replace": "1.2.1",
"grunt-webpack": "1.0.11",
"handlebars": "4.0.5",
"handlebars-loader": "1.3.0",
"html-minifier": "2.1.3",
"load-grunt-tasks": "3.5.0",
"raw-loader": "0.5.1",
"string-replace-webpack-plugin": "0.0.3",
"strip-sourcemap-loader": "0.0.1",
"time-grunt": "^1.2.1",
"uglify-loader": "^1.3.0",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
"time-grunt": "1.3.0",
"uglify-loader": "1.3.0",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"scripts": {
"start": "grunt",