@phensley/decimal
Advanced tools
Comparing version 1.8.3 to 1.9.0
{ | ||
"name": "@phensley/decimal", | ||
"version": "1.8.3", | ||
"version": "1.9.0", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -23,23 +23,23 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"tslib": "^2.6.2" | ||
"tslib": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.38.3", | ||
"@types/jest": "^29.5.9", | ||
"@types/node": "^20.9.3", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"@microsoft/api-extractor": "~7.47.7", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.5.2", | ||
"@typescript-eslint/eslint-plugin": "^8.4.0", | ||
"@typescript-eslint/parser": "^8.4.0", | ||
"add": "^2.0.6", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "4.1.2", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"chalk": "^4.1.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"jest": "^29.7.0", | ||
"pnpm": "^8.10.5", | ||
"prettier": "^3.1.0", | ||
"rimraf": "^5.0.5", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "~5.3.2" | ||
"pnpm": "^9.9.0", | ||
"prettier": "^3.3.3", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "~5.5.4" | ||
}, | ||
@@ -46,0 +46,0 @@ "jest": { |
375375
Updatedtslib@^2.7.0