Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@leafygreen-ui/portal

Package Overview
Dependencies
Maintainers
6
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafygreen-ui/portal - npm Package Compare versions

Comparing version 5.0.0-alpha.1 to 5.0.0

dist/esm/index.js

38

CHANGELOG.md
# @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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc