This commit is contained in:
杜恒
2021-06-17 09:52:58 +08:00
parent 98d570bf8b
commit 4d2d4a49c7
10 changed files with 1678 additions and 11 deletions

File diff suppressed because one or more lines are too long

1632
typecho/write/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@
"@codemirror/commands": "^0.18.3",
"@codemirror/highlight": "^0.18.4",
"@codemirror/history": "^0.18.1",
"@codemirror/lang-markdown": "^0.18.3",
"@codemirror/lang-markdown": "^0.18.4",
"@codemirror/language-data": "^0.18.0",
"@codemirror/matchbrackets": "^0.18.0",
"@codemirror/state": "^0.18.7",
@@ -15,7 +15,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"rollup": "^2.51.2",
"rollup": "^2.52.0",
"rollup-plugin-terser": "^7.0.2"
}
}