Actualización de paquetes

This commit is contained in:
David Arranz 2025-10-28 19:29:08 +01:00
parent 8a3bc7ac45
commit 055d70f05a
13 changed files with 373 additions and 364 deletions

View File

@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.3.1",
"@repo/typescript-config": "workspace:*",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.19",
@ -34,9 +34,9 @@
"@types/passport-local": "^1.0.38",
"@types/response-time": "^2.3.8",
"tsconfig-paths": "^4.2.0",
"tsup": "8.4.0",
"tsx": "4.19.4",
"typescript": "^5.8.3"
"tsup": "8.5.0",
"tsx": "4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@erp/auth": "workspace:*",

View File

@ -13,7 +13,7 @@
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.3.1",
"@tanstack/react-query-devtools": "^5.74.11",
"@types/dinero.js": "^1.9.4",
"@types/node": "^22.15.12",

View File

@ -15,11 +15,11 @@
"zod": "^3.25.67"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.3.1",
"@types/express": "^4.17.21",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"@erp/core": "workspace:*",

View File

@ -19,7 +19,7 @@
"@types/dinero.js": "^1.9.4",
"@types/express": "^4.17.21",
"@types/react": "^19.1.2",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",

View File

@ -33,7 +33,7 @@
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@types/react-router-dom": "^5.3.3",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"@ag-grid-community/locale": "34.0.0",

View File

@ -27,9 +27,8 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/react": "^19.1.2",
"@types/react-i18next": "^8.1.0",
"@types/react-router-dom": "^5.3.3",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"dependencies": {

View File

@ -19,14 +19,14 @@
"clean": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \\;"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@biomejs/biome": "2.3.1",
"@repo/typescript-config": "workspace:*",
"change-case": "^5.4.4",
"inquirer": "^12.5.2",
"inquirer": "^12.10.0",
"plop": "^4.0.4",
"ts-node": "^10.9.2",
"turbo": "^2.5.1",
"typescript": "5.8.3"
"turbo": "^2.5.8",
"typescript": "5.9.3"
},
"engines": {
"node": ">=18"

View File

@ -13,7 +13,7 @@
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.15.12",
"@types/dinero.js": "^1.9.4",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"@repo/rdx-utils": "workspace:*",

View File

@ -10,7 +10,7 @@
".": "./src/index.ts"
},
"devDependencies": {
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"cls-rtracer": "^2.6.3",

View File

@ -13,7 +13,9 @@
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
"./locales/*": "./src/locales/*",
"./hooks": ["./src/hooks/index.ts"]
"./hooks": [
"./src/hooks/index.ts"
]
},
"peerDependencies": {
"date-fns": "^4.1.0",
@ -21,11 +23,11 @@
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.58.1",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"zod": "^4.1.11"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.3.1",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@turbo/gen": "^2.5.2",
@ -38,7 +40,6 @@
"tailwindcss": "^4.1.5",
"tsup": "^8.4.0",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite-tsconfig-paths": "^5.1.4"
},

View File

@ -12,7 +12,7 @@
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/node": "^22.15.12",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"dependencies": {
"joi": "^17.13.3",

View File

@ -10,7 +10,10 @@
"./components": "./src/components/index.tsx",
"./components/*": "./src/components/*.tsx",
"./lib/*": "./src/lib/*.ts",
"./hooks/*": ["./src/hooks/*.ts", "./src/hooks/*/index.ts"]
"./hooks/*": [
"./src/hooks/*.ts",
"./src/hooks/*/index.ts"
]
},
"scripts": {
"lint": "biome lint --fix",
@ -20,10 +23,10 @@
"lucide-react": "^0.503.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@biomejs/biome": "^2.3.1",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@turbo/gen": "^2.5.2",

File diff suppressed because it is too large Load Diff