|
1 | 1 | { |
2 | 2 | "name": "github-release-cli", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "2.1.0", |
4 | 4 | "description": "A command-line tool for managing release assets on a GitHub repository", |
5 | 5 | "homepage": "https://github.com/cheton/github-release-cli", |
6 | 6 | "author": "Cheton Wu <cheton@gmail.com>", |
|
29 | 29 | "cli" |
30 | 30 | ], |
31 | 31 | "dependencies": { |
32 | | - "@babel/runtime": "^7.13.10", |
33 | | - "@octokit/rest": "^18.0.6", |
| 32 | + "@babel/runtime": "7.x", |
| 33 | + "@octokit/rest": "18.x", |
34 | 34 | "chalk": "^4.1.0", |
35 | 35 | "commander": "^6.1.0", |
36 | 36 | "http-link-header": "^1.0.2", |
|
40 | 40 | "url-parse": "^1.4.7" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@babel/cli": "~7.11.6", |
44 | | - "@babel/core": "~7.11.6", |
45 | | - "@babel/plugin-transform-runtime": "~7.11.5", |
46 | | - "@babel/preset-env": "~7.11.5", |
47 | | - "@babel/register": "~7.11.5", |
48 | | - "@trendmicro/babel-config": "~1.0.0-alpha", |
| 43 | + "@babel/cli": "7.x", |
| 44 | + "@babel/core": "7.x", |
| 45 | + "@babel/plugin-transform-runtime": "7.x", |
| 46 | + "@babel/preset-env": "7.x", |
| 47 | + "@babel/register": "7.x", |
| 48 | + "@trendmicro/babel-config": "^1.0.2", |
49 | 49 | "tap": "^14.10.8" |
50 | 50 | } |
51 | 51 | } |
0 commit comments