upgrade typescript and convex peer dep

This commit is contained in:
Tom Ballinger
2025-05-30 17:09:20 -07:00
parent 83b127d6a5
commit 6a791b8715

View File

@@ -7,7 +7,7 @@
"email": "support@convex.dev",
"url": "https://github.com/get-convex/polar/issues"
},
"version": "0.4.5",
"version": "0.4.6",
"license": "Apache-2.0",
"keywords": [
"convex",
@@ -73,7 +73,7 @@
}
},
"peerDependencies": {
"convex": "^1.19.2 || >=1.17.0 <1.25.0",
"convex": "^1.19.2 || >=1.17.0 <1.35.0",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
@@ -85,7 +85,7 @@
"eslint": "^9.9.1",
"globals": "^15.9.0",
"prettier": "3.2.5",
"typescript": "~5.0.3",
"typescript": "^5.5.0",
"typescript-eslint": "^8.4.0",
"vitest": "^2.1.4"
},