|
1 | 1 | {
|
2 |
| - "name": "ra-prisma-nextjs-admin", |
| 2 | + "name": "admin", |
3 | 3 | "version": "0.0.0",
|
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
|
10 | 10 | "kill": "kill -9 $(lsof -t -i:3020)"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@babel/core": "7.21.3", |
14 |
| - "@mui/icons-material": "^5.11.11", |
15 |
| - "@mui/material": "^5.11.13", |
16 |
| - "@mui/styles": "^5.11.13", |
17 |
| - "axios": "^0.27.2", |
| 13 | + "@babel/core": "7.21.4", |
| 14 | + "@mui/icons-material": "^5.11.16", |
| 15 | + "@mui/material": "^5.12.0", |
| 16 | + "@mui/styles": "^5.12.0", |
| 17 | + "axios": "^1.3.5", |
18 | 18 | "db": "workspace:*",
|
19 | 19 | "lodash": "^4.17.21",
|
20 |
| - "next": "13.2.4", |
21 |
| - "next-auth": "^4.20.1", |
| 20 | + "next": "13.3.0", |
| 21 | + "next-auth": "^4.22.0", |
22 | 22 | "next-auth-prisma-adapter": "workspace:*",
|
23 | 23 | "ra-data-simple-prisma": "workspace:*",
|
24 | 24 | "react": "18.2.0",
|
25 |
| - "react-admin": "^4.8.4", |
| 25 | + "react-admin": "^4.9.2", |
26 | 26 | "react-admin-json-view": "^2.0.0",
|
27 | 27 | "react-dom": "18.2.0"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@types/lodash": "^4.14.191", |
31 |
| - "@types/node": "18.15.3", |
32 |
| - "@types/react": "18.0.28", |
| 30 | + "@types/lodash": "^4.14.192", |
| 31 | + "@types/node": "18.15.11", |
| 32 | + "@types/react": "18.0.34", |
33 | 33 | "@types/react-dom": "18.0.11",
|
34 | 34 | "config": "workspace:*",
|
35 |
| - "eslint": "8.36.0", |
36 |
| - "eslint-config-next": "13.2.4", |
37 |
| - "typescript": "5.0.2" |
| 35 | + "eslint": "8.38.0", |
| 36 | + "eslint-config-next": "13.3.0", |
| 37 | + "typescript": "5.0.4" |
38 | 38 | }
|
39 | 39 | }
|
0 commit comments