Update deps
This commit is contained in:
parent
c16d2020ca
commit
65f1e6808e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@tp/tp-tabs",
|
||||
"version": "1.0.1",
|
||||
"version": "1.1.0",
|
||||
"description": "",
|
||||
"main": "tp-tabs.js",
|
||||
"scripts": {
|
||||
@ -13,7 +13,7 @@
|
||||
"author": "trading_peter",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"lit": "^2.2.0",
|
||||
"@tp/helpers": "^1.0.0"
|
||||
"lit": "^2.8.0",
|
||||
"@tp/helpers": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ This program is available under Apache License Version 2.0
|
||||
*/
|
||||
|
||||
import { closest } from '@tp/helpers';
|
||||
import { LitElement, html, css } from 'lit-element';
|
||||
import { LitElement, html, css } from 'lit';
|
||||
|
||||
class TpTabs extends LitElement {
|
||||
static get styles() {
|
||||
|
Loading…
Reference in New Issue
Block a user