Merge branch 'tidio' into dev_environment

This commit is contained in:
Carter 2025-12-22 11:55:35 -06:00
commit 98a28ba30d
6 changed files with 39 additions and 5 deletions

7
package-lock.json generated
View file

@ -30,6 +30,7 @@
"@turf/turf": "^7.2.0",
"@types/classnames": "^2.3.0",
"axios": "^1.7.7",
"crisp-sdk-web": "^1.0.26",
"dayjs": "^1.11.13",
"deep-object-diff": "^1.1.9",
"framer-motion": "^12.6.2",
@ -7365,6 +7366,12 @@
"node": ">= 6"
}
},
"node_modules/crisp-sdk-web": {
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/crisp-sdk-web/-/crisp-sdk-web-1.0.26.tgz",
"integrity": "sha512-MBK/+tCNJmt/l9ZYHb0cUUaaF02rCKeqLw1cruY/HU48tPOOnhUM0JdvuPaeq1d5VB2DCILY4rGYE4NeJbXvzg==",
"license": "MIT"
},
"node_modules/cross-spawn": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",