2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-23 01:44:31 -06:00

Update dependencies

This commit is contained in:
Jeroen akkerman 2022-07-27 18:18:24 +02:00
parent b347a911c1
commit 2930abdd50
2 changed files with 805 additions and 800 deletions

1597
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,12 +23,12 @@
"@types/marked": "^4.0.1",
"codemirror": "^5.63.1",
"codemirror-spell-checker": "1.1.2",
"marked": "^4.0.10"
"marked": "^4.0.18"
},
"devDependencies": {
"browserify": "^17.0.0",
"cypress": "^9.2.1",
"eslint": "^8.9.0",
"cypress": "^10.3.1",
"eslint": "^8.20.0",
"eslint-plugin-cypress": "^2.12.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
@ -38,7 +38,7 @@
"gulp-rename": "^2.0.0",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"typescript": "^4.4.3",
"typescript": "^4.7.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},