@chakra-ui/c-color-mode
Advanced tools
Comparing version 0.1.0-alpha.2 to 0.1.0-alpha.3
# @chakra-ui/c-color-mode | ||
## 0.1.0-alpha.3 | ||
### Patch Changes | ||
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components | ||
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components | ||
## 0.1.0-alpha.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@chakra-ui/c-color-mode", | ||
"version": "0.1.0-alpha.2", | ||
"version": "0.1.0-alpha.3", | ||
"main": "dist/cjs/index.js", | ||
@@ -33,3 +33,3 @@ "module": "dist/esm/index.js", | ||
"build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"watch": "concurrently yarn:watch:*", | ||
"watch": "yarn:watch:*", | ||
"watch:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps --watch", | ||
@@ -40,10 +40,7 @@ "watch:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps --watch", | ||
"dependencies": { | ||
"@chakra-ui/utils": "^1.5.0" | ||
"@chakra-ui/utils": "^1.8.0" | ||
}, | ||
"peerDependencies": { | ||
"vue": ">=3.0.5" | ||
}, | ||
"devDependencies": { | ||
"vue": ">=3.0.5" | ||
"vue": "^3.0.11" | ||
} | ||
} |
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
37850
1
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/types@7.26.0(transitive)
- Removed@jridgewell/sourcemap-codec@1.5.0(transitive)
- Removed@vue/compiler-core@3.5.13(transitive)
- Removed@vue/compiler-dom@3.5.13(transitive)
- Removed@vue/compiler-sfc@3.5.13(transitive)
- Removed@vue/compiler-ssr@3.5.13(transitive)
- Removed@vue/reactivity@3.5.13(transitive)
- Removed@vue/runtime-core@3.5.13(transitive)
- Removed@vue/runtime-dom@3.5.13(transitive)
- Removed@vue/server-renderer@3.5.13(transitive)
- Removed@vue/shared@3.5.13(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedentities@4.5.0(transitive)
- Removedestree-walker@2.0.2(transitive)
- Removedmagic-string@0.30.13(transitive)
- Removednanoid@3.3.7(transitive)
- Removedpicocolors@1.1.1(transitive)
- Removedpostcss@8.4.49(transitive)
- Removedsource-map-js@1.2.1(transitive)
- Removedvue@3.5.13(transitive)
Updated@chakra-ui/utils@^1.8.0