Skip to content

Commit

Permalink
version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jun 26, 2024
1 parent a22df3d commit 9e4bb45
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
30 changes: 16 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-cloudflare-workers",
"version": "0.13.0",
"version": "0.13.1",
"description": "Slack app development framework for Cloudflare Workers",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,10 +27,10 @@
},
"homepage": "https://github.com/seratch/slack-cloudflare-workers#readme",
"dependencies": {
"slack-edge": "^0.13.0"
"slack-edge": "^0.13.1"
},
"devDependencies": {
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
}
}
3 changes: 3 additions & 0 deletions scripts/upgrade-dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
npm i slack-edge@latest
npm i --save-dev prettier@latest typescript@latest

0 comments on commit 9e4bb45

Please sign in to comment.