|
11 | 11 | "start": "next start",
|
12 | 12 | "lint": "next lint",
|
13 | 13 | "prepare": "husky",
|
14 |
| - "postinstall": "npx prisma generate", |
| 14 | + "postinstall": "pnpm dlx prisma generate", |
15 | 15 | "test": "vitest",
|
16 | 16 | "coverage": "vitest run --coverage",
|
17 | 17 | "test:ci": "NODE_ENV=test vitest --watch=false",
|
|
24 | 24 | "build-storybook": "storybook build",
|
25 | 25 | "prisma:migrate": "prisma migrate dev",
|
26 | 26 | "prisma:generate": "prisma generate",
|
27 |
| - "cli:user:admin": "npx tsx src/core/user/infrastructure/cli/add-user.cli.ts admin", |
28 |
| - "cli:user:member": "npx tsx src/core/user/infrastructure/cli/add-user.cli.ts member" |
| 27 | + "cli:user:admin": "pnpm dlx tsx src/core/user/infrastructure/cli/add-user.cli.ts admin", |
| 28 | + "cli:user:member": "pnpm dlx tsx src/core/user/infrastructure/cli/add-user.cli.ts member" |
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 | 31 | "@aulasoftwarelibre/next-auth-firewall": "1.2.0",
|
32 |
| - "@auth/core": "^0.30.0", |
33 |
| - "@auth/prisma-adapter": "^2.0.0", |
34 |
| - "@heroicons/react": "^2.1.3", |
35 |
| - "@nextui-org/avatar": "^2.0.27", |
36 |
| - "@nextui-org/breadcrumbs": "^2.0.7", |
37 |
| - "@nextui-org/button": "^2.0.31", |
38 |
| - "@nextui-org/card": "^2.0.28", |
39 |
| - "@nextui-org/divider": "^2.0.27", |
40 |
| - "@nextui-org/dropdown": "^2.1.23", |
41 |
| - "@nextui-org/input": "^2.1.21", |
42 |
| - "@nextui-org/kbd": "^2.0.28", |
43 |
| - "@nextui-org/link": "^2.0.29", |
44 |
| - "@nextui-org/listbox": "^2.1.19", |
45 |
| - "@nextui-org/modal": "^2.0.33", |
46 |
| - "@nextui-org/navbar": "^2.0.30", |
47 |
| - "@nextui-org/progress": "^2.0.28", |
48 |
| - "@nextui-org/radio": "^2.0.28", |
49 |
| - "@nextui-org/switch": "^2.0.28", |
50 |
| - "@nextui-org/system": "^2.1.2", |
51 |
| - "@nextui-org/table": "^2.0.33", |
52 |
| - "@nextui-org/tabs": "^2.0.29", |
53 |
| - "@nextui-org/theme": "^2.2.3", |
54 |
| - "@nextui-org/user": "^2.0.28", |
55 |
| - "@prisma/client": "^5.13.0", |
56 |
| - "@react-aria/visually-hidden": "^3.8.11", |
| 32 | + "@auth/core": "^0.34.2", |
| 33 | + "@auth/prisma-adapter": "^2.4.2", |
| 34 | + "@heroicons/react": "^2.1.5", |
| 35 | + "@nextui-org/avatar": "2.0.32", |
| 36 | + "@nextui-org/breadcrumbs": "2.0.12", |
| 37 | + "@nextui-org/button": "2.0.37", |
| 38 | + "@nextui-org/card": "2.0.33", |
| 39 | + "@nextui-org/divider": "2.0.31", |
| 40 | + "@nextui-org/dropdown": "2.1.29", |
| 41 | + "@nextui-org/input": "2.2.4", |
| 42 | + "@nextui-org/kbd": "2.0.33", |
| 43 | + "@nextui-org/link": "2.0.34", |
| 44 | + "@nextui-org/listbox": "2.1.25", |
| 45 | + "@nextui-org/modal": "2.0.39", |
| 46 | + "@nextui-org/navbar": "2.0.36", |
| 47 | + "@nextui-org/progress": "2.0.33", |
| 48 | + "@nextui-org/radio": "2.1.4", |
| 49 | + "@nextui-org/switch": "2.0.33", |
| 50 | + "@nextui-org/system": "^2.2.5", |
| 51 | + "@nextui-org/table": "2.0.39", |
| 52 | + "@nextui-org/tabs": "2.0.35", |
| 53 | + "@nextui-org/theme": "^2.2.9", |
| 54 | + "@nextui-org/user": "2.0.33", |
| 55 | + "@prisma/client": "^5.19.1", |
| 56 | + "@react-aria/visually-hidden": "^3.8.15", |
57 | 57 | "amazon-buddy": "^2.2.45",
|
58 | 58 | "date-fns": "^3.6.0",
|
59 |
| - "framer-motion": "^11.1.9", |
60 |
| - "next": "14.2.3", |
| 59 | + "framer-motion": "^11.5.4", |
| 60 | + "next": "14.2.8", |
61 | 61 | "next-auth": "5.0.0-beta.9",
|
62 | 62 | "next-themes": "^0.3.0",
|
63 |
| - "nodemailer": "^6.9.13", |
| 63 | + "nodemailer": "^6.9.15", |
64 | 64 | "react": "^18.3.1",
|
65 | 65 | "react-dom": "^18.3.1",
|
66 | 66 | "react-hot-toast": "^2.4.1",
|
67 | 67 | "server-only": "^0.0.1",
|
68 |
| - "sharp": "^0.33.3", |
69 |
| - "ts-essentials": "^10.0.0", |
| 68 | + "sharp": "^0.33.5", |
| 69 | + "ts-essentials": "^10.0.2", |
70 | 70 | "ulid": "^2.3.0",
|
71 |
| - "use-debounce": "^10.0.0", |
72 |
| - "uuid": "^9.0.1", |
| 71 | + "use-debounce": "^10.0.3", |
| 72 | + "uuid": "^10.0.0", |
73 | 73 | "zod": "^3.23.8"
|
74 | 74 | },
|
75 | 75 | "devDependencies": {
|
76 |
| - "@commitlint/cli": "^19.3.0", |
77 |
| - "@commitlint/config-conventional": "19.2.2", |
78 |
| - "@playwright/test": "^1.44.0", |
79 |
| - "@storybook/addon-essentials": "^8.0.10", |
80 |
| - "@storybook/addon-interactions": "^8.0.10", |
81 |
| - "@storybook/addon-links": "^8.0.10", |
82 |
| - "@storybook/addon-onboarding": "^8.0.10", |
83 |
| - "@storybook/addon-themes": "^8.0.10", |
84 |
| - "@storybook/blocks": "^8.0.10", |
85 |
| - "@storybook/nextjs": "^8.0.10", |
86 |
| - "@storybook/react": "^8.0.10", |
87 |
| - "@storybook/testing-library": "^0.2.2", |
88 |
| - "@testcontainers/postgresql": "^10.9.0", |
89 |
| - "@testing-library/jest-dom": "^6.4.5", |
90 |
| - "@testing-library/react": "^15.0.7", |
| 76 | + "@commitlint/cli": "^19.4.1", |
| 77 | + "@commitlint/config-conventional": "19.4.1", |
| 78 | + "@playwright/test": "^1.47.0", |
| 79 | + "@storybook/addon-essentials": "^8.2.9", |
| 80 | + "@storybook/addon-interactions": "^8.2.9", |
| 81 | + "@storybook/addon-links": "^8.2.9", |
| 82 | + "@storybook/addon-onboarding": "^8.2.9", |
| 83 | + "@storybook/addon-themes": "^8.2.9", |
| 84 | + "@storybook/blocks": "^8.2.9", |
| 85 | + "@storybook/nextjs": "^8.2.9", |
| 86 | + "@storybook/react": "^8.2.9", |
| 87 | + "@storybook/test": "^8.2.9", |
| 88 | + "@testcontainers/postgresql": "^10.13.0", |
| 89 | + "@testing-library/jest-dom": "^6.5.0", |
| 90 | + "@testing-library/react": "^16.0.1", |
91 | 91 | "@types/lodash.clonedeep": "^4.5.9",
|
92 |
| - "@types/node": "^20.12.11", |
| 92 | + "@types/node": "^22.5.4", |
93 | 93 | "@types/nodemailer": "^6.4.15",
|
94 |
| - "@types/react": "^18.3.1", |
| 94 | + "@types/react": "^18.3.5", |
95 | 95 | "@types/react-dom": "^18.3.0",
|
96 |
| - "@types/uuid": "^9.0.8", |
97 |
| - "@typescript-eslint/eslint-plugin": "^7.8.0", |
98 |
| - "@typescript-eslint/parser": "^7.8.0", |
99 |
| - "@vitejs/plugin-react": "^4.2.1", |
100 |
| - "@vitest/coverage-v8": "1.6.0", |
101 |
| - "@vitest/ui": "1.6.0", |
102 |
| - "autoprefixer": "^10.4.19", |
| 96 | + "@types/uuid": "^10.0.0", |
| 97 | + "@typescript-eslint/eslint-plugin": "^8.4.0", |
| 98 | + "@typescript-eslint/parser": "^8.4.0", |
| 99 | + "@vitejs/plugin-react": "^4.3.1", |
| 100 | + "@vitest/coverage-v8": "2.0.5", |
| 101 | + "@vitest/ui": "2.0.5", |
| 102 | + "autoprefixer": "^10.4.20", |
103 | 103 | "dotenv": "^16.4.5",
|
104 | 104 | "eslint": "^8.57.0",
|
105 |
| - "eslint-config-next": "14.2.3", |
| 105 | + "eslint-config-next": "14.2.8", |
106 | 106 | "eslint-config-prettier": "^9.1.0",
|
107 |
| - "eslint-plugin-import": "^2.29.1", |
108 |
| - "eslint-plugin-prettier": "^5.1.3", |
109 |
| - "eslint-plugin-react": "^7.34.1", |
110 |
| - "eslint-plugin-simple-import-sort": "^12.1.0", |
| 107 | + "eslint-plugin-import": "^2.30.0", |
| 108 | + "eslint-plugin-prettier": "^5.2.1", |
| 109 | + "eslint-plugin-react": "^7.35.2", |
| 110 | + "eslint-plugin-simple-import-sort": "^12.1.1", |
111 | 111 | "eslint-plugin-sort": "^3.0.2",
|
112 | 112 | "eslint-plugin-storybook": "^0.8.0",
|
113 |
| - "eslint-plugin-unicorn": "^52.0.0", |
114 |
| - "eslint-plugin-unused-imports": "^3.2.0", |
115 |
| - "husky": "^9.0.11", |
116 |
| - "jsdom": "^24.0.0", |
| 113 | + "eslint-plugin-unicorn": "^55.0.0", |
| 114 | + "eslint-plugin-unused-imports": "^4.1.3", |
| 115 | + "husky": "^9.1.5", |
| 116 | + "jsdom": "^25.0.0", |
117 | 117 | "just-pnpm": "^1.0.2",
|
118 |
| - "lint-staged": "^15.2.2", |
| 118 | + "lint-staged": "^15.2.10", |
119 | 119 | "lodash.clonedeep": "^4.5.0",
|
120 |
| - "nextui-cli": "^0.2.1", |
121 |
| - "postcss": "^8.4.38", |
122 |
| - "prettier": "^3.2.5", |
123 |
| - "prettier-plugin-tailwindcss": "^0.5.14", |
124 |
| - "prisma": "^5.13.0", |
125 |
| - "rimraf": "^5.0.5", |
126 |
| - "storybook": "^8.0.10", |
127 |
| - "tailwindcss": "^3.4.3", |
128 |
| - "testcontainers": "^10.9.0", |
129 |
| - "tsx": "^4.9.3", |
130 |
| - "typescript": "^5.4.5", |
131 |
| - "vite-tsconfig-paths": "^4.3.2", |
132 |
| - "vitest": "1.6.0" |
| 120 | + "nextui-cli": "^0.3.4", |
| 121 | + "postcss": "^8.4.45", |
| 122 | + "prettier": "^3.3.3", |
| 123 | + "prettier-plugin-tailwindcss": "^0.6.6", |
| 124 | + "prisma": "^5.19.1", |
| 125 | + "rimraf": "^6.0.1", |
| 126 | + "storybook": "^8.2.9", |
| 127 | + "tailwindcss": "^3.4.10", |
| 128 | + "testcontainers": "^10.13.0", |
| 129 | + "tsx": "^4.19.0", |
| 130 | + "typescript": "^5.5.4", |
| 131 | + "vite-tsconfig-paths": "^5.0.1", |
| 132 | + "vitest": "2.0.5" |
133 | 133 | },
|
| 134 | + "packageManager": "[email protected]", |
134 | 135 | "commitlint": {
|
135 | 136 | "extends": [
|
136 | 137 | "@commitlint/config-conventional"
|
|
0 commit comments