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>2022-04-14 18:29:00 +0300
committerRobin Appelman <robin@icewind.nl>2022-04-14 18:29:00 +0300
commit000dfc09f19d9aabd0d0f332c45d3f75f260719c (patch)
tree07d770ac9e58f08fce6783677412d5eace5544ff /package.json
parentc515ef97795005090f84994768e8786fc0db6332 (diff)
2.3.6
Diffstat (limited to 'package.json')
-rw-r--r--package.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/package.json b/package.json
index c2819e7..7b73037 100644
--- a/package.json
+++ b/package.json
@@ -1,46 +1,46 @@
{
"dependencies": {
- "highlight.js": "^11.3.1",
- "katex": "^0.15.1",
- "markdown-it": "^12.2.0",
- "markdown-it-anchor": "^8.4.1",
+ "highlight.js": "^11.5.1",
+ "katex": "^0.15.3",
+ "markdown-it": "^12.3.2",
+ "markdown-it-anchor": "^8.6.2",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",
- "markdown-it-highlightjs": "^3.5.0",
+ "markdown-it-highlightjs": "^4.0.1",
"markdown-it-table-of-contents": "^0.6.0",
- "markdown-it-texmath": "^0.9.6",
+ "markdown-it-texmath": "^0.9.7",
"markdown-it-video": "^0.6.3",
- "mermaid": "^8.13.4",
+ "mermaid": "^9.0.0",
"morphdom": "^2.6.1",
- "slugify": "^1.6.3",
- "throttle-debounce": "^3.0.1"
+ "slugify": "^1.6.5",
+ "throttle-debounce": "^4.0.0"
},
"devDependencies": {
- "@babel/core": "^7.16.0",
- "@babel/preset-env": "^7.16.4",
+ "@babel/core": "^7.17.9",
+ "@babel/preset-env": "^7.16.11",
"@nextcloud/browserslist-config": "^2.2.0",
- "@types/ace": "0.0.47",
+ "@types/ace": "0.0.48",
"@types/highlight.js": "^9.12.4",
- "@types/jquery": "^3.5.9",
- "@types/katex": "^0.11.1",
+ "@types/jquery": "^3.5.14",
+ "@types/katex": "^0.14.0",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-anchor": "^4.0.4",
- "@types/node": "^16.11.11",
- "@types/throttle-debounce": "^2.1.0",
- "@types/underscore": "^1.11.3",
+ "@types/node": "^17.0.24",
+ "@types/throttle-debounce": "^4.0.0",
+ "@types/underscore": "^1.11.4",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.3",
- "babel-loader": "^8.2.3",
+ "babel-loader": "^8.2.4",
"browserify": "^17.0.0",
- "css-loader": "^6.5.1",
+ "css-loader": "^6.7.1",
"file-loader": "^6.2.0",
- "mini-css-extract-plugin": "^2.4.5",
+ "mini-css-extract-plugin": "^2.6.0",
"style-loader": "^3.3.1",
- "terser-webpack-plugin": "^5.2.5",
- "ts-loader": "^9.2.6",
- "typescript": "^4.5.2",
- "webpack": "^5.64.4",
- "webpack-cli": "^4.9.1"
+ "terser-webpack-plugin": "^5.3.1",
+ "ts-loader": "^9.2.8",
+ "typescript": "^4.6.3",
+ "webpack": "^5.72.0",
+ "webpack-cli": "^4.9.2"
},
"scripts": {
"build": "webpack --mode production"