@neovici/cosmoz-input
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "@neovici/cosmoz-input", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "A input web component", | ||
@@ -59,23 +59,23 @@ "keywords": [ | ||
"dependencies": { | ||
"@neovici/cosmoz-utils": "^3.19.0", | ||
"@neovici/cosmoz-utils": "^3.23.0", | ||
"haunted": "^4.8.0", | ||
"lit-html": "^1.4.1" | ||
"lit-html": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^13.0.0", | ||
"@commitlint/config-conventional": "^13.0.0", | ||
"@neovici/eslint-config": "^1.2.0", | ||
"@commitlint/cli": "^14.0.0", | ||
"@commitlint/config-conventional": "^14.0.0", | ||
"@neovici/eslint-config": "^1.3.0", | ||
"@open-wc/demoing-storybook": "^2.1.0", | ||
"@open-wc/testing": "^2.5.0", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/changelog": "^6.0.0", | ||
"@semantic-release/git": "^10.0.0", | ||
"@storybook/storybook-deployer": "^2.8.5", | ||
"@web/test-runner": "^0.13.0", | ||
"@web/test-runner-selenium": "^0.5.0", | ||
"eslint": "^7.0.0", | ||
"husky": "^6.0.0", | ||
"semantic-release": "^17.4.0", | ||
"sinon": "^11.0.0", | ||
"typescript": "^4.3.0" | ||
"eslint": "^8.0.0", | ||
"husky": "^7.0.0", | ||
"semantic-release": "^18.0.0", | ||
"sinon": "^12.0.0", | ||
"typescript": "^4.4.0" | ||
} | ||
} |
@@ -6,2 +6,3 @@ export const styles = ` | ||
padding-top: var(--paper-input-container_-_padding-top, 8px); | ||
position: relative; | ||
} | ||
@@ -8,0 +9,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
11538
259
Updatedlit-html@^1.4.0