chore(pkg updates): updated all pkgs

This commit is contained in:
2025-03-21 21:48:04 -05:00
parent 76bc0db3dd
commit fb9ee15bda
5 changed files with 9083 additions and 12496 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -12,7 +12,7 @@
"checkupdates": "npm-check-updates" "checkupdates": "npm-check-updates"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.2", "@hookform/resolvers": "^4.1.3",
"@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4", "@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-collapsible": "^1.1.3",
@@ -25,46 +25,46 @@
"@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8", "@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.9", "@tailwindcss/vite": "^4.0.15",
"@tanstack/react-query": "^5.66.9", "@tanstack/react-query": "^5.69.0",
"@tanstack/react-router": "^1.111.11", "@tanstack/react-router": "^1.114.27",
"@tanstack/react-table": "^8.21.2", "@tanstack/react-table": "^8.21.2",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"dotenv": "^16.4.7", "dotenv": "^16.4.7",
"hono": "^4.7.2", "hono": "^4.7.5",
"js-cookie": "^3.0.5", "js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"lucide-react": "^0.476.0", "lucide-react": "^0.483.0",
"next-themes": "^0.4.4", "next-themes": "^0.4.6",
"npm-check-updates": "^17.1.15", "npm-check-updates": "^17.1.16",
"react": "^19.0.0", "react": "^19.0.0",
"react-day-picker": "^8.10.1", "react-day-picker": "^9.6.3",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-grid-layout": "^1.5.0", "react-grid-layout": "^1.5.1",
"react-hook-form": "^7.54.2", "react-hook-form": "^7.54.2",
"sonner": "^2.0.1", "sonner": "^2.0.1",
"tailwind-merge": "^3.0.2", "tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.9", "tailwindcss": "^4.0.15",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2", "zod": "^3.24.2",
"zustand": "^5.0.3" "zustand": "^5.0.3"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.21.0", "@eslint/js": "^9.23.0",
"@tanstack/router-devtools": "^1.106.0", "@tanstack/router-devtools": "^1.114.27",
"@tanstack/router-plugin": "^1.106.0", "@tanstack/router-plugin": "^1.114.27",
"@types/react": "^19.0.10", "@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@types/react-grid-layout": "^1.3.5", "@types/react-grid-layout": "^1.3.5",
"@vitejs/plugin-react-swc": "^3.8.0", "@vitejs/plugin-react-swc": "^3.8.1",
"eslint": "^9.21.0", "eslint": "^9.23.0",
"eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0", "globals": "^16.0.0",
"typescript": "~5.7.2", "typescript": "~5.8.2",
"typescript-eslint": "^8.24.1", "typescript-eslint": "^8.27.0",
"vite": "^6.2.0" "vite": "^6.2.2"
} }
} }

View File

@@ -18,8 +18,16 @@ export default defineConfig({
}, },
server: { server: {
proxy: { proxy: {
"/api": {target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`, changeOrigin: true}, "/api": {
"/ocme": {target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`, changeOrigin: true}, target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`,
changeOrigin: true,
secure: false,
},
"/ocme": {
target: `http://localhost:${Number(process.env.VITE_SERVER_PORT || 4400)}`,
changeOrigin: true,
secure: false,
},
}, },
}, },
}); });

