Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update lock file #15541

Merged
merged 6 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump component version
  • Loading branch information
bzwrk committed Feb 10, 2025
commit 45c93693a712620db21143a04c3a5ad1c065d0d4
1 change: 0 additions & 1 deletion components/slack/slack.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default {
};
},
},

group: {
type: "string",
label: "Group",
Expand Down
2 changes: 1 addition & 1 deletion components/slottable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/slottable",
"version": "0.1.0",
"version": "0.1.1",
"description": "Pipedream Slottable Components",
"main": "slottable.app.mjs",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions components/slottable/slottable.app.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { axios } from "@pipedream/platform";

export default {
foo: "bar",
type: "app",
app: "slottable",
propDefinitions: {},
Expand Down
Loading