Skip to content

Commit ec3fbc6

Browse files
Pin dependencies
1 parent ac41cc7 commit ec3fbc6

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/lint-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2929
with:
3030
persist-credentials: false
31-
- uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2
31+
- uses: raven-actions/actionlint@3d39aea434753780c3b3d4a1a31c854b4dbf49d7 # v2.2.0
3232

3333
zizmor:
3434
name: zizmor
@@ -40,4 +40,4 @@ jobs:
4040
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4141
with:
4242
persist-credentials: false
43-
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
43+
- uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 30
1919

2020
steps:
21-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222
with:
2323
persist-credentials: false
2424

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,37 +71,37 @@
7171
"convex": "^1.24.8"
7272
},
7373
"devDependencies": {
74-
"@convex-dev/eslint-plugin": "^2.0.0",
74+
"@convex-dev/eslint-plugin": "2.0.0",
7575
"@edge-runtime/vm": "5.0.0",
76-
"@eslint/js": "9.39.2",
77-
"@fast-check/vitest": "0.2.4",
76+
"@eslint/js": "9.39.5",
77+
"@fast-check/vitest": "0.4.1",
7878
"@types/d3-array": "3.2.2",
7979
"@types/leaflet": "1.9.21",
80-
"@types/node": "20.19.30",
81-
"@types/react": "19.2.10",
80+
"@types/node": "20.19.43",
81+
"@types/react": "19.2.17",
8282
"@types/react-dom": "19.2.3",
83-
"@typescript-eslint/eslint-plugin": "8.54.0",
84-
"@typescript-eslint/parser": "8.54.0",
85-
"@vitejs/plugin-react": "5.1.2",
86-
"antd": "6.3.5",
83+
"@typescript-eslint/eslint-plugin": "8.64.0",
84+
"@typescript-eslint/parser": "8.64.0",
85+
"@vitejs/plugin-react": "5.2.0",
86+
"antd": "6.5.1",
8787
"chokidar-cli": "3.0.0",
88-
"convex": "1.35.1",
89-
"convex-test": "0.0.41",
88+
"convex": "1.42.2",
89+
"convex-test": "0.0.54",
9090
"d3-array": "3.2.4",
9191
"eslint": "8.57.1",
92-
"eslint-plugin-react-hooks": "7.0.1",
93-
"eslint-plugin-react-refresh": "0.4.26",
94-
"globals": "17.4.0",
95-
"h3-js": "4.4.0",
92+
"eslint-plugin-react-hooks": "7.1.1",
93+
"eslint-plugin-react-refresh": "0.5.3",
94+
"globals": "17.7.0",
95+
"h3-js": "4.5.0",
9696
"leaflet": "1.9.4",
97-
"prettier": "3.8.1",
97+
"prettier": "3.9.5",
9898
"react": "18.3.1",
9999
"react-dom": "18.3.1",
100100
"react-leaflet": "4.2.1",
101101
"typescript": "5.9.3",
102-
"typescript-eslint": "8.54.0",
102+
"typescript-eslint": "8.64.0",
103103
"vite": "6.4.3",
104-
"vitest": "4.1.2"
104+
"vitest": "4.1.10"
105105
},
106106
"types": "./dist/client/index.d.ts",
107107
"module": "./dist/client/index.js"

0 commit comments

Comments
 (0)