Updated several dependency versions across multiple packages. This includes updating "@supabase/supabase-js" from "^2.43.5" to "^2.44.1", "lucide-react" from "^0.396.0" to "^0.397.0", and "@stripe/react-stripe-js" from "^2.7.1" to "^2.7.2". Also, some dependencies in the lock file were updated.
23 lines
540 B
JSON
23 lines
540 B
JSON
{
|
|
"name": "@kit/prettier-config",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{mjs,json}\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.0",
|
|
"next": "14.2.4",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/tsconfig": "workspace:^",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"prettier": "./index.mjs"
|
|
}
|