@phensley/cldr-ext-rbnf
Advanced tools
Comparing version 1.8.3 to 1.9.0
{ | ||
"name": "@phensley/cldr-ext-rbnf", | ||
"version": "1.8.3", | ||
"version": "1.9.0", | ||
"description": "Extension for rule-based number formatting", | ||
@@ -23,26 +23,26 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@phensley/cldr-types": "~1.8.3", | ||
"@phensley/decimal": "~1.8.3", | ||
"@phensley/plurals": "~1.8.3", | ||
"tslib": "^2.6.2" | ||
"@phensley/cldr-types": "~1.9.0", | ||
"@phensley/decimal": "~1.9.0", | ||
"@phensley/plurals": "~1.9.0", | ||
"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" | ||
}, | ||
@@ -49,0 +49,0 @@ "jest": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
562332
+ Added@phensley/cldr-types@1.9.2(transitive)
+ Added@phensley/decimal@1.9.2(transitive)
+ Added@phensley/plurals@1.9.2(transitive)
- Removed@phensley/cldr-types@1.8.3(transitive)
- Removed@phensley/decimal@1.8.3(transitive)
- Removed@phensley/plurals@1.8.3(transitive)
Updated@phensley/cldr-types@~1.9.0
Updated@phensley/decimal@~1.9.0
Updated@phensley/plurals@~1.9.0
Updatedtslib@^2.7.0