|
21 | 21 | "apollo:generate": "apollo codegen:generate --target typescript --endpoint http://localhost:8082/graphql --outputFlat src/gql/generated --passthroughCustomScalars --customScalarsPrefix S8" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@apollo/client": "^3.4.17", |
| 24 | + "@apollo/client": "^3.6.6", |
25 | 25 | "@babel/core": "^7.16.0", |
26 | 26 | "@emotion/react": "^11.4.1", |
27 | 27 | "@emotion/server": "^11.4.0", |
28 | 28 | "@emotion/styled": "^11.3.0", |
29 | | - "@hcaptcha/react-hcaptcha": "^0.3.7", |
| 29 | + "@hcaptcha/react-hcaptcha": "^0.3.10", |
30 | 30 | "@mui/icons-material": "^5.0.4", |
31 | 31 | "@mui/lab": "^5.0.0-alpha.51", |
32 | 32 | "@mui/material": "^5.0.4", |
|
39 | 39 | "@types/js-beautify": "^1.13.3", |
40 | 40 | "@types/node": "^16.7.10", |
41 | 41 | "@types/qrcode.react": "^1.0.2", |
42 | | - "@types/react": "^17.0.34", |
| 42 | + "@types/react": "^17.0.45", |
43 | 43 | "@types/react-color": "^3.0.5", |
44 | | - "@types/react-dom": "^17.0.9", |
| 44 | + "@types/react-dom": "^17.0.17", |
45 | 45 | "@types/react-sparklines": "^1.7.1", |
46 | 46 | "@types/rimraf": "^3.0.2", |
47 | 47 | "@typescript-eslint/eslint-plugin": "^5.3.1", |
|
75 | 75 | "react-chartjs-2": "3.3.0", |
76 | 76 | "react-color": "^2.19.3", |
77 | 77 | "react-dom": "17.0.2", |
78 | | - "react-json-tree": "^0.15.0", |
| 78 | + "react-json-tree": "^0.17.0", |
79 | 79 | "react-sparklines": "^1.7.0", |
80 | 80 | "rimraf": "^3.0.2", |
81 | | - "shiki": "^0.9.11", |
| 81 | + "shiki": "^0.10.1", |
82 | 82 | "ts-node": "^10.4.0", |
83 | | - "typescript": "^4.4.4", |
| 83 | + "typescript": "^4.7.2", |
84 | 84 | "wasm-dce": "^1.0.2", |
85 | 85 | "wasm-loader": "^1.3.0", |
86 | 86 | "webpack": "^5.51.2", |
87 | 87 | "webpack-bundle-analyzer": "^4.5.0" |
| 88 | + }, |
| 89 | + "resolutions": { |
| 90 | + "lodash": "4.17.21", |
| 91 | + "git-parse": "^2.1.1", |
| 92 | + "@types/react": "17.0.45", |
| 93 | + "@types/react-dom": "^17.0.17", |
| 94 | + "shelljs": "^0.8.5" |
88 | 95 | } |
89 | 96 | } |
0 commit comments