deps & saucelabs update

This commit is contained in:
Vitaly Puzrin 2015-03-24 03:00:53 +03:00
parent eda5a97b54
commit cab7e77d06
3 changed files with 14 additions and 15 deletions

View file

@ -5,39 +5,39 @@ module.exports = function(grunt) {
var browsers = [{
browserName: 'iphone',
platform: 'OS X 10.8',
version: '6'
version: '8.1'
}, {
browserName: 'android',
platform: 'Linux',
version: '4.0'
version: '5.0'
}, {
browserName: 'firefox',
platform: 'XP',
version: '27'
version: '35'
}, {
browserName: 'chrome',
platform: 'XP',
version: '32'
version: '41'
}, {
browserName: 'internet explorer',
platform: 'WIN8',
platform: 'WIN7',
version: '11'
}, {
browserName: 'internet explorer',
platform: 'WIN7',
version: '10'
}, {
browserName: 'internet explorer',
platform: 'VISTA',
platform: 'WIN7',
version: '9'
}, {
}, {/*
browserName: 'internet explorer',
platform: 'Windows 7',
platform: 'WIN7',
version: '8'
}, {
browserName: 'internet explorer',
platform: 'XP',
version: '7'
}, {/*
browserName: 'opera',
platform: 'Windows 2008',
version: '12'
}, {*/
browserName: 'safari',
platform: 'OS X 10.8',

View file

@ -24,7 +24,6 @@ __Famous projects, using pako:__
[Tedit](https://chrome.google.com/webstore/detail/tedit-development-environ/ooekdijbnbbjdfjocaiflnjgoohnblgf)
by [@creatronix](https://github.com/creationix)
__Benchmarks:__

View file

@ -28,7 +28,7 @@
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-saucelabs": "~8.0.2",
"grunt-contrib-connect": "~0.7.1"
"grunt-saucelabs": "~8.6.0",
"grunt-contrib-connect": "~0.9.0"
}
}