Skip to content

Commit 2995ef5

Browse files
committed
chore: upgrade deps for koa examples
1 parent f9f33db commit 2995ef5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/koa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"license": "MIT",
99
"dependencies": {
10-
"@tswjs/open-platform-plugin": "^1.0.0",
10+
"@tswjs/open-platform-plugin": "^1.1.1",
1111
"@tswjs/tsw": "^2.0.0",
1212
"axios": "^0.19.2",
1313
"koa": "^2.11.0",

examples/koa/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# yarn lockfile v1
33

44

5-
"@tswjs/open-platform-api@^1.0.0":
6-
version "1.0.0"
7-
resolved "https://registry.yarnpkg.com/@tswjs/open-platform-api/-/open-platform-api-1.0.0.tgz#58021d196521bc57fd6129f7a8e804d910f28568"
8-
integrity sha512-a5ojTtZN+tKSrDMVArJoQqCINWgEWT2EsEGEeKw2MGNxjGZS239gXxJU724DghuTL/QKHWJi8JMsAkSsb9DeJQ==
5+
"@tswjs/open-platform-api@^1.0.2":
6+
version "1.0.2"
7+
resolved "https://registry.yarnpkg.com/@tswjs/open-platform-api/-/open-platform-api-1.0.2.tgz#d3685b925a7a400413cdbb0488c42cb6b00c036d"
8+
integrity sha512-VVFkw0xAI1e3gf/SbIz1++wxyHguXXlHuXvuShPCmZQ8YCWpxMVoREKoXxz/5ag65TEHUutDnEyPhgJjG/jAqA==
99
dependencies:
1010
axios "^0.19.2"
1111

12-
"@tswjs/open-platform-plugin@^1.0.0":
13-
version "1.0.0"
14-
resolved "https://registry.yarnpkg.com/@tswjs/open-platform-plugin/-/open-platform-plugin-1.0.0.tgz#59e22dc6bf7dfa788b02bdbde02d166e5cde14fd"
15-
integrity sha512-snm1Z/JB5l5UPrkiv8MNrJmdIAurGEvGZju7LUWXteovT76hNLxNHq6GQbmK2bnw90kiFeure8IE0NAqYc6TPQ==
12+
"@tswjs/open-platform-plugin@^1.1.1":
13+
version "1.1.1"
14+
resolved "https://registry.yarnpkg.com/@tswjs/open-platform-plugin/-/open-platform-plugin-1.1.1.tgz#12ecc63845f5c3c9e187934b2e2330682ff7a002"
15+
integrity sha512-TO5Bp/Q1IfdYu+hoQ1P3tk2P++UAdmOi1sfdIuHwVB0BbO9KD+CoWQ8zgHrcrgQQhK6MXjHzc1PaGPPxdFb7zQ==
1616
dependencies:
17-
"@tswjs/open-platform-api" "^1.0.0"
17+
"@tswjs/open-platform-api" "^1.0.2"
1818
ip "^1.1.5"
1919
moment "^2.24.0"
2020

0 commit comments

Comments
 (0)