Update dependencies in package.json and pnpm-lock.yaml
Updated multiple dependencies to their latest versions in both package.json and pnpm-lock.yaml. This ensures compatibility and incorporates the latest features and security fixes.
This commit is contained in:
parent
91b87237b2
commit
27e21f2289
50
package.json
50
package.json
@ -7,12 +7,12 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fontsource/ubuntu": "^5.0.14",
|
||||
"@nestjs/common": "^10.4.1",
|
||||
"@fontsource/ubuntu": "^5.1.0",
|
||||
"@nestjs/common": "^10.4.4",
|
||||
"@nestjs/config": "^3.2.3",
|
||||
"@nestjs/core": "^10.4.1",
|
||||
"@nestjs/core": "^10.4.4",
|
||||
"@nestjs/mapped-types": "*",
|
||||
"@nestjs/platform-express": "^10.4.1",
|
||||
"@nestjs/platform-express": "^10.4.4",
|
||||
"@radix-ui/react-accordion": "^1.2.0",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.1",
|
||||
"@radix-ui/react-aspect-ratio": "^1.1.0",
|
||||
@ -39,42 +39,44 @@
|
||||
"@radix-ui/react-toggle": "^1.1.0",
|
||||
"@radix-ui/react-toggle-group": "^1.1.0",
|
||||
"@radix-ui/react-tooltip": "^1.1.2",
|
||||
"axios": "^1.7.4",
|
||||
"axios": "^1.7.7",
|
||||
"class-transformer": "^0.5.1",
|
||||
"class-validator": "^0.14.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.0.0",
|
||||
"drizzle-kit": "^0.24.0",
|
||||
"drizzle-kit": "^0.24.2",
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"drizzle-zod": "^0.5.1",
|
||||
"embla-carousel-react": "^8.2.0",
|
||||
"file-type": "^19.4.1",
|
||||
"embla-carousel-react": "^8.3.0",
|
||||
"file-type": "^19.5.0",
|
||||
"input-otp": "^1.2.4",
|
||||
"lucide-react": "^0.429.0",
|
||||
"next": "14.2.3",
|
||||
"next-themes": "^0.3.0",
|
||||
"postgres": "^3.4.4",
|
||||
"react": "18.3.1",
|
||||
"react-day-picker": "^9.0.8",
|
||||
"react-day-picker": "^9.1.2",
|
||||
"react-dom": "18.3.1",
|
||||
"react-resizable-panels": "^2.1.1",
|
||||
"react-resizable-panels": "^2.1.3",
|
||||
"recharts": "^2.12.7",
|
||||
"reflect-metadata": "^0.1.14",
|
||||
"rxjs": "^7.8.1",
|
||||
"sonner": "^1.5.0",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tslib": "^2.6.3"
|
||||
"tslib": "^2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.8.3",
|
||||
"@biomejs/biome": "^1.9.2",
|
||||
"@nestjs/schematics": "^10.1.4",
|
||||
"@nestjs/testing": "^10.4.1",
|
||||
"@nestjs/testing": "^10.4.4",
|
||||
"@nx/cypress": "19.6.1",
|
||||
"@nx/eslint": "19.6.1",
|
||||
"@nx/eslint-plugin": "19.6.1",
|
||||
"@nx/jest": "19.6.1",
|
||||
"@nx/js": "19.6.1",
|
||||
"@nx/nest": "^19.6.2",
|
||||
"@nx/nest": "^19.8.0",
|
||||
"@nx/next": "19.6.1",
|
||||
"@nx/node": "19.6.1",
|
||||
"@nx/react": "19.6.1",
|
||||
@ -82,21 +84,21 @@
|
||||
"@nx/webpack": "19.6.1",
|
||||
"@nx/workspace": "19.6.1",
|
||||
"@swc-node/register": "~1.9.2",
|
||||
"@swc/cli": "~0.3.12",
|
||||
"@swc/cli": "~0.3.14",
|
||||
"@swc/core": "~1.5.29",
|
||||
"@swc/helpers": "~0.5.12",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@swc/helpers": "~0.5.13",
|
||||
"@types/jest": "^29.5.13",
|
||||
"@types/node": "18.16.9",
|
||||
"@types/react": "18.3.1",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
||||
"@typescript-eslint/parser": "^7.16.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||
"@typescript-eslint/parser": "^7.18.0",
|
||||
"autoprefixer": "10.4.13",
|
||||
"babel-jest": "^29.7.0",
|
||||
"cypress": "^13.13.3",
|
||||
"eslint": "~8.57.0",
|
||||
"cypress": "^13.14.2",
|
||||
"eslint": "~8.57.1",
|
||||
"eslint-config-next": "14.2.3",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jsx-a11y": "6.7.1",
|
||||
"eslint-plugin-react": "7.32.2",
|
||||
@ -106,9 +108,9 @@
|
||||
"jest-environment-node": "^29.7.0",
|
||||
"nx": "19.6.1",
|
||||
"postcss": "8.4.38",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier": "^2.8.8",
|
||||
"tailwindcss": "3.4.3",
|
||||
"ts-jest": "^29.2.4",
|
||||
"ts-jest": "^29.2.5",
|
||||
"ts-node": "10.9.1",
|
||||
"typescript": "~5.5.4",
|
||||
"webpack-cli": "^5.1.4"
|
||||
|
1555
pnpm-lock.yaml
generated
1555
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user