Skip to content

Commit baa6182

Browse files
1 parent 0621512 commit baa6182

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
custom: https://Stripe.PlayForm.Cloud/b/3csdQZfzn2LDaBOcMN
1+
custom: https://buy.stripe.com/3csdQZfzn2LDaBOcMN
22
open_collective: playform-cloud-collective

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v2.3.0
23+
- uses: dependabot/fetch-metadata@v2.4.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v2.3.0
38+
- uses: dependabot/fetch-metadata@v2.4.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"fast-glob": "3.3.3"
4343
},
4444
"devDependencies": {
45-
"@playform/build": "0.2.4",
46-
"@types/node": "24.0.3",
45+
"@playform/build": "0.2.5",
46+
"@types/node": "24.0.8",
4747
"rimraf": "6.0.1",
4848
"ts-node": "10.9.2",
4949
"tsconfig-paths": "4.2.0",
5050
"typescript": "5.8.3",
51-
"vite": "6.3.5"
51+
"vite": "7.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)