Skip to content

Commit 551ed32

Browse files
committedJan 8, 2025·
update dependencies
1 parent 8b60ab2 commit 551ed32

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed
 

‎linux_flatpak.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"metadata": {
3232
"name": "marked_reader",
3333
"description": "marked_reader is an open source Markdown reader packed by Electron",
34-
"version": "2.2.0",
34+
"version": "3.0.0",
3535
"com.github.app.url": "http://cnoctave.cn",
3636
"com.github.app.license": "AGPL-3.0-only"
3737
},

‎package-lock.json

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"author": "Yu Hongbo <yuhongbo@member.fsf.org>, CNOCTAVE <cnoctave@qq.com>",
77
"email": "cnoctave@qq.com",
8-
"version": "2.2.0",
8+
"version": "3.0.0",
99
"description": "marked_reader is an open source Markdown reader packed by Electron",
1010
"bugs": {
1111
"url": "https://github.com/CNOCTAVE/marked_reader/issues",
@@ -229,11 +229,11 @@
229229
"devDependencies": {
230230
"electron": "^33.3.0",
231231
"electron-builder": "^25.1.8",
232-
"marked": "^14.1.2",
232+
"marked": "^15.0.6",
233233
"winston": "^3.15.0"
234234
},
235235
"dependencies": {
236-
"marked": "^14.1.2",
236+
"marked": "^15.0.6",
237237
"winston": "^3.15.0"
238238
},
239239
"publishConfig": {

0 commit comments

Comments
 (0)
Please sign in to comment.