Skip to content

Commit c02d3af

Browse files
fix(deps): pin dependencies (#32)
Co-authored-by: khepri-bot[bot] <269588972+khepri-bot[bot]@users.noreply.github.com> Co-authored-by: Will Gordon <wgordon@redhat.com>
1 parent 8e94d53 commit c02d3af

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: pnpm run build
2626
env:
2727
VITE_GITHUB_CLIENT_ID: ${{ vars.VITE_GITHUB_CLIENT_ID }}
28-
- uses: cloudflare/wrangler-action@v3
28+
- uses: cloudflare/wrangler-action@da0e0dfe58b7a431659754fdf3f186c529afbe65 # v3
2929
with:
3030
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
3131
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@
1616
"test:waf": "bash scripts/waf-smoke-test.sh"
1717
},
1818
"dependencies": {
19-
"@kobalte/core": "^0.13.11",
20-
"@octokit/core": "^7.0.6",
21-
"@octokit/plugin-paginate-rest": "^14.0.0",
22-
"@octokit/plugin-retry": "^8.1.0",
23-
"@octokit/plugin-throttling": "^11.0.3",
24-
"@sentry/solid": "^10.46.0",
25-
"@solidjs/router": "^0.16.1",
26-
"corvu": "^0.7.2",
27-
"idb": "^8.0.3",
28-
"solid-js": "^1.9.11",
29-
"zod": "^4.3.6"
19+
"@kobalte/core": "0.13.11",
20+
"@octokit/core": "7.0.6",
21+
"@octokit/plugin-paginate-rest": "14.0.0",
22+
"@octokit/plugin-retry": "8.1.0",
23+
"@octokit/plugin-throttling": "11.0.3",
24+
"@sentry/solid": "10.46.0",
25+
"@solidjs/router": "0.16.1",
26+
"corvu": "0.7.2",
27+
"idb": "8.0.3",
28+
"solid-js": "1.9.11",
29+
"zod": "4.3.6"
3030
},
3131
"devDependencies": {
32-
"@cloudflare/vite-plugin": "^1.30.0",
33-
"@cloudflare/vitest-pool-workers": "^0.13.3",
34-
"@playwright/test": "^1.58.2",
35-
"@solidjs/testing-library": "^0.8.10",
36-
"@tailwindcss/vite": "^4.2.2",
37-
"@testing-library/user-event": "^14.6.1",
38-
"daisyui": "^5.5.19",
39-
"fake-indexeddb": "^6.2.5",
32+
"@cloudflare/vite-plugin": "1.30.0",
33+
"@cloudflare/vitest-pool-workers": "0.13.3",
34+
"@playwright/test": "1.58.2",
35+
"@solidjs/testing-library": "0.8.10",
36+
"@tailwindcss/vite": "4.2.2",
37+
"@testing-library/user-event": "14.6.1",
38+
"daisyui": "5.5.19",
39+
"fake-indexeddb": "6.2.5",
4040
"happy-dom": "^20.8.4",
41-
"tailwindcss": "^4.2.2",
42-
"typescript": "^5.9.3",
43-
"vite": "^8.0.1",
44-
"vite-plugin-solid": "^2.11.11",
45-
"vitest": "^4.1.0",
46-
"wrangler": "^4.76.0"
41+
"tailwindcss": "4.2.2",
42+
"typescript": "5.9.3",
43+
"vite": "8.0.1",
44+
"vite-plugin-solid": "2.11.11",
45+
"vitest": "4.1.0",
46+
"wrangler": "4.76.0"
4747
}
4848
}

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)