|
25 | 25 | "tag": "node ./scripts/tag.js" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@actions/core": "^1.2.6", |
29 | | - "@actions/exec": "^1.1.1", |
30 | | - "@actions/github": "^4.0.0", |
31 | | - "actions-util": "^1.0.0" |
| 28 | + "@actions/core": "1.2.6", |
| 29 | + "@actions/exec": "1.1.1", |
| 30 | + "@actions/github": "4.0.0", |
| 31 | + "actions-util": "1.0.0" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@octokit/rest": "^19.0.5", |
35 | | - "@typescript-eslint/parser": "^4.15.2", |
36 | | - "@umijs/fabric": "^2.6.2", |
| 34 | + "@octokit/rest": "19.0.5", |
| 35 | + "@typescript-eslint/parser": "4.15.2", |
| 36 | + "@umijs/fabric": "2.6.2", |
37 | 37 | "@vercel/ncc": "0.34.0", |
38 | | - "axios": "^0.21.1", |
39 | | - "eslint": "^7.14.0", |
40 | | - "eslint-plugin-github": "^4.1.1", |
41 | | - "eslint-plugin-simple-import-sort": "^7.0.0", |
42 | | - "prettier": "^2.2.1", |
43 | | - "typescript": "^4.1.2", |
44 | | - "chalk": "^4.1.2", |
45 | | - "simple-git": "^2.46.0" |
| 38 | + "axios": "0.21.1", |
| 39 | + "eslint": "7.14.0", |
| 40 | + "eslint-plugin-github": "4.1.1", |
| 41 | + "eslint-plugin-simple-import-sort": "7.0.0", |
| 42 | + "prettier": "2.2.1", |
| 43 | + "typescript": "4.1.2", |
| 44 | + "chalk": "4.1.2", |
| 45 | + "simple-git": "2.46.0" |
46 | 46 | } |
47 | 47 | } |
0 commit comments