Skip to content

Commit ca1400a

Browse files
Update dependency @babel/core to v7.26.0
1 parent abdba60 commit ca1400a

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",
@@ -21,7 +21,7 @@
2121
"build:clean": "find dist -maxdepth 1 -name '*.d.ts' -type f -delete"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "7.19.6",
24+
"@babel/core": "7.26.0",
2525
"@babel/preset-env": "7.19.4",
2626
"assemblyscript": "0.21.6",
2727
"esm": "3.2.25",

0 commit comments

Comments
 (0)