Skip to content

Commit 5dff1b0

Browse files
committed
fix: upgrade tencent-component-toolkit for deleting compatibility
1 parent d81b25b commit 5dff1b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/vpc",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vpc
2-
version: 0.0.1
2+
version: 0.0.2
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: Create Vpc on Tencent Cloud.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Tencent Cloud, Inc.",
1010
"license": "Apache",
1111
"dependencies": {
12-
"tencent-component-toolkit": "^1.2.2",
12+
"tencent-component-toolkit": "^1.5.5",
1313
"type": "^2.0.0"
1414
}
1515
}

0 commit comments

Comments
 (0)