Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-01-14 13:47:36 +0300
committerRobin Appelman <robin@icewind.nl>2020-01-14 13:47:36 +0300
commit08d91682460083c2eaa052b5cd1dc4325da66680 (patch)
tree89c3f9db3d4ad65c970995958950e482638e71fb /package.json
parent892ef32fb7b817c629d5bbcad9df49d498ccc14f (diff)
bumb dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/package.json b/package.json
index 59ffbbc..23315a4 100644
--- a/package.json
+++ b/package.json
@@ -1,44 +1,44 @@
{
"dependencies": {
- "highlight.js": "^9.15.10",
- "katex": "^0.11.0",
+ "highlight.js": "^9.17.1",
+ "katex": "^0.11.1",
"markdown-it": "^10.0.0",
- "markdown-it-anchor": "^5.2.4",
+ "markdown-it-anchor": "^5.2.5",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-table-of-contents": "^0.4.4",
- "markdown-it-texmath": "^0.5.5",
+ "markdown-it-texmath": "^0.6.0",
"markdown-it-video": "^0.6.3",
- "mermaid": "^8.2.6",
- "morphdom": "^2.5.6",
- "slugify": "^1.3.5",
+ "mermaid": "^8.4.5",
+ "morphdom": "^2.5.12",
+ "slugify": "^1.3.6",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
- "@babel/core": "^7.6.0",
- "@babel/preset-env": "^7.6.0",
+ "@babel/core": "^7.8.3",
+ "@babel/preset-env": "^7.8.3",
"@types/ace": "0.0.42",
"@types/highlight.js": "^9.12.3",
"@types/jquery": "^3.3.31",
- "@types/katex": "^0.10.2",
- "@types/markdown-it": "0.0.8",
+ "@types/katex": "^0.11.0",
+ "@types/markdown-it": "0.0.9",
"@types/markdown-it-anchor": "^4.0.3",
- "@types/node": "^12.7.5",
+ "@types/node": "^13.1.6",
"@types/throttle-debounce": "^2.1.0",
- "@types/underscore": "^1.9.2",
- "@types/webpack": "^4.39.1",
- "@types/webpack-env": "^1.14.0",
+ "@types/underscore": "^1.9.4",
+ "@types/webpack": "^4.41.2",
+ "@types/webpack-env": "^1.15.0",
"babel-loader": "^8.0.6",
"browserify": "^16.5.0",
- "css-loader": "^3.2.0",
- "file-loader": "^4.2.0",
- "mini-css-extract-plugin": "^0.8.0",
- "style-loader": "^1.0.0",
- "ts-loader": "^6.1.0",
- "typescript": "^3.6.3",
+ "css-loader": "^3.4.2",
+ "file-loader": "^5.0.2",
+ "mini-css-extract-plugin": "^0.9.0",
+ "style-loader": "^1.1.2",
+ "ts-loader": "^6.2.1",
+ "typescript": "^3.7.4",
"uglifyjs-webpack-plugin": "^2.2.0",
- "webpack": "^4.40.2",
- "webpack-cli": "^3.3.8"
+ "webpack": "^4.41.5",
+ "webpack-cli": "^3.3.10"
}
}