We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cebe91 commit be33f57Copy full SHA for be33f57
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smarthtmlelements/smart-table",
3
- "version": "2.2.0",
+ "version": "2.3.0",
4
"description": "Table Web Component",
5
"main": "index.js",
6
"scripts": {
@@ -14,6 +14,10 @@
14
"license": "https://htmlelements.com/license/",
15
"bugs": {
16
"url": "https://github.com/HTMLElements/smart-table/issues"
17
+ },
18
+ "dependencies": {
19
+ "@webcomponents/webcomponentsjs": "^1.0.22",
20
+ "@smarthtmlelements/smart-core": "^2.3.0"
21
},
22
"homepage": "https://github.com/HTMLElements/smart-table#readme",
23
"keywords": [
0 commit comments