Skip to content

Commit

Permalink
Merge pull request #27 from poirazis/develop
Browse files Browse the repository at this point in the history
v2.0.22-alpha
  • Loading branch information
poirazis authored Jun 20, 2024
2 parents 9b8c894 + 0356376 commit a010d1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Binary file modified bun.lockb
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bb-component-SuperTableColumn",
"version": "2.0.21-alpha",
"version": "2.0.22-alpha",
"description": "Customizable columns for the SuperTable Component",
"author": "Michael Poirazi",
"license": "MIT",
Expand All @@ -13,26 +13,26 @@
"dependencies": {
"@crownframework/svelte-error-boundary": "^1.0.3",
"lucide-svelte": "^0.293.0",
"svelte": "^4.2.12",
"svelte": "^4.2.18",
"svelte-fsm": "^1.2.0",
"svelte-legos": "^0.2.1"
"svelte-legos": "^0.2.3"
},
"devDependencies": {
"@budibase/backend-core": "^2.10.2",
"@budibase/bbui": "^2.11.30",
"@budibase/backend-core": "^2.29.0",
"@budibase/bbui": "^2.29.0",
"@budibase/shared-core": "2.11.30",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.10",
"rollup": "^2.44.0",
"postcss": "^8.4.38",
"rollup": "^2.79.1",
"rollup-plugin-copy2": "^0.3.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.2.2",
"rollup-plugin-svg": "^2.0.0",
"tar": "^6.1.11"
"tar": "^6.2.1"
}
}

0 comments on commit a010d1b

Please sign in to comment.