mirror of https://github.com/abpframework/abp.git
4 changed files with 11 additions and 11 deletions
@ -1,11 +1,11 @@ |
|||
{ |
|||
"version": "0.3.5", |
|||
"version": "0.3.6", |
|||
"name": "@abp/codemirror", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/core": "^0.3.5", |
|||
"codemirror": "^5.38.0" |
|||
"codemirror": "^5.39.2" |
|||
} |
|||
} |
|||
|
|||
@ -1,11 +1,11 @@ |
|||
{ |
|||
"version": "0.3.5", |
|||
"version": "0.3.6", |
|||
"name": "@abp/markdown-it", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/core": "^0.3.5", |
|||
"markdown-it": "^8.4.1" |
|||
"markdown-it": "^8.4.2" |
|||
} |
|||
} |
|||
|
|||
@ -1,14 +1,14 @@ |
|||
{ |
|||
"version": "0.3.5", |
|||
"version": "0.3.6", |
|||
"name": "@abp/tui-editor", |
|||
"publishConfig": { |
|||
"access": "public" |
|||
}, |
|||
"dependencies": { |
|||
"@abp/codemirror": "^0.3.5", |
|||
"@abp/highlight.js": "^0.3.5", |
|||
"@abp/jquery": "^0.3.5", |
|||
"@abp/markdown-it": "^0.3.5", |
|||
"tui-editor": "^1.2.2" |
|||
"@abp/codemirror": "^0.3.6", |
|||
"@abp/highlight.js": "^0.3.6", |
|||
"@abp/jquery": "^0.3.6", |
|||
"@abp/markdown-it": "^0.3.6", |
|||
"tui-editor": "^1.2.6" |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue