Skip to content

Commit cd929b8

Browse files
committed
Updated deps
1 parent 8e83461 commit cd929b8

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,43 @@
1919
"input",
2020
"ui"
2121
],
22-
"docs": "http://lcdsantos.github.io/jQuery-Selectric/",
23-
"demo": "http://lcdsantos.github.io/jQuery-Selectric/demo",
22+
"docs": "http://selectric.js.org/",
23+
"demo": "http://selectric.js.org/demo",
2424
"bugs": "https://github.com/lcdsantos/jQuery-Selectric/issues",
25-
"homepage": "http://lcdsantos.github.io/jQuery-Selectric/",
25+
"homepage": "http://selectric.js.org/",
2626
"repository": {
2727
"type": "git",
2828
"url": "https://github.com/lcdsantos/jQuery-Selectric.git"
2929
},
3030
"dependencies": {
31-
"jquery": "^3.0.0"
31+
"jquery": "^3.1.1"
3232
},
3333
"devDependencies": {
3434
"codecov": "^1.0.1",
35-
"eslint": "^3.5.0",
35+
"eslint": "^3.13.1",
3636
"gulp": "^3.9.1",
37-
"gulp-autoprefixer": "^3.1.0",
38-
"gulp-bump": "^2.2.0",
37+
"gulp-autoprefixer": "^3.1.1",
38+
"gulp-bump": "^2.5.1",
3939
"gulp-connect": "^5.0.0",
4040
"gulp-eslint": "^3.0.1",
4141
"gulp-gh-pages": "^0.5.4",
42-
"gulp-header": "^1.8.7",
43-
"gulp-load-plugins": "^1.2.4",
42+
"gulp-header": "^1.8.8",
43+
"gulp-load-plugins": "^1.4.0",
4444
"gulp-rename": "^1.2.2",
45-
"gulp-sass": "^2.3.2",
45+
"gulp-sass": "^3.1.0",
4646
"gulp-template": "^4.0.0",
4747
"gulp-uglify": "^2.0.0",
48-
"gulp-util": "^3.0.7",
48+
"gulp-util": "^3.0.8",
4949
"gulp-zip": "^3.2.0",
50-
"istanbul": "^0.4.4",
51-
"jasmine-core": "^2.4.1",
52-
"karma": "^1.1.0",
50+
"istanbul": "^0.4.5",
51+
"jasmine-core": "^2.5.2",
52+
"karma": "^1.3.0",
5353
"karma-chrome-launcher": "^2.0.0",
54-
"karma-coverage": "^1.0.0",
55-
"karma-jasmine": "^1.0.2",
56-
"karma-mocha-reporter": "^2.0.4",
57-
"karma-phantomjs-launcher": "^1.0.1",
58-
"phantomjs-prebuilt": "^2.1.7"
54+
"karma-coverage": "^1.1.1",
55+
"karma-jasmine": "^1.1.0",
56+
"karma-mocha-reporter": "^2.2.1",
57+
"karma-phantomjs-launcher": "^1.0.2",
58+
"phantomjs-prebuilt": "^2.1.14"
5959
},
6060
"scripts": {
6161
"test": "npm run lint && npm run test:single",

0 commit comments

Comments
 (0)