Set version packages and add lock file, this is much safer.

pull/6/head
Jeroen Akkerman 6 years ago
parent e5f39d6bfa
commit b9b8c2267b

4158
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -21,25 +21,23 @@
"url": "https://github.com/sparksuite/simplemde-markdown-editor/issues"
},
"dependencies": {
"codemirror": "*",
"codemirror-spell-checker": "*",
"marked": "*"
"codemirror": "^5.32.0",
"codemirror-spell-checker": "^1.1.2",
"marked": "^0.3.7"
},
"devDependencies": {
"browserify": "*",
"debug": "*",
"eslint": "*",
"gulp": "*",
"gulp-concat": "*",
"gulp-debug": "*",
"gulp-eslint": "*",
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-clean-css": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"vinyl-source-stream": "*",
"vinyl-buffer": "*"
"browserify": "^14.5.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-header": "^1.8.9",
"gulp-jsbeautifier": "^2.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",

Loading…
Cancel
Save