Update package versions in multiple json files

Updated the package versions of "typescript", "lucide-react", "@radix-ui/react-dialog" and several other dependencies across multiple json files. The pnpm-lock.yaml file was also updated to reflect these changes in dependencies. This ensures that we use the most up-to-date versions of these packages in our project.
This commit is contained in:
gbuomprisco
2024-06-22 15:41:41 +08:00
parent 9294e1c823
commit a6ff3af677
14 changed files with 477 additions and 348 deletions

View File

@@ -28,7 +28,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"eslintConfig": {
"root": true,

View File

@@ -16,7 +16,7 @@
},
"devDependencies": {
"@kit/tsconfig": "workspace:^",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"prettier": "./index.mjs"
}

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:^",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"eslintConfig": {
"root": true,