Skip to content

Commit cda6283

Browse files
fix(deps): pin dependencies
1 parent 5a54903 commit cda6283

File tree

4 files changed

+59
-59
lines changed

4 files changed

+59
-59
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
ci:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: pnpm/action-setup@v4
12-
- uses: actions/setup-node@v4
10+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
11+
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
12+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1313
with:
14-
node-version: 22
14+
node-version: 22.22.2
1515
cache: pnpm
1616
- run: pnpm install --frozen-lockfile
1717
- run: pnpm run typecheck

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
13-
- uses: pnpm/action-setup@v4
14-
- uses: actions/setup-node@v4
12+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
13+
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
14+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1515
with:
16-
node-version: 22
16+
node-version: 22.22.2
1717
cache: pnpm
1818
- run: pnpm install --frozen-lockfile
1919
- run: pnpm run typecheck
@@ -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)