|
5 | 5 | "scripts": {
|
6 | 6 | "start": "egg-scripts start",
|
7 | 7 | "stop": "egg-scripts stop",
|
8 |
| - "dev": "ets && egg-bin dev", |
9 |
| - "debug": "ets && egg-bin debug", |
10 |
| - "test-local": "ets && egg-bin test", |
| 8 | + "dev": "egg-bin dev", |
| 9 | + "debug": "egg-bin debug", |
| 10 | + "test-local": "egg-bin test", |
11 | 11 | "test": "npm run lint -- --fix && npm run test-local",
|
12 |
| - "cov": "ets && egg-bin cov", |
| 12 | + "cov": "egg-bin cov", |
13 | 13 | "tsc": "tsc -p tsconfig.json",
|
14 | 14 | "ci": "npm run lint && npm run cov && npm run tsc",
|
15 | 15 | "lint": "eslint .",
|
|
20 | 20 | },
|
21 | 21 | "license": "MIT",
|
22 | 22 | "dependencies": {
|
23 |
| - "@eggjs/tegg": "^1.6.4", |
24 |
| - "@eggjs/tegg-config": "^1.3.3", |
25 |
| - "@eggjs/tegg-controller-plugin": "^1.7.5", |
26 |
| - "@eggjs/tegg-eventbus-plugin": "^1.5.5", |
27 |
| - "@eggjs/tegg-plugin": "^1.5.5", |
| 23 | + "@eggjs/tegg": "^3.2.1", |
| 24 | + "@eggjs/tegg-controller-plugin": "^3.2.1", |
| 25 | + "@eggjs/tegg-plugin": "^3.2.1", |
| 26 | + "@eggjs/tsconfig": "^1.2.0", |
| 27 | + "@eggjs/tegg-config": "^3.1.0", |
28 | 28 | "egg": "^3.9.1",
|
29 | 29 | "egg-scripts": "^2.17.0"
|
30 | 30 | },
|
31 | 31 | "devDependencies": {
|
32 |
| - "@eggjs/tsconfig": "^1.2.0", |
33 | 32 | "@types/mocha": "^10.0.1",
|
34 | 33 | "@types/node": "^16.18.10",
|
35 |
| - "egg-bin": "^5.10.0", |
| 34 | + "egg-bin": "^6.0.0", |
36 | 35 | "egg-mock": "^5.4.0",
|
37 | 36 | "eslint": "^8.30.0",
|
38 | 37 | "eslint-config-egg": "^12.1.0",
|
|
0 commit comments