json2jsii
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -39,5 +39,5 @@ { | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "^6", | ||
"@typescript-eslint/parser": "^6", | ||
"cdklabs-projen-project-types": "^0.1.197", | ||
"@typescript-eslint/eslint-plugin": "^7", | ||
"@typescript-eslint/parser": "^7", | ||
"cdklabs-projen-project-types": "^0.1.200", | ||
"constructs": "^10.0.0", | ||
@@ -49,5 +49,5 @@ "eslint": "^8", | ||
"jest-junit": "^15", | ||
"jsii-srcmak": "^0.1.1146", | ||
"jsii-srcmak": "^0.1.1223", | ||
"prettier": "^2.8.8", | ||
"projen": "^0.82.4", | ||
"projen": "^0.86.0", | ||
"standard-version": "^9", | ||
@@ -68,8 +68,10 @@ "ts-jest": "^27", | ||
}, | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"jest": { | ||
"coverageProvider": "v8", | ||
"testMatch": [ | ||
"<rootDir>/src/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/@(test|src)/**/*(*.)@(spec|test).ts?(x)" | ||
"<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)", | ||
"<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)", | ||
"<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)", | ||
"<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)" | ||
], | ||
@@ -76,0 +78,0 @@ "clearMocks": true, |
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
137008