- bump up version to 4.0.6

- update dependencies
- remove test phase from CI script
- lint and format all files
This commit is contained in:
Amruth Pillai
2024-03-10 10:35:23 +01:00
parent ec77d13ebd
commit b47b7824ff
23 changed files with 65 additions and 69 deletions
+3 -3
View File
@@ -9,10 +9,10 @@
"access": "public"
},
"dependencies": {
"@swc/helpers": "~0.5.2",
"@swc/helpers": "~0.5.6",
"dayjs": "^1.11.10",
"clsx": "^2.0.0",
"tailwind-merge": "^2.0.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.1",
"papaparse": "^5.4.1",
"unique-names-generator": "^4.7.1"
}