|
5 | 5 | "scripts": {
|
6 | 6 | "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
|
7 | 7 | "build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
|
8 |
| - "test": "pnpm run build", |
9 |
| - "testonly": "pnpm run build" |
| 8 | + "test": "yarn run build", |
| 9 | + "testonly": "yarn run build" |
10 | 10 | },
|
11 | 11 | "eslintConfig": {
|
12 | 12 | "extends": [
|
|
31 | 31 | "@accounts/client": "^0.33.1",
|
32 | 32 | "@accounts/client-password": "^0.32.2",
|
33 | 33 | "@accounts/graphql-client": "^0.33.1",
|
34 |
| - "@apollo/client": "3.7.14", |
35 |
| - "@material-ui/core": "4.12.3", |
36 |
| - "@material-ui/styles": "4.11.4", |
37 |
| - "graphql": "16.6.0", |
| 34 | + "@apollo/client": "3.8.3", |
| 35 | + "@emotion/react": "11.11.1", |
| 36 | + "@emotion/styled": "11.11.0", |
| 37 | + "@mui/material": "5.14.8", |
| 38 | + "@mui/styles": "5.14.7", |
| 39 | + "graphql": "16.8.0", |
38 | 40 | "graphql-tag": "2.12.6",
|
39 |
| - "qrcode.react": "1.0.1", |
40 |
| - "react": "17.0.2", |
41 |
| - "react-dom": "17.0.2", |
42 |
| - "react-router": "5.2.1", |
43 |
| - "react-router-dom": "5.3.0", |
44 |
| - "tslib": "2.5.2" |
| 41 | + "qrcode.react": "3.1.0", |
| 42 | + "react": "18.2.0", |
| 43 | + "react-dom": "18.2.0", |
| 44 | + "react-router": "5.3.4", |
| 45 | + "react-router-dom": "5.3.4", |
| 46 | + "tslib": "2.6.2" |
45 | 47 | },
|
46 | 48 | "devDependencies": {
|
47 |
| - "@types/node": "20.2.3", |
48 |
| - "@types/qrcode.react": "1.0.2", |
49 |
| - "@types/react": "17.0.38", |
50 |
| - "@types/react-dom": "17.0.11", |
51 |
| - "@types/react-router": "5.1.18", |
| 49 | + "@types/qrcode.react": "1.0.3", |
| 50 | + "@types/react": "18.2.21", |
| 51 | + "@types/react-dom": "18.2.7", |
| 52 | + "@types/react-router": "5.1.20", |
52 | 53 | "@types/react-router-dom": "5.3.3",
|
53 |
| - "eslint-config-react-app": "7.0.0", |
54 |
| - "react-scripts": "5.0.0", |
55 |
| - "typescript": "5.0.4", |
56 |
| - "web-vitals": "1.1.2" |
| 54 | + "eslint": "8.49.0", |
| 55 | + "eslint-config-react-app": "7.0.1", |
| 56 | + "react-scripts": "5.0.1", |
| 57 | + "web-vitals": "3.4.0" |
57 | 58 | }
|
58 | 59 | }
|
0 commit comments