Skip to content

Commit 1f3078e

Browse files
Update dependency @babel/preset-env to v7.28.3
1 parent abdba60 commit 1f3078e

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",
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@babel/core": "7.19.6",
25-
"@babel/preset-env": "7.19.4",
25+
"@babel/preset-env": "7.28.3",
2626
"assemblyscript": "0.21.6",
2727
"esm": "3.2.25",
2828
"nyc": "15.1.0",

0 commit comments

Comments
 (0)