Skip to content

Commit e59ba04

Browse files
committed
Upgrade dependencies
1 parent 3b67cf1 commit e59ba04

File tree

2 files changed

+595
-534
lines changed

2 files changed

+595
-534
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"sync": "curl -X PUT 'https://npm.taobao.org/sync/coa-mysql?sync_upstream=true'"
2424
},
2525
"dependencies": {
26-
"coa-echo": "^1.1.1",
26+
"coa-echo": "^1.2.0",
2727
"coa-error": "^1.5.2",
2828
"coa-helper": "^1.2.1",
2929
"coa-redis": "^1.4.0-2",
@@ -32,15 +32,15 @@
3232
"mysql": "^2.18.1"
3333
},
3434
"devDependencies": {
35-
"@types/node": "^15.12.1",
36-
"@typescript-eslint/eslint-plugin": "^4.26.0",
37-
"eslint": "^7.28.0",
35+
"@types/node": "^16.7.4",
36+
"@typescript-eslint/eslint-plugin": "^4.29.3",
37+
"eslint": "^7.32.0",
3838
"eslint-config-prettier": "^8.3.0",
3939
"eslint-config-standard-with-typescript": "^20.0.0",
40-
"eslint-plugin-import": "^2.23.4",
40+
"eslint-plugin-import": "^2.24.2",
4141
"eslint-plugin-node": "^11.1.0",
4242
"eslint-plugin-promise": "^5.1.0",
43-
"prettier": "^2.3.1",
44-
"typescript": "^4.3.2"
43+
"prettier": "^2.3.2",
44+
"typescript": "^4.4.2"
4545
}
4646
}

0 commit comments

Comments
 (0)