Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Sep 23, 2020
1 parent 82b0d23 commit 85ce058
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: nextjs
version: 0.1.2
author: Tencent Cloud, Inc.
org: Tencent Cloud, Inc.
version: 0.1.3
author: 'Tencent Cloud, Inc.'
org: 'Tencent Cloud, Inc.'
description: Deploy a serverless Next.js application onto Tencent SCF and API Gateway.
keywords: tencent, serverless, next.js
repo: https://github.com/serverless-components/tencent-nextjs
readme: https://github.com/serverless-components/tencent-nextjs/tree/master/README.md
keywords: 'tencent, serverless, next.js'
repo: 'https://github.com/serverless-components/tencent-nextjs'
readme: 'https://github.com/serverless-components/tencent-nextjs/tree/master/README.md'
license: MIT
main: ./src
webDeployable: true
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"adm-zip": "^0.4.14",
"adm-zip": "^0.4.16",
"download": "^8.0.0",
"tencent-component-toolkit": "^1.16.4",
"type": "^2.0.0"
"tencent-component-toolkit": "^1.16.7",
"type": "^2.1.0"
}
}

0 comments on commit 85ce058

Please sign in to comment.