CHANGELOG :

* Added checkboxes for table content interaction
* Attached user id to table checkboxes
* Added cycle handler for filter action
This commit is contained in:
infidel
2022-11-24 21:00:11 +07:00
parent 29153b4c41
commit 3e646e606a
6 changed files with 3389 additions and 2283 deletions

View File

@@ -17,12 +17,12 @@
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
"autoprefixer": "10.2.5",
"postcss": "8.2.8",
"postcss": "^8.4.19",
"rollup": "^2.41.5",
"rollup-plugin-livereload": "2.0.0",
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-terser": "7.0.2",
"svelte": "3.35.0"
"svelte": "^3.53.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
@@ -33,6 +33,6 @@
"chart.js": "2.9.4",
"sirv-cli": "1.0.11",
"svelte-routing": "1.5.0",
"tailwindcss": "2.0.4"
"tailwindcss": "^2.2.19"
}
}