20496
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,79 +1,81 @@
{ {
"name": "lstv2", "name": "lstv2",
"version": "2.8.0", "version": "2.8.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "concurrently -n \"server,frontend\" -c \"#007755,#2f6da3\" \"npm run dev:server\" \"cd frontend && npm run dev\"", "dev": "concurrently -n \"server,frontend\" -c \"#007755,#2f6da3\" \"npm run dev:server\" \"cd frontend && npm run dev\"",
"dev:server": "dotenvx run -f .env -- tsx watch server/index.ts", "dev:server": "dotenvx run -f .env -- tsx watch server/index.ts",
"dev:frontend": "cd frontend && npm run dev", "dev:frontend": "cd frontend && npm run dev",
"dev:dbgen": " drizzle-kit generate --config=drizzle-dev.config.ts", "dev:dbgen": " drizzle-kit generate --config=drizzle-dev.config.ts",
"dev:dbmigrate": " drizzle-kit migrate --config=drizzle-dev.config.ts", "dev:dbmigrate": " drizzle-kit migrate --config=drizzle-dev.config.ts",
"build": "npm run build:server && npm run build:frontend", "build": "npm run build:server && npm run build:frontend",
"build:server": "rimraf build && tsc --build && xcopy server\\scripts dist\\server\\scripts /E /I /Y && xcopy server\\services\\server\\utils\\serverData.json dist\\server\\services\\server\\utils /E /I /Y ", "build:server": "rimraf build && tsc --build && xcopy server\\scripts dist\\server\\scripts /E /I /Y && xcopy server\\services\\server\\utils\\serverData.json dist\\server\\services\\server\\utils /E /I /Y ",
"build:frontend": "cd frontend && npm run build", "build:frontend": "cd frontend && npm run build",
"start": "set NODE_ENV=production && npm run start:server", "start": "set NODE_ENV=production && npm run start:server",
"start:server": "dotenvx run -f .env -- node dist/server/index.js", "start:server": "dotenvx run -f .env -- node dist/server/index.js",
"db:generate": "npx drizzle-kit generate", "db:generate": "npx drizzle-kit generate",
"db:migrate": "npx drizzle-kit push", "db:migrate": "npx drizzle-kit push",
"db:dev": "npm run build && npm run db:generate && npm run db:migrate", "db:dev": "npm run build && npm run db:generate && npm run db:migrate",
"deploy": "standard-version --conventional-commits && npm run prodBuild", "deploy": "standard-version --conventional-commits && npm run prodBuild",
"zipServer": "dotenvx run -f .env -- tsx server/scripts/zipUpBuild.ts \"C:\\Users\\matthes01\\Documents\\lstv2\"", "zipServer": "dotenvx run -f .env -- tsx server/scripts/zipUpBuild.ts \"C:\\Users\\matthes01\\Documents\\lstv2\"",
"v1Build": "cd C:\\Users\\matthes01\\Documents\\logisticsSupportTool && npm run oldBuilder", "v1Build": "cd C:\\Users\\matthes01\\Documents\\logisticsSupportTool && npm run oldBuilder",
"prodBuild": "npm run v1Build && powershell -ExecutionPolicy Bypass -File server/scripts/build.ps1 -dir \"C:\\Users\\matthes01\\Documents\\lstv2\" && npm run zipServer", "prodBuild": "npm run v1Build && powershell -ExecutionPolicy Bypass -File server/scripts/build.ps1 -dir \"C:\\Users\\matthes01\\Documents\\lstv2\" && npm run zipServer",
"commit": "cz", "commit": "cz",
"prodinstall": "npm i --omit=dev && npm run db:migrate", "prodinstall": "npm i --omit=dev && npm run db:migrate",
"checkupdates": "npm-check-updates" "checkupdates": "npx npm-check-updates"
}, },
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^1.38.3", "@dotenvx/dotenvx": "^1.39.0",
"@hono/node-server": "^1.13.8", "@hono/node-server": "^1.14.0",
"@hono/zod-openapi": "^0.18.4", "@hono/node-ws": "^1.1.0",
"@scalar/hono-api-reference": "^0.5.175", "@hono/zod-openapi": "^0.19.2",
"@types/jsonwebtoken": "^9.0.8", "@scalar/hono-api-reference": "^0.7.2",
"adm-zip": "^0.5.16", "@types/jsonwebtoken": "^9.0.9",
"axios": "^1.7.9", "@types/ws": "^8.18.0",
"bcrypt": "^5.1.1", "adm-zip": "^0.5.16",
"compression": "^1.8.0", "axios": "^1.8.4",
"cookie": "^1.0.2", "bcrypt": "^5.1.1",
"date-fns": "^4.1.0", "compression": "^1.8.0",
"dotenv": "^16.4.7", "cookie": "^1.0.2",
"drizzle-kit": "^0.30.4", "date-fns": "^4.1.0",
"drizzle-orm": "^0.39.3", "dotenv": "^16.4.7",
"drizzle-zod": "^0.7.0", "drizzle-kit": "^0.30.5",
"fast-xml-parser": "^5.0.9", "drizzle-orm": "^0.41.0",
"jsonwebtoken": "^9.0.2", "drizzle-zod": "^0.7.0",
"mssql": "^11.0.1", "fast-xml-parser": "^5.0.9",
"nodemailer": "^6.10.0", "jsonwebtoken": "^9.0.2",
"nodemailer-express-handlebars": "^7.0.0", "mssql": "^11.0.1",
"pg": "^8.13.3", "nodemailer": "^6.10.0",
"pino": "^9.6.0", "nodemailer-express-handlebars": "^7.0.0",
"pino-abstract-transport": "^2.0.0", "pg": "^8.14.1",
"pino-pretty": "^13.0.0", "pino": "^9.6.0",
"postgres": "^3.4.5", "pino-abstract-transport": "^2.0.0",
"zod": "^3.24.2" "pino-pretty": "^13.0.0",
}, "postgres": "^3.4.5",
"devDependencies": { "zod": "^3.24.2"
"@types/adm-zip": "^0.5.7", },
"@types/bcrypt": "^5.0.2", "devDependencies": {
"@types/js-cookie": "^3.0.6", "@types/adm-zip": "^0.5.7",
"@types/mssql": "^9.1.7", "@types/bcrypt": "^5.0.2",
"@types/node": "^22.13.5", "@types/js-cookie": "^3.0.6",
"@types/pg": "^8.11.11", "@types/mssql": "^9.1.7",
"concurrently": "^8.2.0", "@types/node": "^22.13.11",
"cz-conventional-changelog": "^3.3.0", "@types/pg": "^8.11.11",
"dotenv": "^16.3.1", "concurrently": "^9.1.2",
"rimraf": "^6.0.1", "cz-conventional-changelog": "^3.3.0",
"standard-version": "^9.5.0", "dotenv": "^16.4.7",
"tsx": "^4.7.1", "rimraf": "^6.0.1",
"typescript": "~5.7.3" "standard-version": "^9.5.0",
}, "tsx": "^4.19.3",
"config": { "typescript": "~5.8.2"
"commitizen": { },
"path": "./node_modules/cz-conventional-changelog" "config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"admConfig": {
"build": 47,
"oldBuild": "backend-0.1.3.zip"
} }
}, }
"admConfig": {
"build": 47,
"oldBuild": "backend-0.1.3.zip"
}
}