ts-deepmerge
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -0,0 +0,0 @@ type TAllKeys<T> = T extends any ? keyof T : never; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ type TAllKeys<T> = T extends any ? keyof T : never; |
@@ -0,0 +0,0 @@ // istanbul ignore next |
@@ -5,3 +5,3 @@ { | ||
"license": "ISC", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"scripts": { | ||
@@ -59,7 +59,7 @@ "clean": "rimraf ./{cjs,esm}/!(package.json)", | ||
"devDependencies": { | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@types/jest": "^29.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.57.0", | ||
"concurrently": "^7.6.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.32.0", | ||
"eslint": "^8.36.0", | ||
"eslint-config-voodoocreation": "^3.0.2", | ||
@@ -69,8 +69,8 @@ "eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^29.4.1", | ||
"jest-environment-jsdom": "^29.4.1", | ||
"prettier": "^2.8.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"prettier": "^2.8.7", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.0.2" | ||
} | ||
} |
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
8651