Skip to content

Commit f85f091

Browse files
upgrade typescript and convex peer dep (#8)
1 parent 83b127d commit f85f091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]",
88
"url": "https://github.com/get-convex/polar/issues"
99
},
10-
"version": "0.4.5",
10+
"version": "0.4.6",
1111
"license": "Apache-2.0",
1212
"keywords": [
1313
"convex",
@@ -73,7 +73,7 @@
7373
}
7474
},
7575
"peerDependencies": {
76-
"convex": "^1.19.2 || >=1.17.0 <1.25.0",
76+
"convex": "^1.19.2 || >=1.17.0 <1.35.0",
7777
"react": "^18 || ^19",
7878
"react-dom": "^18 || ^19"
7979
},
@@ -85,7 +85,7 @@
8585
"eslint": "^9.9.1",
8686
"globals": "^15.9.0",
8787
"prettier": "3.2.5",
88-
"typescript": "~5.0.3",
88+
"typescript": "^5.5.0",
8989
"typescript-eslint": "^8.4.0",
9090
"vitest": "^2.1.4"
9191
},

0 commit comments

Comments
 (0)