Skip to content

Commit

Permalink
chore: Change dependencies type
Browse files Browse the repository at this point in the history
ν”Όμ–΄ λ””νŽœλ˜μ‹œλ‘œ κ΅¬λΆ„λ˜μ§€ μ•Šμ•„μ•Ό ν•˜λŠ” 것듀 λ‹€μ‹œ 정리함
  • Loading branch information
Jungwoo-An committed Jan 17, 2021
1 parent e0203d4 commit f705078
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slackpanda/core",
"version": "0.1.0",
"version": "0.2.0",
"description": "Core of @slackpanda packages",
"main": "./dist/core.js",
"types": "./dist/core.d.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slackpanda/shared",
"version": "0.1.0",
"version": "0.2.0",
"description": "Internal utils of @slackpanda packages",
"main": "./dist/shared.js",
"types": "./dist/shared.d.js",
Expand Down
9 changes: 4 additions & 5 deletions packages/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slackpanda/slack",
"version": "0.1.0",
"version": "0.2.0",
"description": "Slack adapter of @slackpanda packages",
"main": "./dist/slack.js",
"types": "./dist/slack.d.js",
Expand All @@ -21,9 +21,8 @@
"license": "MIT",
"dependencies": {
"@slack/interactive-messages": "^1.7.0",
"@slack/web-api": "^5.14.0"
},
"peerDependencies": {
"@slackpanda/shared": "*"
"@slack/web-api": "^5.14.0",
"@slackpanda/shared": "workspace:packages/shared",
"add": "^2.0.6"
}
}
8 changes: 3 additions & 5 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slackpanda/vue",
"version": "0.1.0",
"version": "0.2.0",
"description": "Vue client of @slackpanda packages",
"main": "./dist/vue.js",
"types": "./dist/vue.d.js",
Expand All @@ -20,11 +20,9 @@
"author": "Jungwoo-An <[email protected]>",
"license": "MIT",
"dependencies": {
"@slackpanda/core": "workspace:packages/core",
"@slackpanda/shared": "workspace:packages/shared",
"change-case": "^4.1.1",
"vue": "^3.0.0"
},
"peerDependencies": {
"@slackpanda/core": "*",
"@slackpanda/shared": "*"
}
}
16 changes: 11 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -205,20 +205,19 @@ __metadata:
dependencies:
"@slack/interactive-messages": ^1.7.0
"@slack/web-api": ^5.14.0
peerDependencies:
"@slackpanda/shared": "*"
"@slackpanda/shared": "workspace:packages/shared"
add: ^2.0.6
languageName: unknown
linkType: soft

"@slackpanda/vue@workspace:packages/vue":
version: 0.0.0-use.local
resolution: "@slackpanda/vue@workspace:packages/vue"
dependencies:
"@slackpanda/core": "workspace:packages/core"
"@slackpanda/shared": "workspace:packages/shared"
change-case: ^4.1.1
vue: ^3.0.0
peerDependencies:
"@slackpanda/core": "*"
"@slackpanda/shared": "*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -627,6 +626,13 @@ __metadata:
languageName: node
linkType: hard

"add@npm:^2.0.6":
version: 2.0.6
resolution: "add@npm:2.0.6"
checksum: 8599798e63565ee9acb4c0d79485501a60450491c47830fa7bee6ad4f311a880e8f8417deeb69804dbb54765246fd704d3e34fa4ab1b57ed70ae00344ee9d00f
languageName: node
linkType: hard

"ajv@npm:^6.10.0, ajv@npm:^6.12.3, ajv@npm:^6.12.4":
version: 6.12.6
resolution: "ajv@npm:6.12.6"
Expand Down

0 comments on commit f705078

Please sign in to comment.