Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"homepage": "http://www.virtuosoft.eu/code/bootstrap-touchspin/",
"version": "3.1.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt": "~1.6.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1908,7 +1908,7 @@
"description": "Full-featured in-browser code editor",
"devDependencies": {
"blint": "^0.5.1",
"node-static": "0.6.0",
"node-static": "0.7.11",
"phantomjs-prebuilt": "^2.1.12",
"rollup": "^0.34.10",
"rollup-plugin-buble": "^0.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"jquery": "^1.12.4",
"jquery": "^3.7.1",
"qunitjs": "^2.0.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.1",
"grunt": "~1.6.1",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-concat": "~0.3.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"grunt-contrib-watch": "0.6.0",
"grunt-coveralls": "0.3.0",
"grunt-qunit-istanbul": "^0.4.0",
"grunt": "0.4.2"
"grunt": "1.5.3"
},
"dependencies": {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt": "~1.6.1",
"grunt-mocha": "~0.4.10",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.5.0",
"bower": "~1.2.8"
"bower": "~1.8.14"
},
"scripts": {
"test": "grunt concat coffee mocha"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Peity (sounds like deity) is a simple jQuery plugin that converts an element's content into a simple mini `svg` pie, line or bar chart.",
"main": "jquery.peity.js",
"devDependencies": {
"ejs": "~0.8.5",
"express": "~3.4.8",
"ejs": "~3.1.10",
"express": "~4.19.2",
"mocha": "~1.18.2",
"queue-async": "~1.0.7"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "node app.js"
},
"dependencies": {
"express": "3.3.5",
"socket.io": "~0.9.16"
"express": "4.19.2",
"socket.io": "~4.7.5"
},
"author": "Alex Williams, Unscramble <license@unscramble.jp>",
"license": "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"node": ">= 0.8.0"
},
"devDependencies": {
"jsdom": "~0.5.4",
"jsdom": "~24.0.0",
"nodeunit": "~0.7.4",
"clean-css": "~0.10.2",
"uglify-js": "~2.2.5",
"uglify-js": "~3.17.4",
"jshint": "~1.1.0"
},
"scripts": {
Expand Down