Skip to content

Commit 5bb7424

Browse files
Update dependency typescript to v5
1 parent abdba60 commit 5bb7424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ta-math",
3-
"version": "1.0.92",
3+
"version": "1.0.93",
44
"description": "Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data",
55
"main": "dist/ta-math.js",
66
"types": "dist/types/index.d.ts",
@@ -29,7 +29,7 @@
2929
"rollup": "3.2.3",
3030
"rollup-plugin-babel": "4.4.0",
3131
"rollup-plugin-typescript2": "0.34.1",
32-
"typescript": "4.8.4",
32+
"typescript": "5.5.3",
3333
"zora": "5.1.0"
3434
},
3535
"babel": {

0 commit comments

Comments
 (0)