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>2021-02-26 20:47:00 +0300
committerRobin Appelman <robin@icewind.nl>2021-02-26 20:47:00 +0300
commitd503c2eff4dd09df695fadd84e75ae21580b847d (patch)
treeb35b92df6cb75e8b5ecbbbae526ed7a285aceb0d /package.json
parent137bcbb0b4a57b79c4ec63c632a1e85d57b72776 (diff)
bumb dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/package.json b/package.json
index b7398a8..6e3f759 100644
--- a/package.json
+++ b/package.json
@@ -1,45 +1,45 @@
{
"dependencies": {
- "highlight.js": "^10.2.0",
+ "highlight.js": "^10.6.0",
"katex": "^0.12.0",
- "markdown-it": "^11.0.1",
- "markdown-it-anchor": "^5.3.0",
+ "markdown-it": "^12.0.4",
+ "markdown-it-anchor": "^7.0.2",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",
- "markdown-it-highlightjs": "^3.2.0",
- "markdown-it-table-of-contents": "^0.4.4",
+ "markdown-it-highlightjs": "^3.4.0",
+ "markdown-it-table-of-contents": "^0.5.2",
"markdown-it-texmath": "^0.8.0",
"markdown-it-video": "^0.6.3",
- "mermaid": "^8.8.0",
+ "mermaid": "^8.9.1",
"morphdom": "^2.6.1",
- "slugify": "^1.4.5",
- "throttle-debounce": "^2.3.0"
+ "slugify": "^1.4.7",
+ "throttle-debounce": "^3.0.1"
},
"devDependencies": {
- "@babel/core": "^7.11.6",
- "@babel/preset-env": "^7.11.5",
- "@types/ace": "0.0.43",
+ "@babel/core": "^7.13.1",
+ "@babel/preset-env": "^7.13.5",
+ "@types/ace": "0.0.44",
"@types/highlight.js": "^9.12.4",
- "@types/jquery": "^3.5.1",
+ "@types/jquery": "^3.5.5",
"@types/katex": "^0.11.0",
- "@types/markdown-it": "10.0.2",
+ "@types/markdown-it": "12.0.1",
"@types/markdown-it-anchor": "^4.0.4",
- "@types/node": "^14.11.2",
+ "@types/node": "^14.14.31",
"@types/throttle-debounce": "^2.1.0",
- "@types/underscore": "^1.10.23",
- "@types/webpack": "^4.41.22",
- "@types/webpack-env": "^1.15.3",
- "babel-loader": "^8.1.0",
- "browserify": "^16.5.2",
+ "@types/underscore": "^1.10.24",
+ "@types/webpack": "^4.41.26",
+ "@types/webpack-env": "^1.16.0",
+ "babel-loader": "^8.2.2",
+ "browserify": "^17.0.0",
"ch-log": "^1.1.0",
- "css-loader": "^4.3.0",
- "file-loader": "^6.1.0",
- "mini-css-extract-plugin": "^0.11.2",
- "style-loader": "^1.2.1",
- "ts-loader": "^8.0.4",
- "typescript": "^4.0.3",
+ "css-loader": "^5.1.0",
+ "file-loader": "^6.2.0",
+ "mini-css-extract-plugin": "^1.3.9",
+ "style-loader": "^2.0.0",
+ "ts-loader": "^8.0.17",
+ "typescript": "^4.2.2",
"uglifyjs-webpack-plugin": "^2.2.0",
- "webpack": "^4.44.2",
- "webpack-cli": "^3.3.12"
+ "webpack": "^5.24.2",
+ "webpack-cli": "^4.5.0"
}
}