Skip to content

Commit 05100ba

Browse files
committed
fix: update deps
1 parent 3bf5f7e commit 05100ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: website
2-
version: 0.0.11
2+
version: 0.0.12
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: Deploy a static website on Tencent Cloud.

src/package.json

Lines changed: 1 addition & 1 deletion
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.14.5",
4+
"tencent-component-toolkit": "^1.15.7",
55
"type": "^2.0.0"
66
}
77
}

tests/integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jest.setTimeout(300000)
77
const instanceYaml = {
88
org: 'orgDemo',
99
app: 'appDemo',
10-
component: 'website@dev',
10+
component: 'website',
1111
name: `website-integration-tests-${generateId()}`,
1212
stage: 'dev',
1313
inputs: {

0 commit comments

Comments
 (0)