Skip to content

Commit 0c43741

Browse files
committed
⬆️ 升级cron包
fixed: #152
1 parent 715639e commit 0c43741

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scriptcat",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "脚本猫,一个可以执行用户脚本的浏览器扩展,万物皆可脚本化,让你的浏览器可以做更多的事情!",
55
"author": "CodFrm",
66
"license": "GPLv3",
@@ -23,7 +23,7 @@
2323
"@emotion/react": "^11.10.4",
2424
"@emotion/styled": "^11.10.4",
2525
"axios": "^1.4.0",
26-
"cron": "^2.3.0",
26+
"cron": "^2.4.3",
2727
"crx": "^5.0.1",
2828
"crypto-js": "^4.1.1",
2929
"dayjs": "^1.11.4",

Diff for: src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "ScriptCat",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"author": "CodFrm",
66
"description": "脚本猫,一个用户脚本管理器,支持后台脚本、定时脚本、页面脚本,可编写脚本每天帮你自动处理事务.",
77
"options_ui": {

0 commit comments

Comments
 (0)