|
29 | 29 | "url": "https://github.com/ocadotechnology/codeforlife-package-javascript/issues"
|
30 | 30 | },
|
31 | 31 | "homepage": "https://github.com/ocadotechnology/codeforlife-package-javascript#readme",
|
32 |
| - "//": [ |
33 |
| - "Types for dependencies must also be included as they are required for TS", |
34 |
| - " to build the app." |
35 |
| - ], |
36 | 32 | "dependencies": {
|
37 | 33 | "@emotion/react": "^11.10.6",
|
38 | 34 | "@emotion/styled": "^11.10.6",
|
39 | 35 | "@mui/icons-material": "^5.11.11",
|
40 | 36 | "@mui/material": "^5.11.12",
|
41 | 37 | "@reduxjs/toolkit": "^2.0.1",
|
42 |
| - "@types/js-cookie": "^3.0.3", |
43 |
| - "@types/node": "^20.14.2", |
44 |
| - "@types/qs": "^6.9.7", |
45 | 38 | "formik": "^2.2.9",
|
46 | 39 | "js-cookie": "^3.0.5",
|
47 | 40 | "qs": "^6.11.2",
|
|
52 | 45 | "@testing-library/jest-dom": "^6.2.0",
|
53 | 46 | "@testing-library/react": "^14.1.2",
|
54 | 47 | "@testing-library/user-event": "^14.5.2",
|
55 |
| - "@types/node": "^20.2.5", |
| 48 | + "@types/js-cookie": "^3.0.3", |
| 49 | + "@types/node": "^20.14.2", |
| 50 | + "@types/qs": "^6.9.7", |
56 | 51 | "@types/react": "^18.2.47",
|
57 | 52 | "@types/react-dom": "^18.2.18",
|
58 | 53 | "@vitejs/plugin-react": "^4.2.1",
|
|
72 | 67 | "react-redux": "^9.1.0",
|
73 | 68 | "react-router-dom": "^6.8.2"
|
74 | 69 | },
|
| 70 | + "//": [ |
| 71 | + "Types for dependencies must also be included in `peerDependencies` as", |
| 72 | + "they are required by TypeScript to build the app." |
| 73 | + ], |
75 | 74 | "peerDependencies": {
|
| 75 | + "@types/js-cookie": "^3.0.3", |
| 76 | + "@types/node": "^20.14.2", |
| 77 | + "@types/qs": "^6.9.7", |
| 78 | + "@types/react": "^18.2.47", |
| 79 | + "@types/react-dom": "^18.2.18", |
76 | 80 | "react": "^18.2.0",
|
77 | 81 | "react-dom": "^18.2.0",
|
78 | 82 | "react-redux": "^9.1.0",
|
|
0 commit comments