Skip to content

Commit

Permalink
1.0.16 - migrating to lit element 3 and upgrading other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Nov 15, 2023
1 parent 3f830a3 commit 592afdc
Show file tree
Hide file tree
Showing 7 changed files with 2,352 additions and 5,214 deletions.
7,304 changes: 2,221 additions & 5,083 deletions component/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active-table",
"version": "1.0.15",
"version": "1.0.16",
"description": "Framework agnostic table component for editable data experience",
"main": "./dist/activeTable.js",
"module": "./dist/activeTable.js",
Expand Down Expand Up @@ -53,14 +53,14 @@
},
"homepage": "https://activetable.io",
"dependencies": {
"lit": "^2.2.4"
"lit": "^3.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.6.3",
"@open-wc/testing": "^3.1.5",
"@rollup/plugin-replace": "^4.0.0",
"@types/xlsx": "^0.0.36",
"@types/mocha": "^10.0.1",
"@types/xlsx": "^0.0.36",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@web/dev-server": "^0.1.31",
Expand All @@ -69,13 +69,13 @@
"@web/test-runner-playwright": "^0.8.8",
"@webcomponents/webcomponentsjs": "^2.6.0",
"eslint": "^8.15.0",
"lit-analyzer": "^1.2.1",
"lit-analyzer": "^2.0.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup-plugin-summary": "^1.4.3",
"rollup-plugin-terser": "^7.0.2",
"typescript": "~4.9.0"
"typescript": "~5.2.2"
},
"customElements": "custom-elements.json",
"files": [
Expand Down
122 changes: 61 additions & 61 deletions other-packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions other-packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "active-table-react",
"version": "1.0.15",
"version": "1.0.16",
"description": "Active Table wrapper for React",
"main": "./dist/activeTable.js",
"module": "./dist/activeTable.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "MIT",
"dependencies": {
"@lit-labs/react": "^1.1.1",
"active-table": "1.0.15"
"active-table": "1.0.16"
},
"devDependencies": {
"@types/react": "^18.0.28",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ npm install active-table-react
Access the component via CDN:

```
https://unpkg.com/[email protected].15/dist/activeTable.bundle.js
https://unpkg.com/[email protected].16/dist/activeTable.bundle.js
```
Loading

0 comments on commit 592afdc

Please sign in to comment.