Skip to content

Commit a3abf30

Browse files
committed
chore: bump to 2.1.0
1 parent c8d5b37 commit a3abf30

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-release-cli",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A command-line tool for managing release assets on a GitHub repository",
55
"homepage": "https://github.com/cheton/github-release-cli",
66
"author": "Cheton Wu <cheton@gmail.com>",
@@ -29,8 +29,8 @@
2929
"cli"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "^7.13.10",
33-
"@octokit/rest": "^18.0.6",
32+
"@babel/runtime": "7.x",
33+
"@octokit/rest": "18.x",
3434
"chalk": "^4.1.0",
3535
"commander": "^6.1.0",
3636
"http-link-header": "^1.0.2",
@@ -40,12 +40,12 @@
4040
"url-parse": "^1.4.7"
4141
},
4242
"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",
4949
"tap": "^14.10.8"
5050
}
5151
}

0 commit comments

Comments
 (0)