Merge pull request #512 from ing-bank/chore/cleanup-testing
chore: cleanup testing configuration
This commit is contained in:
commit
53bd1f6ec3
36 changed files with 86 additions and 125 deletions
11
package.json
11
package.json
|
|
@ -11,9 +11,9 @@
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/eslint-config": "^1.0.0",
|
"@open-wc/eslint-config": "^1.0.0",
|
||||||
"@open-wc/prettier-config": "^0.1.0",
|
"@open-wc/prettier-config": "^0.1.0",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"@open-wc/testing-karma": "^3.1.33",
|
"@open-wc/testing-karma": "^3.2.30",
|
||||||
"@open-wc/testing-karma-bs": "^1.1.58",
|
"@open-wc/testing-karma-bs": "^1.3.30",
|
||||||
"@open-wc/testing-wallaby": "^0.1.12",
|
"@open-wc/testing-wallaby": "^0.1.12",
|
||||||
"@storybook/addon-a11y": "~5.0.0",
|
"@storybook/addon-a11y": "~5.0.0",
|
||||||
"@webcomponents/webcomponentsjs": "^2.2.5",
|
"@webcomponents/webcomponentsjs": "^2.2.5",
|
||||||
|
|
@ -39,12 +39,9 @@
|
||||||
"storybook:build": "build-storybook",
|
"storybook:build": "build-storybook",
|
||||||
"test": "karma start --coverage",
|
"test": "karma start --coverage",
|
||||||
"test:watch": "karma start --auto-watch=true --single-run=false",
|
"test:watch": "karma start --auto-watch=true --single-run=false",
|
||||||
"test:compatibility": "karma start --compatibility all --coverage",
|
|
||||||
"test:compatibility:watch": "karma start --compatibility all --auto-watch=true --single-run=false",
|
|
||||||
"test:update-snapshots": "karma start --update-snapshots",
|
"test:update-snapshots": "karma start --update-snapshots",
|
||||||
"test:prune-snapshots": "karma start --prune-snapshots",
|
"test:prune-snapshots": "karma start --prune-snapshots",
|
||||||
"test:bs": "karma start karma.bs.config.js --coverage --compatibility all",
|
"test:bs": "karma start karma.bs.config.js --coverage",
|
||||||
"test:bs:compatibility": "karma start karma.bs.config.js --coverage --compatibility all",
|
|
||||||
"lint": "run-p lint:*",
|
"lint": "run-p lint:*",
|
||||||
"lint:eclint": "git ls-files | xargs eclint check",
|
"lint:eclint": "git ls-files | xargs eclint check",
|
||||||
"lint:eslint": "eslint --ext .js,.html .",
|
"lint:eslint": "eslint --ext .js,.html .",
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"@polymer/iron-test-helpers": "^3.0.1",
|
"@polymer/iron-test-helpers": "^3.0.1",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/button": "0.5.1",
|
"@lion/button": "0.5.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"@lion/localize": "0.8.1",
|
"@lion/localize": "0.8.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"@lion/input": "0.5.1",
|
"@lion/input": "0.5.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/localize": "0.8.1",
|
"@lion/localize": "0.8.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/localize": "0.8.1",
|
"@lion/localize": "0.8.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"@lion/textarea": "0.5.2",
|
"@lion/textarea": "0.5.2",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@lion/helpers": "^0.2.0"
|
"@lion/helpers": "^0.2.0"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"@lion/field": "0.8.1",
|
"@lion/field": "0.8.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/button": "0.5.1",
|
"@lion/button": "0.5.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
"@lion/localize": "0.8.1",
|
"@lion/localize": "0.8.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@bundled-es-modules/fetch-mock": "^6.5.2",
|
"@bundled-es-modules/fetch-mock": "^6.5.2",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"@open-wc/testing-helpers": "^1.0.0",
|
"@open-wc/testing-helpers": "^1.0.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
"@lion/radio": "0.3.1",
|
"@lion/radio": "0.3.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/form": "0.4.1",
|
"@lion/form": "0.4.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
"@lion/localize": "0.8.1",
|
"@lion/localize": "0.8.1",
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@lion/validate": "0.6.1",
|
"@lion/validate": "0.6.1",
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,6 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4"
|
"@open-wc/testing": "^2.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@open-wc/demoing-storybook": "^1.8.3",
|
"@open-wc/demoing-storybook": "^1.8.3",
|
||||||
"@open-wc/testing": "^2.3.4",
|
"@open-wc/testing": "^2.5.0",
|
||||||
"sinon": "^7.2.2"
|
"sinon": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
132
yarn.lock
132
yarn.lock
|
|
@ -2369,16 +2369,16 @@
|
||||||
eslint-plugin-no-only-tests "^2.3.1"
|
eslint-plugin-no-only-tests "^2.3.1"
|
||||||
eslint-plugin-wc "^1.2.0"
|
eslint-plugin-wc "^1.2.0"
|
||||||
|
|
||||||
"@open-wc/karma-esm@^2.11.12":
|
"@open-wc/karma-esm@^2.12.6":
|
||||||
version "2.11.12"
|
version "2.12.6"
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/karma-esm/-/karma-esm-2.11.12.tgz#5526c1f301ca92eb07f6a03e0296a05acb34ecf8"
|
resolved "https://registry.yarnpkg.com/@open-wc/karma-esm/-/karma-esm-2.12.6.tgz#9a252f4b8fd962b26a090987cc62a40d6975d1a8"
|
||||||
integrity sha512-DMFi44Em6D9pMuQWnGm0ykj6Wp4xY0iVieidrQQxAjsieR+rDJlUZd+ZApD2d1zUKHaiJjFlAvfaZAYiD/f8uQ==
|
integrity sha512-Q9wJq1ua5Jk9XXuvseJQ5ioozIizanzfkbh8gzTnTaZjz0gsaN5J+V7YpdThf2RRevWTmhxrGwfsyxh5efXg9Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@open-wc/building-utils" "^2.11.0"
|
"@open-wc/building-utils" "^2.11.0"
|
||||||
babel-plugin-istanbul "^5.1.4"
|
babel-plugin-istanbul "^5.1.4"
|
||||||
chokidar "^3.0.0"
|
chokidar "^3.0.0"
|
||||||
deepmerge "^3.2.0"
|
deepmerge "^3.2.0"
|
||||||
es-dev-server "^1.31.1"
|
es-dev-server "^1.36.2"
|
||||||
minimatch "^3.0.4"
|
minimatch "^3.0.4"
|
||||||
node-fetch "^2.6.0"
|
node-fetch "^2.6.0"
|
||||||
portfinder "^1.0.21"
|
portfinder "^1.0.21"
|
||||||
|
|
@ -2402,6 +2402,11 @@
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.15.4.tgz#1bbf9adbbf3cb6090f525fc7d4274d17cc016457"
|
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.15.4.tgz#1bbf9adbbf3cb6090f525fc7d4274d17cc016457"
|
||||||
integrity sha512-Wa50FJiB26/jC++snNqOJBr3cYrzUdsFFNLL3HSA7PAscCWEGo5NAdesL/BnehXOCRyMZfpvv+uY9+F8dc7HCQ==
|
integrity sha512-Wa50FJiB26/jC++snNqOJBr3cYrzUdsFFNLL3HSA7PAscCWEGo5NAdesL/BnehXOCRyMZfpvv+uY9+F8dc7HCQ==
|
||||||
|
|
||||||
|
"@open-wc/semantic-dom-diff@^0.15.5":
|
||||||
|
version "0.15.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/@open-wc/semantic-dom-diff/-/semantic-dom-diff-0.15.5.tgz#5530a45eea1982706abf72c702828df0e0a61739"
|
||||||
|
integrity sha512-cODcMLSKRuyAQVa1I+NNjj5A+j5o2qhTW00ztcoEg+bkeutvFqWsB8YG0HS/NhP+wJKe/nOcmt4i2T6KwCTNLw==
|
||||||
|
|
||||||
"@open-wc/storybook-prebuilt@^0.4.0":
|
"@open-wc/storybook-prebuilt@^0.4.0":
|
||||||
version "0.4.0"
|
version "0.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/storybook-prebuilt/-/storybook-prebuilt-0.4.0.tgz#a8ac47d86e50559ddf17f217df2504a098cd85b8"
|
resolved "https://registry.yarnpkg.com/@open-wc/storybook-prebuilt/-/storybook-prebuilt-0.4.0.tgz#a8ac47d86e50559ddf17f217df2504a098cd85b8"
|
||||||
|
|
@ -2412,24 +2417,29 @@
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/testing-helpers/-/testing-helpers-1.4.0.tgz#d93b627c1311a1ad2b5fc4de43fc6f9fa8a79177"
|
resolved "https://registry.yarnpkg.com/@open-wc/testing-helpers/-/testing-helpers-1.4.0.tgz#d93b627c1311a1ad2b5fc4de43fc6f9fa8a79177"
|
||||||
integrity sha512-XTR0HGOSBEJz7H31FDhHD2R6GHXI6DksiJsYDzJdLXqF/ORkKFzfu1BXGVOnPZytmJZLvnEr7VmE2YfV0y2Yug==
|
integrity sha512-XTR0HGOSBEJz7H31FDhHD2R6GHXI6DksiJsYDzJdLXqF/ORkKFzfu1BXGVOnPZytmJZLvnEr7VmE2YfV0y2Yug==
|
||||||
|
|
||||||
"@open-wc/testing-karma-bs@^1.1.58":
|
"@open-wc/testing-helpers@^1.5.0":
|
||||||
version "1.3.19"
|
version "1.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/testing-karma-bs/-/testing-karma-bs-1.3.19.tgz#95870d838961ef5fe1e911c99a08126a4f57c48f"
|
resolved "https://registry.yarnpkg.com/@open-wc/testing-helpers/-/testing-helpers-1.5.0.tgz#8f3ef0900c2418443450f50c30297ed70f811bf6"
|
||||||
integrity sha512-OOvr8bKNldYyRlZhvoyGOr2phR8pfc+TlZhCLnfZll/mh1CLd0s1mRaLnjump9F99WLgkQYq4aWUVKb/mojuBQ==
|
integrity sha512-ykm6vk46YqKHdhOhrGuMVayClImU7EnisoQAzCmu2jClU/8FnNHA/ZPBzLssZy/w1ykcrGhB+8QCz7x9kHBHdQ==
|
||||||
|
|
||||||
|
"@open-wc/testing-karma-bs@^1.3.30":
|
||||||
|
version "1.3.30"
|
||||||
|
resolved "https://registry.yarnpkg.com/@open-wc/testing-karma-bs/-/testing-karma-bs-1.3.30.tgz#f2ccc600600a5723614a095aa55b971da6a43b59"
|
||||||
|
integrity sha512-GaVJe4W3Fp/30EX2+eRoEckcXpnqwrYrb+1OAbafD9ZkwFLSJUzW+AE+BB5RFGPXrVekTHOCSUfA1cRlzanTcg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@open-wc/testing-karma" "^3.2.19"
|
"@open-wc/testing-karma" "^3.2.30"
|
||||||
"@types/node" "^11.13.0"
|
"@types/node" "^11.13.0"
|
||||||
karma-browserstack-launcher "^1.0.0"
|
karma-browserstack-launcher "^1.0.0"
|
||||||
|
|
||||||
"@open-wc/testing-karma@^3.1.33", "@open-wc/testing-karma@^3.2.19":
|
"@open-wc/testing-karma@^3.2.30":
|
||||||
version "3.2.19"
|
version "3.2.30"
|
||||||
resolved "https://registry.yarnpkg.com/@open-wc/testing-karma/-/testing-karma-3.2.19.tgz#aecdb5160fba981d106ad7a1a78916a0792ca7bc"
|
resolved "https://registry.yarnpkg.com/@open-wc/testing-karma/-/testing-karma-3.2.30.tgz#ac4bfb2e9578d5a4ebaecdb2ef2add81cda23827"
|
||||||
integrity sha512-2/UpfT5EyMpXd71IjXueT01cdGgUfUeC7FTt31ERSmc4RaDXVPBjLnBYv+julSe5MFhxqCVJC4LlcB/8upKajQ==
|
integrity sha512-z9tpYOxhHcaPtA3muCpfwvDsQunuziwS4HDm2gV4hEsWFQ97WgbMV9wQAtYHaYxzKGQhk5uWcLNQEe10VUxhpg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@open-wc/karma-esm" "^2.11.12"
|
"@open-wc/karma-esm" "^2.12.6"
|
||||||
axe-core "^3.3.1"
|
axe-core "^3.3.1"
|
||||||
karma "^4.1.0"
|
karma "^4.1.0"
|
||||||
karma-chrome-launcher "^2.0.0"
|
karma-chrome-launcher "^3.1.0"
|
||||||
karma-coverage-istanbul-reporter "^2.0.0"
|
karma-coverage-istanbul-reporter "^2.0.0"
|
||||||
karma-mocha "^1.0.0"
|
karma-mocha "^1.0.0"
|
||||||
karma-mocha-reporter "^2.0.0"
|
karma-mocha-reporter "^2.0.0"
|
||||||
|
|
@ -2464,6 +2474,24 @@
|
||||||
mocha "^6.2.2"
|
mocha "^6.2.2"
|
||||||
sinon-chai "^3.3.0"
|
sinon-chai "^3.3.0"
|
||||||
|
|
||||||
|
"@open-wc/testing@^2.5.0":
|
||||||
|
version "2.5.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@open-wc/testing/-/testing-2.5.0.tgz#b9f0dce6fd0f9aa55ef2383cf6875801cf988191"
|
||||||
|
integrity sha512-giqTHQgQ3eQmX7AUsrC71IzZAtOsnki2OxYgrUQoqtL1bJ3fvsQqL6RxuB16C6nCMJgzQhEIJWr2AMjylUBZxw==
|
||||||
|
dependencies:
|
||||||
|
"@open-wc/chai-dom-equals" "^0.12.36"
|
||||||
|
"@open-wc/semantic-dom-diff" "^0.15.5"
|
||||||
|
"@open-wc/testing-helpers" "^1.5.0"
|
||||||
|
"@types/chai" "^4.1.7"
|
||||||
|
"@types/chai-dom" "^0.0.8"
|
||||||
|
"@types/mocha" "^5.0.0"
|
||||||
|
"@types/sinon-chai" "^3.2.3"
|
||||||
|
chai "^4.2.0"
|
||||||
|
chai-a11y-axe "^1.2.2"
|
||||||
|
chai-dom "^1.8.1"
|
||||||
|
mocha "^6.2.2"
|
||||||
|
sinon-chai "^3.3.0"
|
||||||
|
|
||||||
"@polymer/iron-test-helpers@^3.0.1":
|
"@polymer/iron-test-helpers@^3.0.1":
|
||||||
version "3.0.1"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polymer/iron-test-helpers/-/iron-test-helpers-3.0.1.tgz#ec2b9c6567e2967a191b3d800a04b1167b2d1394"
|
resolved "https://registry.yarnpkg.com/@polymer/iron-test-helpers/-/iron-test-helpers-3.0.1.tgz#ec2b9c6567e2967a191b3d800a04b1167b2d1394"
|
||||||
|
|
@ -5931,52 +5959,6 @@ es-abstract@^1.17.0-next.0, es-abstract@^1.17.0-next.1:
|
||||||
string.prototype.trimleft "^2.1.0"
|
string.prototype.trimleft "^2.1.0"
|
||||||
string.prototype.trimright "^2.1.0"
|
string.prototype.trimright "^2.1.0"
|
||||||
|
|
||||||
es-dev-server@^1.31.1:
|
|
||||||
version "1.31.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/es-dev-server/-/es-dev-server-1.31.1.tgz#3e5642f3e7c5ed5294ccec91d741fb16d000e0a7"
|
|
||||||
integrity sha512-ZYcc2j8aPzfIxuzSzmJHyFBB4PXfjNRISt5DeEDflP4/KKnJKl6udgybAo93FvjIdsZ+5x/fNxQN2gm2XNFpYA==
|
|
||||||
dependencies:
|
|
||||||
"@babel/core" "^7.7.2"
|
|
||||||
"@babel/plugin-proposal-dynamic-import" "^7.7.0"
|
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.7.4"
|
|
||||||
"@babel/plugin-proposal-optional-chaining" "^7.7.5"
|
|
||||||
"@babel/plugin-syntax-class-properties" "^7.2.0"
|
|
||||||
"@babel/plugin-syntax-import-meta" "^7.2.0"
|
|
||||||
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.2.0"
|
|
||||||
"@babel/plugin-syntax-numeric-separator" "^7.2.0"
|
|
||||||
"@babel/plugin-syntax-optional-chaining" "^7.2.0"
|
|
||||||
"@babel/plugin-transform-template-literals" "^7.7.4"
|
|
||||||
"@babel/preset-env" "^7.7.1"
|
|
||||||
"@open-wc/building-utils" "^2.11.0"
|
|
||||||
"@types/minimatch" "^3.0.3"
|
|
||||||
browserslist "^4.7.2"
|
|
||||||
browserslist-useragent "^3.0.2"
|
|
||||||
camelcase "^5.3.1"
|
|
||||||
caniuse-api "^3.0.0"
|
|
||||||
caniuse-lite "^1.0.30001008"
|
|
||||||
chokidar "^3.0.0"
|
|
||||||
command-line-args "^5.0.2"
|
|
||||||
command-line-usage "^6.1.0"
|
|
||||||
debounce "^1.2.0"
|
|
||||||
deepmerge "^3.2.0"
|
|
||||||
es-module-lexer "0.3.9"
|
|
||||||
get-stream "^5.1.0"
|
|
||||||
is-stream "^2.0.0"
|
|
||||||
isbinaryfile "^4.0.2"
|
|
||||||
koa "^2.7.0"
|
|
||||||
koa-compress "^3.0.0"
|
|
||||||
koa-etag "^3.0.0"
|
|
||||||
koa-static "^5.0.0"
|
|
||||||
lru-cache "^5.1.1"
|
|
||||||
minimatch "^3.0.4"
|
|
||||||
opn "^5.4.0"
|
|
||||||
path-is-inside "^1.0.2"
|
|
||||||
portfinder "^1.0.21"
|
|
||||||
resolve "^1.11.1"
|
|
||||||
strip-ansi "^5.2.0"
|
|
||||||
useragent "^2.3.0"
|
|
||||||
whatwg-url "^7.0.0"
|
|
||||||
|
|
||||||
es-dev-server@^1.36.2:
|
es-dev-server@^1.36.2:
|
||||||
version "1.36.2"
|
version "1.36.2"
|
||||||
resolved "https://registry.yarnpkg.com/es-dev-server/-/es-dev-server-1.36.2.tgz#b0cbfbad89f765f4a3bfa0793397f3c362466781"
|
resolved "https://registry.yarnpkg.com/es-dev-server/-/es-dev-server-1.36.2.tgz#b0cbfbad89f765f4a3bfa0793397f3c362466781"
|
||||||
|
|
@ -6025,11 +6007,6 @@ es-dev-server@^1.36.2:
|
||||||
useragent "^2.3.0"
|
useragent "^2.3.0"
|
||||||
whatwg-url "^7.0.0"
|
whatwg-url "^7.0.0"
|
||||||
|
|
||||||
es-module-lexer@0.3.9:
|
|
||||||
version "0.3.9"
|
|
||||||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.3.9.tgz#fbdbb35e1ad434fc71f5d83a887781fadbaca83a"
|
|
||||||
integrity sha512-beowXiBsaVS208GHoJckwOxlG/RpWLLz2ioJHwkUJ3RGFmW508E5RfntV21bMjzO3hQcwZOTHewUFwnGzrBtIg==
|
|
||||||
|
|
||||||
es-module-lexer@^0.3.13:
|
es-module-lexer@^0.3.13:
|
||||||
version "0.3.13"
|
version "0.3.13"
|
||||||
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.3.13.tgz#b7f986efeb55a5d3ce0f3e482409ff43c462d398"
|
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.3.13.tgz#b7f986efeb55a5d3ce0f3e482409ff43c462d398"
|
||||||
|
|
@ -6726,13 +6703,6 @@ from@~0:
|
||||||
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
|
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"
|
||||||
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
|
integrity sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=
|
||||||
|
|
||||||
fs-access@^1.0.0:
|
|
||||||
version "1.0.1"
|
|
||||||
resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a"
|
|
||||||
integrity sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=
|
|
||||||
dependencies:
|
|
||||||
null-check "^1.0.0"
|
|
||||||
|
|
||||||
fs-constants@^1.0.0:
|
fs-constants@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
|
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
|
||||||
|
|
@ -8615,12 +8585,11 @@ karma-browserstack-launcher@^1.0.0:
|
||||||
browserstack-local "^1.3.7"
|
browserstack-local "^1.3.7"
|
||||||
q "~1.5.0"
|
q "~1.5.0"
|
||||||
|
|
||||||
karma-chrome-launcher@^2.0.0:
|
karma-chrome-launcher@^3.1.0:
|
||||||
version "2.2.0"
|
version "3.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz#cf1b9d07136cc18fe239327d24654c3dbc368acf"
|
resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-3.1.0.tgz#805a586799a4d05f4e54f72a204979f3f3066738"
|
||||||
integrity sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w==
|
integrity sha512-3dPs/n7vgz1rxxtynpzZTvb9y/GIaW8xjAwcIGttLbycqoFtI7yo1NGnQi6oFTherRE+GIhCAHZC4vEqWGhNvg==
|
||||||
dependencies:
|
dependencies:
|
||||||
fs-access "^1.0.0"
|
|
||||||
which "^1.2.1"
|
which "^1.2.1"
|
||||||
|
|
||||||
karma-coverage-istanbul-reporter@^2.0.0:
|
karma-coverage-istanbul-reporter@^2.0.0:
|
||||||
|
|
@ -10174,11 +10143,6 @@ npmlog@^4.0.1, npmlog@^4.1.2:
|
||||||
gauge "~2.7.3"
|
gauge "~2.7.3"
|
||||||
set-blocking "~2.0.0"
|
set-blocking "~2.0.0"
|
||||||
|
|
||||||
null-check@^1.0.0:
|
|
||||||
version "1.0.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd"
|
|
||||||
integrity sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=
|
|
||||||
|
|
||||||
number-is-nan@^1.0.0:
|
number-is-nan@^1.0.0:
|
||||||
version "1.0.1"
|
version "1.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue