|
15 | 15 | "test-all": "yarn lint && yarn type-check && yarn format"
|
16 | 16 | },
|
17 | 17 | "dependencies": {
|
18 |
| - "@hookform/resolvers": "^2.8.3", |
19 |
| - "@next-auth/prisma-adapter": "0.5.2-next.19", |
20 |
| - "@prisma/client": "3.5.0", |
| 18 | + "@hookform/resolvers": "^2.8.4", |
| 19 | + "@next-auth/prisma-adapter": "1.0.1", |
| 20 | + "@prisma/client": "3.6.0", |
21 | 21 | "axios": "^0.24.0",
|
22 | 22 | "bcryptjs": "^2.4.3",
|
23 | 23 | "express": "^4.17.1",
|
24 |
| - "multer": "^1.4.3", |
25 |
| - "next": "11.1.2", |
26 |
| - "next-auth": "4.0.0-beta.6", |
| 24 | + "multer": "^1.4.4", |
| 25 | + "next": "12.0.7", |
| 26 | + "next-auth": "4.0.5", |
27 | 27 | "next-connect": "^0.11.0",
|
28 | 28 | "next-validations": "^0.1.10",
|
29 | 29 | "react": "17.0.2",
|
30 | 30 | "react-dom": "17.0.2",
|
31 | 31 | "react-dropzone": "^11.4.2",
|
32 |
| - "react-hook-form": "^7.20.4", |
33 |
| - "sass": "^1.44.0", |
| 32 | + "react-hook-form": "^7.21.2", |
| 33 | + "sass": "^1.45.0", |
34 | 34 | "zod": "^3.11.6"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 | 37 | "@types/bcryptjs": "^2.4.2",
|
38 | 38 | "@types/express": "^4.17.13",
|
39 | 39 | "@types/multer": "^1.4.7",
|
40 |
| - "@types/node": "16.4.2", |
41 |
| - "@types/react": "17.0.34", |
| 40 | + "@types/node": "16.11.12", |
| 41 | + "@types/react": "17.0.37", |
42 | 42 | "@types/react-dom": "^17.0.8",
|
43 |
| - "@typescript-eslint/eslint-plugin": "^4.14.2", |
44 |
| - "@typescript-eslint/parser": "^4.14.2", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.6.0", |
| 44 | + "@typescript-eslint/parser": "^5.6.0", |
45 | 45 | "autoprefixer": "^10.4.0",
|
46 |
| - "eslint": "^7.19.0", |
47 |
| - "eslint-config-prettier": "^7.2.0", |
48 |
| - "eslint-plugin-react": "^7.19.0", |
| 46 | + "eslint": "^8.4.1", |
| 47 | + "eslint-config-prettier": "^8.3.0", |
| 48 | + "eslint-plugin-react": "^7.27.1", |
49 | 49 | "nodemon": "^2.0.15",
|
50 | 50 | "postcss": "^8.4.4",
|
51 |
| - "prettier": "^2.0.2", |
52 |
| - "prisma": "3.5.0", |
| 51 | + "prettier": "^2.5.1", |
| 52 | + "prisma": "3.6.0", |
53 | 53 | "stylelint": "^14.1.0",
|
54 | 54 | "stylelint-config-recommended-scss": "^5.0.2",
|
55 |
| - "stylelint-scss": "^4.0.0", |
56 |
| - "tailwindcss": "^3.0.0", |
| 55 | + "stylelint-scss": "^4.0.1", |
| 56 | + "tailwindcss": "^3.0.1", |
57 | 57 | "ts-node": "10.4.0",
|
58 |
| - "typescript": "4.4.4" |
| 58 | + "typescript": "4.5.3" |
59 | 59 | },
|
60 | 60 | "prisma": {
|
61 | 61 | "seed": "ts-node prisma/seed.ts"
|
|
0 commit comments