Skip to content

Commit 5180354

Browse files
committed
fix: update deps
1 parent 9c5547d commit 5180354

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

serverless.component.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: website
2-
version: 0.0.12
3-
author: Tencent Cloud, Inc.
4-
org: Tencent Cloud, Inc.
2+
version: 0.0.13
3+
author: 'Tencent Cloud, Inc.'
4+
org: 'Tencent Cloud, Inc.'
55
description: Deploy a static website on Tencent Cloud.
6-
keywords: tencent, serverless, website
7-
repo: https://github.com/serverless-components/tencent-website
8-
readme: https://github.com/serverless-components/tencent-website/tree/master/README.md
6+
keywords: 'tencent, serverless, website'
7+
repo: 'https://github.com/serverless-components/tencent-website'
8+
readme: 'https://github.com/serverless-components/tencent-website/tree/master/README.md'
99
license: MIT
1010
main: ./src
1111
webDeployable: true

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"download": "^8.0.0",
4-
"tencent-component-toolkit": "^1.15.7",
5-
"type": "^2.0.0"
4+
"tencent-component-toolkit": "^1.16.4",
5+
"type": "^2.1.0"
66
}
77
}

0 commit comments

Comments
 (0)