Browse Source

deps update

pull/41/head
Vitaly Puzrin 9 years ago
parent
commit
a0e122fb4e
  1. 1
      .eslintignore
  2. 2
      lib/rules_core/linkify.js
  3. 20
      package.json

1
.eslintignore

@ -3,3 +3,4 @@ demo/
dist/
node_modules
support/demo_template/sample.js
benchmark/implementations/markdown-it-2.2.1*

2
lib/rules_core/linkify.js

@ -29,7 +29,7 @@ function createLinkifier() {
url: true,
email: true,
twitter: false,
replaceFn: function (autolinker, match) {
replaceFn: function (__, match) {
// Only collect matched strings but don't change anything.
switch (match.getType()) {
/*eslint default-case:0*/

20
package.json

@ -23,20 +23,20 @@
"test": "make test"
},
"dependencies": {
"argparse": "~ 0.1.15",
"autolinker": "~ 0.15.0"
"argparse": "~ 0.1.16",
"autolinker": "~ 0.15.2"
},
"devDependencies": {
"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.4.0",
"benchmark": "^1.0.0",
"ansi": "~0.3.0",
"autoprefixer-stylus": "~0.4.0",
"benchmark": "~1.0.0",
"browserify": "*",
"commonmark": "0.12.0",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"commonmark": "~ 0.15.0",
"coveralls": "~2.11.2",
"eslint": "0.11.0",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"jade": "^1.6.0",
"jade": "~1.8.2",
"markdown-it-abbr": "~ 0.1.0",
"markdown-it-deflist": "~ 0.1.0",
"markdown-it-emoji": "~ 0.1.3",
@ -47,7 +47,7 @@
"markdown-it-sup": "~ 0.1.0",
"markdown-it-testgen": "~ 0.1.0",
"marked": "0.3.2",
"stylus": "^0.49.1",
"stylus": "~0.49.3",
"mocha": "*",
"uglify-js": "*"
}

Loading…
Cancel
Save