diff --git a/.travis.yml b/.travis.yml index 246512e4..8a447cee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ sudo: false language: node_js node_js: - - "5.0" - - "4.2" - - "iojs" + - "5.10" + - "4.4" env: global: - secure: LhH+mMqOktTe6cIt97PGKBfgUjZM8vRd0qddyg61FSxg7a3WrHQoHE8WdRioJ9+DDzpu/NSTsHEUFUpGN+kSRw1UY4tsNLH6HoBQnqrNN4tVOeefudJpdeteOKZrJ8r8TaA/eO7sAgXO2T+RLJ8+qTbhx8FVZtLaCAgkrS0w9Qk= diff --git a/package.json b/package.json index d875dc04..28ee9aac 100644 --- a/package.json +++ b/package.json @@ -27,39 +27,39 @@ "mention", "mentions" ], - "dependencies": {}, "devDependencies": { "amd-optimize": "^0.6.1", "brfs": "^1.4.1", "closure-compiler": "0.2.6", "coveralls": "^2.11.4", "expect.js": "^0.3.1", - "glob": "^5.0.15", + "glob": "^7.0.3", "gulp": "^3.8.11", "gulp-babel": "^5.3.0", "gulp-closure-compiler": "^0.3.1", "gulp-concat": "^2.6.0", "gulp-istanbul": "^0.10.2", - "gulp-jshint": "^1.12.0", + "gulp-jshint": "^2.0.0", "gulp-mocha": "^2.1.3", "gulp-qunit": "^1.3.0", "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.4.2", "gulp-wrap": "^0.11.0", - "jsdom": "^6.5.1", + "jsdom": "^8.4.0", + "jshint": "^2.9.1", "jshint-stylish": "^2.0.1", "karma": "^0.13.15", - "karma-browserify": "^4.4.0", + "karma-browserify": "^5.0.3", "karma-chrome-launcher": "^0.2.1", "karma-firefox-launcher": "^0.1.6", "karma-mocha": "^0.2.0", - "karma-phantomjs-launcher": "^0.2.1", + "karma-phantomjs-launcher": "^1.0.0", "karma-sauce-launcher": "^0.3.0", - "lodash": "^3.10.1", + "lodash": "^4.11.1", "merge-stream": "^1.0.0", "mocha": "^2.3.3", - "phantomjs": "^1.9.18", + "phantomjs-prebuilt": "^2.1.7", "qunitjs": "^1.20.0", "requirejs": "^2.1.22", "simple-html-tokenizer": "git+https://github.com/nfrasser/simple-html-tokenizer.git#master"