esbuild-sass-plugin
Advanced tools
Comparing version 1.4.6 to 1.4.7
@@ -26,2 +26,3 @@ import { OnLoadResult } from "esbuild"; | ||
transform?: (css: string, resolveDir: string) => string | Promise<string>; | ||
quietDeps?: boolean; | ||
}; | ||
@@ -28,0 +29,0 @@ export declare type CachedResult = { |
{ | ||
"name": "esbuild-sass-plugin", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)", | ||
@@ -55,12 +55,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"esbuild": "^0.12.4", | ||
"esbuild": "^0.12.9", | ||
"picomatch": "^2.3.0", | ||
"resolve": "^1.20.0", | ||
"sass": "^1.34.0" | ||
"sass": "^1.35.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/chai": "^4.2.19", | ||
"@types/chai-string": "^1.4.2", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.6.1", | ||
"@types/node": "^15.12.4", | ||
"@types/resolve": "^1.20.0", | ||
@@ -70,7 +70,7 @@ "@types/sass": "^1.16.0", | ||
"chai-string": "^1.5.0", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.0.1", | ||
"nyc": "^15.1.0", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2" | ||
"typescript": "^4.3.4" | ||
} | ||
} |
@@ -141,2 +141,7 @@ import {OnLoadResult} from "esbuild"; | ||
transform?: (css: string, resolveDir: string) => string | Promise<string> | ||
/** | ||
* | ||
*/ | ||
quietDeps?: boolean | ||
} | ||
@@ -143,0 +148,0 @@ |
Sorry, the diff of this file is not supported yet
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
40719
599
+ Addedsass@1.81.0(transitive)
- Removedsass@1.81.1(transitive)
Updatedesbuild@^0.12.9
Updatedsass@^1.35.1