Skip to content

Commit ea2b05c

Browse files
fix some deps
1 parent 5d39f6e commit ea2b05c

File tree

2 files changed

+158
-180
lines changed

2 files changed

+158
-180
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@codemirror/state": "^6.4.1",
5757
"@codemirror/view": "^6.35.0",
5858
"@convex-dev/design-system": "0.1.5",
59-
"@convex-dev/eslint-plugin": "0.0.1-alpha.1",
59+
"@convex-dev/eslint-plugin": "0.0.1-alpha.2",
6060
"@convex-dev/rate-limiter": "^0.2.6",
6161
"@fast-check/vitest": "^0.2.1",
6262
"@heroicons/react": "^2.2.0",
@@ -168,7 +168,7 @@
168168
"stream-browserify": "^3.0.0",
169169
"tailwind-scrollbar": "3.0.3",
170170
"tailwindcss": "^3.4.17",
171-
"typescript": "^5.8.3",
171+
"typescript": "~5.7.3",
172172
"unified": "^11.0.5",
173173
"unocss": "^0.61.9",
174174
"util": "^0.12.5",
@@ -183,5 +183,10 @@
183183
"resolutions": {
184184
"@typescript-eslint/utils": "^8.0.0-alpha.30"
185185
},
186+
"pnpm": {
187+
"overrides": {
188+
"@remix-run/cloudflare": "npm:@remix-run/[email protected]"
189+
}
190+
},
186191
"packageManager": "[email protected]"
187192
}

0 commit comments

Comments
 (0)