Skip to content

Commit

Permalink
test: use egg-bin v6 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 12, 2023
1 parent 6b1a92d commit 1c24c49
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@
"url": "git+https://github.com/cnpm/npmcore.git"
},
"egg": {
"declarations": true,
"typescript": true
},
"keywords": [
"npm"
"npm",
"npm registry",
"registry"
],
"dependencies": {
"@eggjs/tegg": "^3.2.1",
Expand Down Expand Up @@ -104,8 +105,8 @@
"@types/mysql": "^2.15.21",
"@types/semver": "^7.3.12",
"coffee": "^5.4.0",
"egg-bin": "5",
"egg-mock": "^5.0.1",
"egg-bin": "^6.0.0",
"egg-mock": "^5.10.4",
"eslint": "^8.29.0",
"eslint-config-egg": "^12.1.0",
"git-contributor": "2",
Expand Down

0 comments on commit 1c24c49

Please sign in to comment.