mirror of
https://github.com/marktext/marktext.git
synced 2025-05-04 01:41:39 +08:00
update: electron, mermaid, vega-lite etc (#1893)
This commit is contained in:
parent
d697666f9a
commit
622ff90d58
82
package.json
82
package.json
@ -35,22 +35,22 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hfelix/electron-localshortcut": "^3.1.1",
|
"@hfelix/electron-localshortcut": "^3.1.1",
|
||||||
"@hfelix/electron-spellchecker": "1.0.0-rc.5",
|
"@hfelix/electron-spellchecker": "1.0.0-rc.5",
|
||||||
"@octokit/rest": "^16.36.0",
|
"@octokit/rest": "^16.43.1",
|
||||||
"arg": "^4.1.2",
|
"arg": "^4.1.3",
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.2",
|
||||||
"ced": "^1.0.0",
|
"ced": "^1.0.0",
|
||||||
"chokidar": "^3.3.1",
|
"chokidar": "^3.3.1",
|
||||||
"codemirror": "^5.50.2",
|
"codemirror": "^5.51.0",
|
||||||
"command-exists": "^1.2.8",
|
"command-exists": "^1.2.8",
|
||||||
"dayjs": "^1.8.18",
|
"dayjs": "^1.8.20",
|
||||||
"dom-autoscroller": "^2.3.4",
|
"dom-autoscroller": "^2.3.4",
|
||||||
"dompurify": "^2.0.7",
|
"dompurify": "^2.0.8",
|
||||||
"dragula": "^3.7.2",
|
"dragula": "^3.7.2",
|
||||||
"electron-is-accelerator": "^0.1.2",
|
"electron-is-accelerator": "^0.1.2",
|
||||||
"electron-log": "^4.0.2",
|
"electron-log": "^4.0.6",
|
||||||
"electron-store": "^5.0.0",
|
"electron-store": "^5.0.0",
|
||||||
"electron-window-state": "^5.0.3",
|
"electron-window-state": "^5.0.3",
|
||||||
"element-resize-detector": "^1.2.0",
|
"element-resize-detector": "^1.2.1",
|
||||||
"element-ui": "^2.13.0",
|
"element-ui": "^2.13.0",
|
||||||
"execall": "^2.0.0",
|
"execall": "^2.0.0",
|
||||||
"file-icons-js": "^1.0.3",
|
"file-icons-js": "^1.0.3",
|
||||||
@ -60,63 +60,63 @@
|
|||||||
"fuzzaldrin": "^2.1.0",
|
"fuzzaldrin": "^2.1.0",
|
||||||
"github-markdown-css": "^3.0.1",
|
"github-markdown-css": "^3.0.1",
|
||||||
"html-tags": "^3.0.0",
|
"html-tags": "^3.0.0",
|
||||||
"iconv-lite": "^0.5.0",
|
"iconv-lite": "^0.5.1",
|
||||||
"iso-639-1": "^2.1.0",
|
"iso-639-1": "^2.1.0",
|
||||||
"joplin-turndown-plugin-gfm": "^1.0.11",
|
"joplin-turndown-plugin-gfm": "^1.0.12",
|
||||||
"katex": "^0.11.1",
|
"katex": "^0.11.1",
|
||||||
"keyboard-layout": "^2.0.16",
|
"keyboard-layout": "^2.0.16",
|
||||||
"keytar": "5.0.0",
|
"keytar": "5.1.0",
|
||||||
"mermaid": "^8.4.4",
|
"mermaid": "^8.4.6",
|
||||||
"plist": "^3.0.1",
|
"plist": "^3.0.1",
|
||||||
"popper.js": "^1.16.0",
|
"popper.js": "^1.16.1",
|
||||||
"prismjs": "^1.17.1",
|
"prismjs": "^1.19.0",
|
||||||
"snabbdom": "^0.7.4",
|
"snabbdom": "^0.7.4",
|
||||||
"snabbdom-to-html": "^5.1.1",
|
"snabbdom-to-html": "^5.1.1",
|
||||||
"source-map-support": "^0.5.12",
|
"source-map-support": "^0.5.12",
|
||||||
"turndown": "^5.0.3",
|
"turndown": "^5.0.3",
|
||||||
"underscore": "^1.9.1",
|
"underscore": "^1.9.2",
|
||||||
"unsplash-js": "^6.0.0",
|
"unsplash-js": "^6.0.0",
|
||||||
"vega": "^5.9.0",
|
"vega": "^5.9.1",
|
||||||
"vega-embed": "^6.2.1",
|
"vega-embed": "^6.2.2",
|
||||||
"vega-lite": "^4.0.2",
|
"vega-lite": "^4.1.1",
|
||||||
"view-image": "^0.0.1",
|
"view-image": "^0.0.1",
|
||||||
"vscode-ripgrep": "^1.5.7",
|
"vscode-ripgrep": "^1.5.7",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
"vue-electron": "^1.0.6",
|
"vue-electron": "^1.0.6",
|
||||||
"vue-router": "^3.0.7",
|
"vue-router": "^3.1.5",
|
||||||
"vuex": "^3.1.2",
|
"vuex": "^3.1.2",
|
||||||
"webfontloader": "^1.6.28"
|
"webfontloader": "^1.6.28"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.7.7",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.7.4",
|
"@babel/plugin-proposal-export-default-from": "^7.8.3",
|
||||||
"@babel/plugin-proposal-function-bind": "^7.7.4",
|
"@babel/plugin-proposal-function-bind": "^7.8.3",
|
||||||
"@babel/plugin-syntax-class-properties": "^7.7.4",
|
"@babel/plugin-syntax-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
||||||
"@babel/preset-env": "^7.7.7",
|
"@babel/preset-env": "^7.8.4",
|
||||||
"@babel/register": "^7.7.7",
|
"@babel/register": "^7.8.3",
|
||||||
"@babel/runtime": "^7.7.7",
|
"@babel/runtime": "^7.8.4",
|
||||||
"@markedjs/html-differ": "^3.0.0",
|
"@markedjs/html-differ": "^3.0.0",
|
||||||
"babel-eslint": "^10.0.2",
|
"babel-eslint": "^10.0.2",
|
||||||
"babel-loader": "^8.0.6",
|
"babel-loader": "^8.0.6",
|
||||||
"babel-plugin-component": "^1.1.1",
|
"babel-plugin-component": "^1.1.1",
|
||||||
"babel-plugin-istanbul": "^6.0.0",
|
"babel-plugin-istanbul": "^6.0.0",
|
||||||
"cfonts": "^2.4.8",
|
"cfonts": "^2.5.2",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"chalk": "^3.0.0",
|
"chalk": "^3.0.0",
|
||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"copy-webpack-plugin": "^5.1.1",
|
"copy-webpack-plugin": "^5.1.1",
|
||||||
"cross-env": "^6.0.3",
|
"cross-env": "^7.0.0",
|
||||||
"css-loader": "^3.4.1",
|
"css-loader": "^3.4.2",
|
||||||
"del": "^5.1.0",
|
"del": "^5.1.0",
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"electron": "^7.1.7",
|
"electron": "^8.0.0",
|
||||||
"electron-builder": "^21.2.0",
|
"electron-builder": "^22.3.2",
|
||||||
"electron-devtools-installer": "^2.2.4",
|
"electron-devtools-installer": "^2.2.4",
|
||||||
"electron-rebuild": "^1.8.8",
|
"electron-rebuild": "^1.10.0",
|
||||||
"electron-updater": "^4.1.2",
|
"electron-updater": "^4.1.2",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-config-standard": "^14.1.0",
|
"eslint-config-standard": "^14.1.0",
|
||||||
@ -124,7 +124,7 @@
|
|||||||
"eslint-import-resolver-alias": "^1.1.2",
|
"eslint-import-resolver-alias": "^1.1.2",
|
||||||
"eslint-loader": "^3.0.3",
|
"eslint-loader": "^3.0.3",
|
||||||
"eslint-plugin-html": "^6.0.0",
|
"eslint-plugin-html": "^6.0.0",
|
||||||
"eslint-plugin-import": "^2.19.1",
|
"eslint-plugin-import": "^2.20.1",
|
||||||
"eslint-plugin-node": "^11.0.0",
|
"eslint-plugin-node": "^11.0.0",
|
||||||
"eslint-plugin-promise": "^4.2.1",
|
"eslint-plugin-promise": "^4.2.1",
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
@ -145,7 +145,7 @@
|
|||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"marked": "^0.8.0",
|
"marked": "^0.8.0",
|
||||||
"mini-css-extract-plugin": "^0.9.0",
|
"mini-css-extract-plugin": "^0.9.0",
|
||||||
"mocha": "^6.2.2",
|
"mocha": "^7.0.1",
|
||||||
"multispinner": "^0.2.1",
|
"multispinner": "^0.2.1",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^2.6.0",
|
||||||
"node-loader": "^0.6.0",
|
"node-loader": "^0.6.0",
|
||||||
@ -153,9 +153,9 @@
|
|||||||
"postcss-preset-env": "^6.6.0",
|
"postcss-preset-env": "^6.6.0",
|
||||||
"raw-loader": "^4.0.0",
|
"raw-loader": "^4.0.0",
|
||||||
"require-dir": "^1.2.0",
|
"require-dir": "^1.2.0",
|
||||||
"spectron": "^9.0.0",
|
"spectron": "^10.0.1",
|
||||||
"style-loader": "^1.1.2",
|
"style-loader": "^1.1.3",
|
||||||
"svg-sprite-loader": "^4.1.6",
|
"svg-sprite-loader": "^4.2.1",
|
||||||
"svgo": "^1.3.0",
|
"svgo": "^1.3.0",
|
||||||
"svgo-loader": "^2.2.1",
|
"svgo-loader": "^2.2.1",
|
||||||
"to-string-loader": "^1.1.6",
|
"to-string-loader": "^1.1.6",
|
||||||
@ -167,7 +167,7 @@
|
|||||||
"webpack": "^4.41.5",
|
"webpack": "^4.41.5",
|
||||||
"webpack-bundle-analyzer": "^3.6.0",
|
"webpack-bundle-analyzer": "^3.6.0",
|
||||||
"webpack-cli": "^3.3.9",
|
"webpack-cli": "^3.3.9",
|
||||||
"webpack-dev-server": "^3.10.1",
|
"webpack-dev-server": "^3.10.3",
|
||||||
"webpack-hot-middleware": "^2.25.0",
|
"webpack-hot-middleware": "^2.25.0",
|
||||||
"webpack-merge": "^4.2.1"
|
"webpack-merge": "^4.2.1"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user