@mux/mux-elements-codemod
Advanced tools
Comparing version 1.1.10-canary.13 to 1.1.10-canary.14
{ | ||
"name": "@mux/mux-elements-codemod", | ||
"version": "1.1.10-canary.13", | ||
"version": "1.1.10-canary.14", | ||
"description": "A codemod to transform @mux-elements scope imports into @mux scope imports", | ||
@@ -27,3 +27,3 @@ "bin": { | ||
"dependencies": { | ||
"chalk": "^5.0.1", | ||
"chalk": "^5.4.0", | ||
"minimist": "^1.2.6", | ||
@@ -35,12 +35,12 @@ "shelljs": "^0.8.5" | ||
"@types/shelljs": "^0.8.11", | ||
"@typescript-eslint/eslint-plugin": "^8.3.0", | ||
"@typescript-eslint/parser": "^8.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.18.1", | ||
"@typescript-eslint/parser": "^8.18.1", | ||
"downlevel-dts": "^0.11.0", | ||
"esbuild": "^0.19.8", | ||
"eslint": "^9.9.1", | ||
"esbuild": "^0.24.1", | ||
"eslint": "^9.17.0", | ||
"npm-run-all": "^4.1.5", | ||
"replace": "^1.2.1", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.4" | ||
"typescript": "^5.7.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
14229
4
Updatedchalk@^5.4.0