@dreamworld/dw-checkbox
Advanced tools
Comparing version 2.4.0 to 3.0.0
@@ -11,4 +11,3 @@ /** | ||
import { html, css} from 'lit-element'; | ||
import { LitElement } from '@dreamworld/pwa-helpers/lit-element.js'; | ||
import { LitElement, html, css } from '@dreamworld/pwa-helpers/lit.js'; | ||
import '../dw-checkbox.js'; | ||
@@ -15,0 +14,0 @@ |
@@ -11,4 +11,3 @@ /** | ||
import { html, css } from 'lit-element'; | ||
import { LitElement } from '@dreamworld/pwa-helpers/lit-element.js'; | ||
import { LitElement, html, css } from '@dreamworld/pwa-helpers/lit.js'; | ||
import '@material/mwc-checkbox'; | ||
@@ -15,0 +14,0 @@ import '@dreamworld/dw-form/dw-form-field'; |
{ | ||
"name": "@dreamworld/dw-checkbox", | ||
"version": "2.4.0", | ||
"version": "3.0.0", | ||
"description": "", | ||
"main": "dw-checkbox.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "wds --node-resolve --app-index demo/index.html --open --watch" | ||
}, | ||
@@ -24,8 +25,8 @@ "repository": { | ||
"dependencies": { | ||
"@dreamworld/dw-form": "^3.0.1", | ||
"@dreamworld/pwa-helpers": "^1.10.0", | ||
"@material/mwc-checkbox": "^0.26.1", | ||
"lit-element": "^2.2.1" | ||
"@dreamworld/dw-form": "^4.0.0", | ||
"@dreamworld/pwa-helpers": "^1.13.1", | ||
"@material/mwc-checkbox": "0.27.0" | ||
}, | ||
"devDependencies": { | ||
"@web/dev-server": "^0.1.34", | ||
"semantic-release": "17.0.8" | ||
@@ -32,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
3
12487
2
236
+ Added@dreamworld/dw-form@4.1.5(transitive)
+ Added@dreamworld/material-styles@3.2.4(transitive)
+ Added@material/mwc-base@0.27.0(transitive)
+ Added@material/mwc-checkbox@0.27.0(transitive)
+ Added@material/mwc-ripple@0.27.0(transitive)
- Removedlit-element@^2.2.1
- Removed@dreamworld/dw-form@3.0.1(transitive)
- Removed@dreamworld/material-styles@2.6.0(transitive)
- Removed@material/mwc-base@0.26.1(transitive)
- Removed@material/mwc-checkbox@0.26.1(transitive)
- Removed@material/mwc-ripple@0.26.1(transitive)
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)
Updated@dreamworld/dw-form@^4.0.0