ts-deepmerge
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -5,3 +5,3 @@ { | ||
"license": "ISC", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"scripts": { | ||
@@ -59,9 +59,9 @@ "clean": "rimraf ./{cjs,esm}/!(package.json)", | ||
"devDependencies": { | ||
"@types/jest": "^29.5.12", | ||
"concurrently": "^8.2.2", | ||
"@types/jest": "^29.5.14", | ||
"concurrently": "^9.1.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^9.7.0", | ||
"eslint-config-voodoocreation": "^6.0.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jest": "^28.6.0", | ||
"eslint": "^9.15.0", | ||
"eslint-config-voodoocreation": "^7.0.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jest": "^28.9.0", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
@@ -72,5 +72,5 @@ "jest": "^29.7.0", | ||
"rimraf": "^6.0.1", | ||
"ts-jest": "^29.2.2", | ||
"typescript": "^5.5.3" | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.3" | ||
} | ||
} |
@@ -92,3 +92,3 @@ [![npm](https://img.shields.io/npm/v/ts-deepmerge)](https://www.npmjs.com/package/ts-deepmerge) | ||
All options have JSDoc descriptions [in its source](/src/index.ts#L82). | ||
All options have JSDoc descriptions [in its source](/src/index.ts#L87). | ||
@@ -95,0 +95,0 @@ |
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
12383