@vaadin/hilla-generator-utils
Advanced tools
Comparing version 24.5.0-alpha3 to 24.5.0-alpha4
{ | ||
"name": "@vaadin/hilla-generator-utils", | ||
"version": "24.5.0-alpha3", | ||
"version": "24.5.0-alpha4", | ||
"description": "A set of utils for developing Hilla generator plugins", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs", | ||
"test:coverage": "c8 -c ../../../.c8rc.json npm test", | ||
"test:coverage": "c8 --experimental-monocart -c ../../../.c8rc.json npm test", | ||
"typecheck": "tsc --noEmit" | ||
@@ -63,3 +63,3 @@ }, | ||
"pino-pretty": "^10.2.0", | ||
"typescript": "5.3.2" | ||
"typescript": "5.5.2" | ||
}, | ||
@@ -72,3 +72,3 @@ "devDependencies": { | ||
"@types/sinon-chai": "^3.2.10", | ||
"c8": "^8.0.1", | ||
"c8": "^10.1.2", | ||
"chai": "^4.3.10", | ||
@@ -78,2 +78,3 @@ "concurrently": "^8.2.1", | ||
"mocha": "^10.2.0", | ||
"monocart-coverage-reports": "^2.8.4", | ||
"sinon": "^16.0.0", | ||
@@ -80,0 +81,0 @@ "sinon-chai": "^3.7.0", |
@@ -1,2 +0,1 @@ | ||
/// <reference types="chai" /> | ||
declare global { | ||
@@ -3,0 +2,0 @@ export namespace Chai { |
Sorry, the diff of this file is not supported yet
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
79228
14
727
+ Addedtypescript@5.5.2(transitive)
- Removedtypescript@5.3.2(transitive)
Updatedtypescript@5.5.2