Merge branch 'main' into node24

This commit is contained in:
Salman Chishti
2025-08-07 15:41:23 +01:00
committed by GitHub
4 changed files with 276 additions and 299 deletions

View File

@@ -47,8 +47,8 @@
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/jest": "^30.0.0",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@types/node": "^24.2.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
@@ -60,10 +60,10 @@
"make-coverage-badge": "^1.2.0",
"prettier": "^3.6.2",
"prettier-eslint": "^16.4.2",
"rollup": "^4.46.0",
"ts-jest": "^29.4.0",
"rollup": "^4.46.2",
"ts-jest": "^29.4.1",
"ts-jest-resolver": "^2.0.1",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"