Merge branch 'develop' into feat/ui-lib

This commit is contained in:
Shivam Mishra
2025-10-22 14:30:00 +05:30
committed by GitHub
192 changed files with 3140 additions and 2062 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@chatwoot/chatwoot",
"version": "4.6.0",
"version": "4.7.0",
"license": "MIT",
"scripts": {
"eslint": "eslint app/**/*.{js,vue}",
@@ -146,7 +146,7 @@
"react-dom": "^18.3.1",
"size-limit": "^8.2.4",
"tailwindcss": "^3.4.13",
"vite": "^5.4.20",
"vite": "^5.4.21",
"vite-plugin-ruby": "^5.0.0",
"vitest": "3.0.5"
},
@@ -162,7 +162,7 @@
"pnpm": {
"overrides": {
"vite-node": "2.0.1",
"vite": "5.4.20",
"vite": "5.4.21",
"vitest": "3.0.5"
}
},