Skip to content

Commit a62e655

Browse files
committed
Update dev dependencies and bump version to 3.2.3
1 parent 089c507 commit a62e655

File tree

2 files changed

+1832
-1588
lines changed

2 files changed

+1832
-1588
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chartjs-plugin-trendline",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "Trendline for Chart.js",
55
"type": "module",
66
"main": "./dist/chartjs-plugin-trendline.cjs",
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/Makanz/chartjs-plugin-trendline#readme",
3030
"devDependencies": {
31-
"@babel/core": "^7.24.7",
32-
"@babel/preset-env": "^7.24.7",
31+
"@babel/core": "^7.29.0",
32+
"@babel/preset-env": "^7.29.0",
3333
"@rollup/plugin-terser": "^0.4.4",
34-
"babel-jest": "^29.7.0",
35-
"jest": "^29.7.0",
34+
"babel-jest": "^30.2.0",
35+
"jest": "^30.2.0",
3636
"jest-canvas-mock": "^2.5.2",
37-
"jest-environment-jsdom": "^29.7.0",
38-
"rollup": "^4.52.5"
37+
"jest-environment-jsdom": "^30.2.0",
38+
"rollup": "^4.59.0"
3939
},
4040
"pnpm": {
4141
"overrides": {

0 commit comments

Comments
 (0)