Skip to content

Commit

Permalink
Merge pull request #73 from poirazis/develop
Browse files Browse the repository at this point in the history
v2.0.25-alpha
  • Loading branch information
poirazis authored Jul 25, 2024
2 parents db613ec + e2a41c2 commit 30d079e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-component-SuperTable",
"version": "2.0.24-alpha",
"version": "2.0.25-alpha",
"description": "A Fully Customizable Budibase Table Component",
"author": "Michael Poirazi",
"license": "MIT",
Expand All @@ -18,18 +18,18 @@
"svelte-legos": "^0.2.3"
},
"devDependencies": {
"@budibase/backend-core": "^2.29.4",
"@budibase/bbui": "^2.29.4",
"@budibase/frontend-core": "^2.29.4",
"@budibase/shared-core": "^2.29.4",
"@budibase/backend-core": "^2.29.20",
"@budibase/bbui": "^2.29.20",
"@budibase/frontend-core": "^2.29.20",
"@budibase/shared-core": "^2.29.20",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@spectrum-css/actionbar": "6.0.65",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"rollup": "^2.79.1",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-polyfill-node": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@
"type": "number",
"key": "menuItemsVisible",
"label": "Show Buttons",
"mim": 0,
"min": 0,
"max": 12,
"defaultValue": 1
},
Expand Down

0 comments on commit 30d079e

Please sign in to comment.