@vaadin/vaadin-app-layout
Advanced tools
Comparing version 21.0.0-rc1 to 21.0.0
{ | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "21.0.0-rc1", | ||
"version": "21.0.0", | ||
"description": "vaadin-app-layout", | ||
@@ -30,7 +30,7 @@ "main": "vaadin-app-layout.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-button": "^21.0.0-rc1", | ||
"@vaadin/vaadin-element-mixin": "^21.0.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "^21.0.0-rc1", | ||
"@vaadin/vaadin-material-styles": "^21.0.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-rc1" | ||
"@vaadin/vaadin-button": "^21.0.0", | ||
"@vaadin/vaadin-element-mixin": "^21.0.0", | ||
"@vaadin/vaadin-lumo-styles": "^21.0.0", | ||
"@vaadin/vaadin-material-styles": "^21.0.0", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/vaadin-tabs": "^21.0.0-rc1", | ||
"@vaadin/vaadin-tabs": "^21.0.0", | ||
"sinon": "^9.2.1" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "50d1c1ce987f97069674ea2e2002eade479bbf09" | ||
"gitHead": "b3216700eb7d19fcae32962199d39d5899f342b6" | ||
} |
@@ -11,4 +11,4 @@ /** | ||
import { ElementMixin } from '@vaadin/vaadin-element-mixin/vaadin-element-mixin.js'; | ||
import { mixinBehaviors } from '@polymer/polymer/lib/legacy/class'; | ||
import { IronResizableBehavior } from '@polymer/iron-resizable-behavior'; | ||
import { mixinBehaviors } from '@polymer/polymer/lib/legacy/class.js'; | ||
import { IronResizableBehavior } from '@polymer/iron-resizable-behavior/iron-resizable-behavior.js'; | ||
import './safe-area-inset.js'; | ||
@@ -309,3 +309,3 @@ import './detect-ios-navbar.js'; | ||
static get version() { | ||
return '21.0.0-rc1'; | ||
return '21.0.0'; | ||
} | ||
@@ -312,0 +312,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
52910