chore(module updates): just updated all the modules

This commit is contained in:
2025-11-25 16:12:12 -06:00
parent c1816c07ff
commit bdb4bfc53d
7 changed files with 1837 additions and 2483 deletions

View File

@@ -11,7 +11,7 @@ post {
} }
params:path { params:path {
token: token: test3
} }
settings { settings {

File diff suppressed because it is too large Load Diff

View File

@@ -11,31 +11,31 @@
}, },
"dependencies": { "dependencies": {
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
"@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12", "@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7", "@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15", "@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10", "@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6", "@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-tooltip": "^1.2.8",
"@react-pdf/renderer": "^4.3.1", "@react-pdf/renderer": "^4.3.1",
"@tailwindcss/vite": "^4.1.13", "@tailwindcss/vite": "^4.1.17",
"@tanstack/react-form": "^1.23.0", "@tanstack/react-form": "^1.26.0",
"@tanstack/react-query": "^5.89.0", "@tanstack/react-query": "^5.90.11",
"@tanstack/react-query-devtools": "^5.90.2", "@tanstack/react-query-devtools": "^5.91.1",
"@tanstack/react-router": "^1.131.36", "@tanstack/react-router": "^1.139.6",
"@tanstack/react-router-devtools": "^1.131.36", "@tanstack/react-router-devtools": "^1.139.6",
"@tanstack/react-table": "^8.21.3", "@tanstack/react-table": "^8.21.3",
"@types/react-calendar-timeline": "^0.28.6", "@types/react-calendar-timeline": "^0.28.6",
"axios": "^1.12.2", "axios": "^1.13.2",
"better-auth": "^1.3.11", "better-auth": "^1.4.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
@@ -43,39 +43,38 @@
"is-mobile": "^5.0.0", "is-mobile": "^5.0.0",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"jsbarcode": "^3.12.1", "jsbarcode": "^3.12.1",
"lucide-react": "^0.542.0", "lucide-react": "^0.554.0",
"marked": "^16.4.1", "marked": "^17.0.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"r": "^0.0.5", "react": "^19.2.0",
"react": "^19.1.1",
"react-barcode": "^1.6.1", "react-barcode": "^1.6.1",
"react-calendar-timeline": "^0.30.0-beta.3", "react-calendar-timeline": "^0.30.0-beta.4",
"react-day-picker": "^9.11.1", "react-day-picker": "^9.11.2",
"react-dom": "^19.1.1", "react-dom": "^19.2.0",
"react-hook-form": "^7.65.0", "react-hook-form": "^7.66.1",
"react-resizable-panels": "^3.0.6", "react-resizable-panels": "^3.0.6",
"recharts": "^2.15.4", "recharts": "^3.5.0",
"socket.io-client": "^4.8.1", "socket.io-client": "^4.8.1",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.13", "tailwindcss": "^4.1.17",
"zustand": "^5.0.8" "zustand": "^5.0.8"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.33.0", "@eslint/js": "^9.39.1",
"@tanstack/router-plugin": "^1.131.36", "@tanstack/router-plugin": "^1.139.6",
"@types/js-cookie": "^3.0.6", "@types/js-cookie": "^3.0.6",
"@types/node": "^24.3.1", "@types/node": "^24.10.1",
"@types/react": "^19.1.10", "@types/react": "^19.2.7",
"@types/react-dom": "^19.1.7", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.0.0", "@vitejs/plugin-react-swc": "^4.2.2",
"eslint": "^9.33.0", "eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.3.0", "globals": "^16.5.0",
"tw-animate-css": "^1.3.8", "tw-animate-css": "^1.4.0",
"typescript": "~5.8.3", "typescript": "~5.9.3",
"typescript-eslint": "^8.39.1", "typescript-eslint": "^8.48.0",
"vite": "^7.1.2" "vite": "^7.2.4"
} }
} }

