Skip to content
Snippets Groups Projects
Commit 1cb69a13 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update open-wc/scoped-elements to 1.3.3

This fixes a typescript problem and allows us to enable type checking
in the typescript-example package (by removing the ts-nocheck comment)
parent 062997d3
No related branches found
No related tags found
No related merge requests found
Pipeline #15866 failed
Showing
with 59 additions and 60 deletions
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/app-shell"
},
"publishConfig": {
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/auth"
},
"publishConfig": {
......
......@@ -20,6 +20,8 @@
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -31,9 +33,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"module": "index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/common"
},
"devDependencies": {
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/data-table-view"
},
"publishConfig": {
......@@ -19,6 +19,8 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"glob": "^7.1.6",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
......@@ -30,9 +32,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/file-handling"
},
"publishConfig": {
......@@ -18,6 +18,8 @@
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^11.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -29,9 +31,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/common": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/language-select"
},
"publishConfig": {
......@@ -18,6 +18,8 @@
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -29,9 +31,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/common": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/matomo"
},
"publishConfig": {
......@@ -19,6 +19,8 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -30,9 +32,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/notification"
},
"publishConfig": {
......@@ -19,6 +19,8 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -30,9 +32,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/common": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/person-profile"
},
"publishConfig": {
......@@ -19,6 +19,8 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -30,9 +32,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/person-select"
},
"publishConfig": {
......@@ -20,6 +20,8 @@
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
"karma-chrome-launcher": "^3.0.0",
......@@ -31,9 +33,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/provider"
},
"publishConfig": {
......@@ -19,6 +19,8 @@
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-url": "^6.0.0",
"chai": "^4.2.0",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0",
"glob": "^7.1.6",
"i18next-scanner": "^3.0.0",
"karma": "^6.0.0",
......@@ -31,9 +33,7 @@
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-serve": "^1.0.1",
"rollup-plugin-terser": "^7.0.2",
"eslint": "^7.3.1",
"eslint-plugin-jsdoc": "^31.0.0"
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@dbp-toolkit/auth": "^0.1.0",
......
......@@ -5,8 +5,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/qr-code-scanner"
},
"publishConfig": {
......@@ -37,7 +37,7 @@
},
"dependencies": {
"@dbp-toolkit/common": "^0.1.0",
"@open-wc/scoped-elements": "^1.3.2",
"@open-wc/scoped-elements": "^1.3.3",
"async-mutex": "^0.2.4",
"lit-element": "^2.3.1",
"qr-scanner": "^1.2.0"
......
......@@ -4,8 +4,8 @@
"main": "src/index.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/typescript-example"
},
"publishConfig": {
......@@ -36,7 +36,7 @@
},
"dependencies": {
"@dbp-toolkit/common": "^0.1.0",
"@open-wc/scoped-elements": "^1.3.2",
"@open-wc/scoped-elements": "^1.3.3",
"lit-element": "^2.3.1"
},
"scripts": {
......
// @ts-nocheck
import {html, LitElement} from 'lit-element';
import {TypeScriptExample} from './typescript-example';
import * as commonUtils from '@dbp-toolkit/common/utils';
......
......@@ -1023,10 +1023,10 @@
resolved "https://registry.yarnpkg.com/@open-wc/dedupe-mixin/-/dedupe-mixin-1.3.0.tgz#0df5d438285fc3482838786ee81895318f0ff778"
integrity sha512-UfdK1MPnR6T7f3svzzYBfu3qBkkZ/KsPhcpc3JYhsUY4hbpwNF9wEQtD4Z+/mRqMTJrKg++YSxIxE0FBhY3RIw==
"@open-wc/scoped-elements@^1.1.1", "@open-wc/scoped-elements@^1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.2.tgz#6ae54c49731bbe8c3e0b5383c989f983dcdfacf5"
integrity sha512-DoP3XA8r03tGx+IrlJwP/voLuDFkyS56kvwhmXIhpESo7M5jMt5e0zScNrawj7EMe4b5gDaJjorx2Jza8FLaLw==
"@open-wc/scoped-elements@^1.1.1", "@open-wc/scoped-elements@^1.3.2", "@open-wc/scoped-elements@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@open-wc/scoped-elements/-/scoped-elements-1.3.3.tgz#fe008aef4d74fb00c553c900602960638fc1c7b0"
integrity sha512-vFIQVYYjFw67odUE4JzZOpctnF7S/2DX+S+clrL3bQPql7HvEnV0wMFwOWUavQTuCJi0rfU8GTcNMiUybio+Yg==
dependencies:
"@open-wc/dedupe-mixin" "^1.3.0"
lit-html "^1.0.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment