Skip to content

Commit 7c4935e

Browse files
author
Martii
committed
Some dep updates
* *ace-builds* updated hash but **not** in [`94cb3c`/package.json#L3](https://github.com/ajaxorg/ace-builds/blob/4c1551465499afb012ddb053a18872de83350357/package.json#L3) Find "All" CSS still present from ajaxorg/ace-builds#73 * Some bugs, some docs, some migrations/dep updates-removals, some new langs for *highlight* * Remove serving the map file as we minify differently and that probably busts the map... see also OpenUserJS#904 and skipping jQuery update for now * Please check their packages for CHANGELOGS * Delete op retested
1 parent 25eda7a commit 7c4935e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Outdated dependencies list can also be achieved with `$ npm --depth 0 outdated`
119119

120120
[ace-buildsGHUrl]: https://github.com/ajaxorg/ace-builds/tree/master/src
121121
[ace-buildsDOCUrl]: https://github.com/ajaxorg/ace-builds/blob/master/README.md
122-
[ace-buildsGHHASHUrl]: https://github.com/ajaxorg/ace-builds/tree/e94cb3c
122+
[ace-buildsGHHASHUrl]: https://github.com/ajaxorg/ace-builds/tree/4c15514
123123
[aceGHUrl]: https://github.com/ajaxorg/ace "ace"
124124
[aceDOCUrl]: http://ace.c9.io/#nav=api "ace"
125125

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"version": "0.2.2",
55
"main": "app",
66
"dependencies": {
7-
"ace-builds": "git://github.com/ajaxorg/ace-builds#e94cb3c",
7+
"ace-builds": "git://github.com/ajaxorg/ace-builds#4c15514",
88
"async": "1.5.2",
9-
"aws-sdk": "2.2.37",
9+
"aws-sdk": "2.2.39",
1010
"body-parser": "1.15.0",
1111
"bootstrap": "3.3.6",
1212
"bootstrap-markdown": "2.10.0",
1313
"chalk": "1.1.1",
14-
"clipboard": "1.5.8",
14+
"clipboard": "1.5.9",
1515
"compression": "1.6.1",
1616
"connect-mongo": "1.1.0",
1717
"cookie-parser": "1.4.1",
@@ -22,14 +22,14 @@
2222
"formidable": "1.0.17",
2323
"git-rev": "0.2.1",
2424
"github": "0.2.4",
25-
"highlight.js": "9.1.0",
25+
"highlight.js": "9.2.0",
2626
"jquery": "2.2.0",
2727
"jwt-simple": "0.4.1",
28-
"less-middleware": "2.0.1",
28+
"less-middleware": "2.1.0",
2929
"marked": "0.3.5",
3030
"method-override": "2.3.5",
3131
"moment": "2.11.2",
32-
"mongoose": "4.4.4",
32+
"mongoose": "4.4.5",
3333
"morgan": "1.7.0",
3434
"mu2": "0.5.20",
3535
"octicons": "3.5.0",

routesStatic.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ module.exports = function (aApp) {
7272
});
7373

7474
serveModule('/redist/npm/', 'jquery/', {
75-
'dist/jquery.js': { maxage: day * 7 },
76-
'dist/jquery.min.map': { maxage: day * 7 }
75+
'dist/jquery.js': { maxage: day * 7 }
7776
});
7877

7978
serveModule('/redist/npm/', 'marked/', {

0 commit comments

Comments
 (0)