@chakra-ui/input
Advanced tools
Comparing version 1.2.8 to 1.2.9-next.0
# Change Log | ||
## 1.2.9-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
[[`4c1071969`](https://github.com/chakra-ui/chakra-ui/commit/4c1071969a9b41a952b374f9990ac0bb89d24fa0), | ||
[`d3d85956c`](https://github.com/chakra-ui/chakra-ui/commit/d3d85956c776b4768cfe21dabcf9292e01875d74), | ||
[`ff4dc7c38`](https://github.com/chakra-ui/chakra-ui/commit/ff4dc7c38310367c0e89522db9e88ae069cb6c2b), | ||
[`43f66097b`](https://github.com/chakra-ui/chakra-ui/commit/43f66097b39f1c37a4627dd6ca8a85555f35b95c)]: | ||
- @chakra-ui/form-control@1.4.0-next.0 | ||
- @chakra-ui/utils@1.8.2-next.0 | ||
- @chakra-ui/system@1.7.2-next.0 | ||
- @chakra-ui/react-utils@1.1.3-next.0 | ||
## 1.2.8 | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "@chakra-ui/input", | ||
"version": "1.2.8", | ||
"version": "1.2.9-next.0", | ||
"description": "A React component for input text field", | ||
@@ -36,3 +36,4 @@ "keywords": [ | ||
"type": "git", | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git" | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/input" | ||
}, | ||
@@ -57,14 +58,14 @@ "bugs": { | ||
"dependencies": { | ||
"@chakra-ui/form-control": "1.3.8", | ||
"@chakra-ui/react-utils": "1.1.2", | ||
"@chakra-ui/utils": "1.8.1" | ||
"@chakra-ui/form-control": "1.4.0-next.0", | ||
"@chakra-ui/react-utils": "1.1.3-next.0", | ||
"@chakra-ui/utils": "1.8.2-next.0" | ||
}, | ||
"devDependencies": { | ||
"@chakra-ui/system": "1.7.1", | ||
"@chakra-ui/system": "1.7.2-next.0", | ||
"react": "^17.0.1" | ||
}, | ||
"peerDependencies": { | ||
"@chakra-ui/system": ">=1.0.0", | ||
"@chakra-ui/system": ">=1.7.2-next.0", | ||
"react": ">=16.8.6" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
83672
1
+ Added@babel/generator@7.26.8(transitive)
+ Added@babel/parser@7.26.8(transitive)
+ Added@babel/template@7.26.8(transitive)
+ Added@babel/traverse@7.26.8(transitive)
+ Added@babel/types@7.26.8(transitive)
+ Added@chakra-ui/form-control@1.4.0-next.0(transitive)
+ Added@chakra-ui/hooks@1.5.5-next.0(transitive)
+ Added@chakra-ui/icon@1.1.11-next.0(transitive)
+ Added@chakra-ui/react-utils@1.1.3-next.0(transitive)
+ Added@chakra-ui/utils@1.8.2-next.0(transitive)
- Removed@babel/generator@7.26.5(transitive)
- Removed@babel/parser@7.26.7(transitive)
- Removed@babel/template@7.25.9(transitive)
- Removed@babel/traverse@7.26.7(transitive)
- Removed@babel/types@7.26.7(transitive)
- Removed@chakra-ui/form-control@1.3.8(transitive)
- Removed@chakra-ui/hooks@1.5.4(transitive)
- Removed@chakra-ui/icon@1.1.10(transitive)
- Removed@chakra-ui/react-utils@1.1.2(transitive)
- Removed@chakra-ui/utils@1.8.1(transitive)