1129
lstDocs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,19 +15,19 @@
"typecheck": "tsc" "typecheck": "tsc"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^3.9.1", "@docusaurus/core": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.1", "@docusaurus/preset-classic": "^3.9.2",
"@mdx-js/react": "^3.0.0", "@mdx-js/react": "^3.1.1",
"clsx": "^2.0.0", "clsx": "^2.1.1",
"prism-react-renderer": "^2.3.0", "prism-react-renderer": "^2.4.1",
"react": "^19.0.0", "react": "^19.2.0",
"react-dom": "^19.0.0" "react-dom": "^19.2.0"
}, },
"devDependencies": { "devDependencies": {
"@docusaurus/module-type-aliases": "^3.9.1", "@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.1", "@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.1", "@docusaurus/types": "^3.9.2",
"typescript": "~5.6.2" "typescript": "~5.9.3"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [

827
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -43,20 +43,20 @@
"license": "ISC", "license": "ISC",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^1.51.0", "@dotenvx/dotenvx": "^1.51.1",
"@types/cors": "^2.8.19", "@types/cors": "^2.8.19",
"axios": "^1.12.2", "axios": "^1.13.2",
"better-auth": "^1.3.28", "better-auth": "^1.4.2",
"cors": "^2.8.5", "cors": "^2.8.5",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0", "date-fns-tz": "^3.2.0",
"drizzle-orm": "^0.44.6", "drizzle-orm": "^0.44.7",
"express": "^5.1.0", "express": "^5.1.0",
"handlebars": "^4.7.8", "handlebars": "^4.7.8",
"http-proxy-middleware": "^3.0.5", "http-proxy-middleware": "^3.0.5",
"morgan": "^1.10.1", "morgan": "^1.10.1",
"mssql": "^12.0.0", "mssql": "^12.1.1",
"nodemailer": "^7.0.9", "nodemailer": "^7.0.10",
"nodemailer-express-handlebars": "^7.0.0", "nodemailer-express-handlebars": "^7.0.0",
"pg": "^8.16.3", "pg": "^8.16.3",
"pino": "^10.1.0", "pino": "^10.1.0",
@@ -65,20 +65,20 @@
"socket.io": "^4.8.1", "socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8", "swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1", "swagger-ui-express": "^5.0.1",
"zod": "^4.1.12", "zod": "^4.1.13",
"drizzle-zod": "^0.8.3" "drizzle-zod": "^0.8.3"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.2.6", "@biomejs/biome": "2.3.7",
"@react-native-community/cli": "^20.0.2", "@react-native-community/cli": "^20.0.2",
"@react-native/metro-config": "^0.82.1", "@react-native/metro-config": "^0.82.1",
"@types/express": "^5.0.3", "@types/express": "^5.0.5",
"@types/morgan": "^1.9.10", "@types/morgan": "^1.9.10",
"@types/mssql": "^9.1.8", "@types/mssql": "^9.1.8",
"@types/node": "^24.9.1", "@types/node": "^24.10.1",
"@types/nodemailer": "^7.0.2", "@types/nodemailer": "^7.0.4",
"@types/nodemailer-express-handlebars": "^4.0.5", "@types/nodemailer-express-handlebars": "^4.0.6",
"@types/pg": "^8.15.5", "@types/pg": "^8.15.6",
"@types/swagger-jsdoc": "^6.0.4", "@types/swagger-jsdoc": "^6.0.4",
"@types/swagger-ui-express": "^4.1.8", "@types/swagger-ui-express": "^4.1.8",
"babel-plugin-module-resolver": "^5.0.2", "babel-plugin-module-resolver": "^5.0.2",
@@ -89,8 +89,8 @@
"ts-node-dev": "^2.0.0", "ts-node-dev": "^2.0.0",
"tsx": "^4.20.6", "tsx": "^4.20.6",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"drizzle-kit": "^0.31.5", "drizzle-kit": "^0.31.7",
"npm-check-updates": "^19.1.1" "npm-check-updates": "^19.1.2"
}, },
"config": { "config": {
"commitizen": { "commitizen": {