chore: update dev dependencies and fix code style

This commit is contained in:
Estevao Soares dos Santos 2022-02-23 05:04:55 +00:00
parent 6efd75cb83
commit d23b028bb3
13 changed files with 5688 additions and 995 deletions

View File

@ -64,8 +64,7 @@ module.exports = function (grunt) {
jshint: { jshint: {
options: { options: {
jshintrc: '.jshintrc', jshintrc: '.jshintrc'
reporterOutput: ''
}, },
files: [ files: [
'Gruntfile.js', 'Gruntfile.js',
@ -76,7 +75,7 @@ module.exports = function (grunt) {
eslint: { eslint: {
options: { options: {
config: '.eslintrc.json' useEslintrc: true
}, },
target: [ target: [
'Gruntfile.js', 'Gruntfile.js',

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.js.map vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.

Binary file not shown.

6648
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,12 +47,12 @@
"grunt": "^1.0.3", "grunt": "^1.0.3",
"grunt-contrib-clean": "1.1.x", "grunt-contrib-clean": "1.1.x",
"grunt-contrib-concat": "1.0.x", "grunt-contrib-concat": "1.0.x",
"grunt-contrib-jshint": "1.1.x", "grunt-contrib-jshint": "3.2.x",
"grunt-contrib-uglify": "~3.3.0", "grunt-contrib-uglify": "~3.3.0",
"grunt-conventional-changelog": "6.1.x", "grunt-conventional-changelog": "6.1.x",
"grunt-conventional-github-releaser": "1.0.x", "grunt-conventional-github-releaser": "1.0.x",
"grunt-endline": "0.6.x", "grunt-endline": "0.6.x",
"grunt-eslint": "19.0.x", "grunt-eslint": "^24.0.0",
"grunt-simple-mocha": "0.4.x", "grunt-simple-mocha": "0.4.x",
"load-grunt-tasks": "3.5.x", "load-grunt-tasks": "3.5.x",
"performance-now": "2.0.x", "performance-now": "2.0.x",