@stylable/core
Advanced tools
Comparing version 3.11.9 to 3.11.10
{ | ||
"name": "@stylable/core", | ||
"version": "3.11.9", | ||
"version": "3.11.10", | ||
"description": "CSS for Components", | ||
@@ -11,3 +11,3 @@ "main": "./cjs/index.js", | ||
"test": "mocha \"./test/**/*.spec.ts\"", | ||
"start": "webpack-dev-server --hot --inline" | ||
"start": "webpack serve" | ||
}, | ||
@@ -19,3 +19,3 @@ "dependencies": { | ||
"is-url-superb": "^5.0.0", | ||
"is-vendor-prefixed": "^3.5.0", | ||
"is-vendor-prefixed": "^4.0.0", | ||
"jest-docblock": "^26.0.0", | ||
@@ -25,5 +25,5 @@ "lodash.clonedeep": "^4.5.0", | ||
"murmurhash": "^1.0.0", | ||
"postcss": "^8.1.13", | ||
"postcss": "^8.2.1", | ||
"postcss-js": "^3.0.3", | ||
"postcss-nested": "^5.0.2", | ||
"postcss-nested": "^5.0.3", | ||
"postcss-safe-parser": "^5.0.2", | ||
@@ -30,0 +30,0 @@ "postcss-selector-matches": "^4.0.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
713217
+ Addedis-vendor-prefixed@4.0.0(transitive)
- Removedis-vendor-prefixed@3.5.0(transitive)
Updatedis-vendor-prefixed@^4.0.0
Updatedpostcss@^8.2.1
Updatedpostcss-nested@^5.0.3