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

github.com/icewind1991/files_markdown.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json51
1 files changed, 26 insertions, 25 deletions
diff --git a/package.json b/package.json
index 4e276bb..c2819e7 100644
--- a/package.json
+++ b/package.json
@@ -1,45 +1,46 @@
{
"dependencies": {
- "highlight.js": "^11.0.1",
- "katex": "^0.13.11",
- "markdown-it": "^12.1.0",
- "markdown-it-anchor": "^8.1.0",
+ "highlight.js": "^11.3.1",
+ "katex": "^0.15.1",
+ "markdown-it": "^12.2.0",
+ "markdown-it-anchor": "^8.4.1",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-github-preamble": "^1.0.0",
"markdown-it-highlightjs": "^3.5.0",
- "markdown-it-table-of-contents": "^0.5.2",
- "markdown-it-texmath": "^0.9.1",
+ "markdown-it-table-of-contents": "^0.6.0",
+ "markdown-it-texmath": "^0.9.6",
"markdown-it-video": "^0.6.3",
- "mermaid": "^8.11.0",
+ "mermaid": "^8.13.4",
"morphdom": "^2.6.1",
- "slugify": "^1.5.3",
+ "slugify": "^1.6.3",
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/preset-env": "^7.14.7",
- "@types/ace": "0.0.46",
+ "@babel/core": "^7.16.0",
+ "@babel/preset-env": "^7.16.4",
+ "@nextcloud/browserslist-config": "^2.2.0",
+ "@types/ace": "0.0.47",
"@types/highlight.js": "^9.12.4",
- "@types/jquery": "^3.5.5",
- "@types/katex": "^0.11.0",
- "@types/markdown-it": "12.0.2",
+ "@types/jquery": "^3.5.9",
+ "@types/katex": "^0.11.1",
+ "@types/markdown-it": "12.2.3",
"@types/markdown-it-anchor": "^4.0.4",
- "@types/node": "^16.0.0",
+ "@types/node": "^16.11.11",
"@types/throttle-debounce": "^2.1.0",
"@types/underscore": "^1.11.3",
"@types/webpack": "^5.28.0",
- "@types/webpack-env": "^1.16.2",
- "babel-loader": "^8.2.2",
+ "@types/webpack-env": "^1.16.3",
+ "babel-loader": "^8.2.3",
"browserify": "^17.0.0",
- "css-loader": "^5.2.6",
+ "css-loader": "^6.5.1",
"file-loader": "^6.2.0",
- "mini-css-extract-plugin": "^2.1.0",
- "style-loader": "^3.0.0",
- "terser-webpack-plugin": "^5.1.4",
- "ts-loader": "^9.2.3",
- "typescript": "^4.3.5",
- "webpack": "^5.42.1",
- "webpack-cli": "^4.7.2"
+ "mini-css-extract-plugin": "^2.4.5",
+ "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"
},
"scripts": {
"build": "webpack --mode production"