@optimize-lodash/transform
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "@optimize-lodash/transform", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Rewrites lodash imports in a given source file to be specific.", | ||
@@ -34,15 +34,15 @@ "keywords": [ | ||
"@tsconfig/node12": "1.0.11", | ||
"@types/estree": "1.0.0", | ||
"@types/estree": "1.0.1", | ||
"@types/jest": "29.5.4", | ||
"@types/lodash": "4.14.191", | ||
"@types/lodash": "4.14.199", | ||
"@types/node": "12.20.55", | ||
"@typescript-eslint/eslint-plugin": "6.6.0", | ||
"@typescript-eslint/parser": "6.6.0", | ||
"acorn": "8.8.2", | ||
"depcheck": "1.4.3", | ||
"eslint": "8.49.0", | ||
"@typescript-eslint/eslint-plugin": "6.7.0", | ||
"@typescript-eslint/parser": "6.7.0", | ||
"acorn": "8.12.1", | ||
"depcheck": "1.4.6", | ||
"eslint": "8.51.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-jest": "27.2.3", | ||
"eslint-plugin-jest": "27.4.0", | ||
"eslint-plugin-unicorn": "44.0.2", | ||
"jest": "29.6.4", | ||
"jest": "29.7.0", | ||
"prettier": "3.0.3", | ||
@@ -53,4 +53,4 @@ "ts-jest": "29.1.1", | ||
"dependencies": { | ||
"estree-walker": "2.x", | ||
"magic-string": "0.30.x" | ||
"estree-walker": "^2.0.2", | ||
"magic-string": "~0.30.11" | ||
}, | ||
@@ -57,0 +57,0 @@ "scripts": { |
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
16929
Updatedestree-walker@^2.0.2
Updatedmagic-string@~0.30.11