Skip to content

Commit 14e0c17

Browse files
committed
Update underscore and other deps
1 parent a9a879f commit 14e0c17

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

2013/fs-workshop-paris/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reveal.js",
3-
"version": "2.4.0",
3+
"version": "6.0.0",
44
"description": "The HTML Presentation Framework",
55
"homepage": "http://lab.hakim.se/reveal-js",
66
"subdomain": "revealjs",
@@ -21,20 +21,20 @@
2121
"node": "~0.8.0"
2222
},
2323
"dependencies": {
24-
"underscore": "~1.3.3",
25-
"express": "~4.17.1",
26-
"mustache": "~3.1.0",
27-
"socket.io": "~0.9.13"
24+
"underscore": "~1.13.8",
25+
"express": "~5.2.1",
26+
"mustache": "~4.2.1",
27+
"socket.io": "~4.8.3"
2828
},
2929
"devDependencies": {
30-
"grunt-contrib-jshint": "~0.2.0",
31-
"grunt-contrib-cssmin": "~0.4.1",
32-
"grunt-contrib-uglify": "~0.1.1",
33-
"grunt-contrib-watch": "~0.2.0",
34-
"grunt-contrib-sass": "~0.2.2",
35-
"grunt-contrib-connect": "~0.2.0",
36-
"grunt-zip": "~0.7.0",
37-
"grunt": "~0.4.0"
30+
"grunt-contrib-jshint": "~3.0.0",
31+
"grunt-contrib-cssmin": "~4.0.0",
32+
"grunt-contrib-uglify": "~5.2.1",
33+
"grunt-contrib-watch": "~1.1.0",
34+
"grunt-contrib-sass": "~2.0.0",
35+
"grunt-contrib-connect": "~5.0.1",
36+
"grunt-zip": "~1.0.0",
37+
"grunt": "~1.6.1"
3838
},
3939
"licenses": [
4040
{

0 commit comments

Comments
 (0)