@chakra-ui/vue-styled
Advanced tools
Comparing version 2.1.0-beta.4 to 2.1.0-beta.5
{ | ||
"name": "@chakra-ui/vue-styled", | ||
"version": "2.1.0-beta.4", | ||
"version": "2.1.0-beta.5", | ||
"main": "dist/index.js", | ||
@@ -28,3 +28,3 @@ "module": "dist/index.mjs", | ||
"lodash.memoize": "^4.1.2", | ||
"@chakra-ui/vue-utils": "2.1.0-beta.3" | ||
"@chakra-ui/vue-utils": "2.1.0-beta.4" | ||
}, | ||
@@ -46,5 +46,5 @@ "devDependencies": { | ||
"types:check": "tsc --noEmit", | ||
"dev": "tsup --watch", | ||
"dev": "concurrently 'tsup --watch' 'tsup src --dts-only --watch'", | ||
"build:types": "tsup src --dts-only" | ||
} | ||
} |
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
60557
+ Added@chakra-ui/vue-utils@2.1.0-beta.4(transitive)
- Removed@chakra-ui/vue-utils@2.1.0-beta.3(transitive)