Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 1, 2024
1 parent 5e199a0 commit a609a68
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slack-cloudflare-workers",
"version": "1.1.2",
"version": "1.2.0",
"description": "Slack app development framework for Cloudflare Workers",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,11 +27,11 @@
},
"homepage": "https://github.com/seratch/slack-cloudflare-workers#readme",
"dependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"slack-edge": "^1.1.1"
"@cloudflare/workers-types": "^4.20240925.0",
"slack-edge": "^1.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@biomejs/biome": "^1.9.2",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion scripts/upgrade-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
npm i slack-edge@latest
npm i slack-edge@latest @cloudflare/workers-types@latest
npm i --save-dev @biomejs/biome@latest typescript@latest

0 comments on commit a609a68

Please sign in to comment.