@jupyter/react-components
Advanced tools
Comparing version 0.10.1 to 0.11.0
export * from './accordion'; | ||
export * from './accordion-item'; | ||
export * from './anchor'; | ||
export * from './anchored-region'; | ||
@@ -15,2 +16,3 @@ export * from './avatar'; | ||
export * from './divider'; | ||
export * from './listbox'; | ||
export * from './menu'; | ||
@@ -17,0 +19,0 @@ export * from './menu-item'; |
@@ -5,2 +5,3 @@ // Copyright (c) Jupyter Development Team. | ||
export * from './accordion-item'; | ||
export * from './anchor'; | ||
export * from './anchored-region'; | ||
@@ -18,2 +19,3 @@ export * from './avatar'; | ||
export * from './divider'; | ||
export * from './listbox'; | ||
export * from './menu'; | ||
@@ -20,0 +22,0 @@ export * from './menu-item'; |
{ | ||
"name": "@jupyter/react-components", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"description": "A component library for building extensions in Jupyter frontends.", | ||
@@ -35,3 +35,3 @@ "homepage": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit#readme", | ||
"dependencies": { | ||
"@jupyter/web-components": "^0.10.1", | ||
"@jupyter/web-components": "^0.11.0", | ||
"@microsoft/fast-react-wrapper": "^0.3.18", | ||
@@ -38,0 +38,0 @@ "react": ">=17.0.0 <19.0.0" |
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
40347
80
813
+ Added@jupyter/web-components@0.11.0(transitive)
- Removed@jupyter/web-components@0.10.1(transitive)