Skip to content

Commit 74300fc

Browse files
committed
build: 更新依赖 [email protected]
1 parent d9f8f3a commit 74300fc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"build": "rollup -c",
1010
"start:client": "rollup -c -w",
1111
"start:server": "node ./start.js",
12-
"start:server:hot": "npx nodemon ./start.js",
13-
"prepare": "npx husky install",
14-
"lint": "npx eslint src && npx prettier --check src",
15-
"lint:fix": "npx eslint --fix src && npx prettier --check --write src"
12+
"start:server:hot": "nodemon ./start.js",
13+
"prepare": "husky install",
14+
"lint": "eslint src && prettier --check src",
15+
"lint:fix": "eslint --fix src && prettier --check --write src"
1616
},
1717
"keywords": [
1818
"discuss",
@@ -43,7 +43,7 @@
4343
"md5": "^2.3.0",
4444
"min-1px": "^1.0.0",
4545
"mongodb": "^4.8.0",
46-
"msg-alert": "^1.0.0-beta.2",
46+
"msg-alert": "^1.0.0-beta.4",
4747
"mysql2": "^2.3.3",
4848
"nodemailer": "^6.7.0",
4949
"output-line": "^1.0.1",

0 commit comments

Comments
 (0)