@leafygreen-ui/portal
Advanced tools
Comparing version 5.0.0-alpha.1 to 5.0.0
# @leafygreen-ui/portal | ||
## 5.0.0-alpha.1 | ||
## 5.0.0 | ||
### Major Changes | ||
- d40674fe1: Updates build tooling. No functional changes | ||
- 4fcf2e94: Modified the ReactDOM peerDependency to ensure compatibility with either version 17 or 18. | ||
### Patch Changes | ||
- Updated dependencies [d40674fe1] | ||
- @leafygreen-ui/hooks@8.0.0-alpha.1 | ||
- @leafygreen-ui/lib@11.0.0-alpha.1 | ||
- Updated dependencies [4fcf2e94] | ||
- Updated dependencies [4fcf2e94] | ||
- Updated dependencies [4fcf2e94] | ||
- @leafygreen-ui/lib@11.0.0 | ||
## 5.0.0-alpha.0 | ||
## 4.1.7 | ||
### Major Changes | ||
### Patch Changes | ||
- d40674fe1: Updates build tooling. No functional changes | ||
- c11bbc29: Fixes problem with ts-docs not being available in bundle. | ||
- Updated dependencies [c11bbc29] | ||
- @leafygreen-ui/hooks@7.7.8 | ||
- @leafygreen-ui/lib@10.4.3 | ||
## 4.1.6 | ||
### Patch Changes | ||
- Updated dependencies [d40674fe1] | ||
- @leafygreen-ui/hooks@8.0.0-alpha.0 | ||
- @leafygreen-ui/lib@11.0.0-alpha.0 | ||
- c15ee2ac: Fixes missing documentation file | ||
- Updated dependencies [c15ee2ac] | ||
- @leafygreen-ui/hooks@7.7.7 | ||
- @leafygreen-ui/lib@10.4.2 | ||
## 4.1.5 | ||
### Patch Changes | ||
- 215268ff: Updates build tooling. No functional changes | ||
- Updated dependencies [215268ff] | ||
- @leafygreen-ui/hooks@7.7.6 | ||
- @leafygreen-ui/lib@10.4.1 | ||
## 4.1.4 | ||
@@ -28,0 +44,0 @@ |
{ | ||
"name": "@leafygreen-ui/portal", | ||
"version": "5.0.0-alpha.1", | ||
"version": "5.0.0", | ||
"description": "LeafyGreen UI Kit Portal", | ||
@@ -16,4 +16,5 @@ "main": "./dist/index.js", | ||
"scripts": { | ||
"build": "rollup --config rollup.config.mjs", | ||
"tsc": "tsc --build tsconfig.json" | ||
"build": "lg build-package", | ||
"tsc": "lg build-ts", | ||
"docs": "lg build-tsdoc" | ||
}, | ||
@@ -25,7 +26,7 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"react-dom": "^17.0.0" | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
}, | ||
"dependencies": { | ||
"@leafygreen-ui/hooks": "^8.0.0-alpha.1", | ||
"@leafygreen-ui/lib": "^11.0.0-alpha.1" | ||
"@leafygreen-ui/hooks": "^7.7.8", | ||
"@leafygreen-ui/lib": "^11.0.0" | ||
}, | ||
@@ -42,4 +43,4 @@ "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0", | ||
"devDependencies": { | ||
"@leafygreen-ui/emotion": "^5.0.0-alpha.1" | ||
"@leafygreen-ui/emotion": "^4.0.7" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
131212
24
3530
+ Added@leafygreen-ui/hooks@7.7.8(transitive)
+ Added@storybook/csf@0.1.11(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedscheduler@0.23.2(transitive)
- Removed@leafygreen-ui/hooks@8.2.1(transitive)
- Removed@leafygreen-ui/lib@13.8.0(transitive)
- Removed@storybook/csf@0.1.12(transitive)
- Removedreact@17.0.2(transitive)
- Removedreact-dom@17.0.2(transitive)
- Removedscheduler@0.20.2(transitive)
Updated@leafygreen-ui/hooks@^7.7.8
Updated@leafygreen-ui/lib@^11.0.0