|
60 | 60 | "lodash": "^4.17.21", |
61 | 61 | "prop-types": "^15.8.1", |
62 | 62 | "react-icons": "^4.3.1", |
63 | | - "react-is": "^17.0.2", |
| 63 | + "react-is": "^18.1.0", |
64 | 64 | "react-redux": "^8.0.1", |
65 | 65 | "redux": "^4.2.0", |
66 | 66 | "redux-persist": "^6.0.0", |
|
76 | 76 | "@babel/preset-typescript": "^7.17.12", |
77 | 77 | "@rjsf/core": "^4.2.0", |
78 | 78 | "@testing-library/jest-dom": "^5.16.4", |
79 | | - "@testing-library/react": "^12.1.5", |
| 79 | + "@testing-library/react": "^13.3.0", |
80 | 80 | "@types/jest": "^27.5.1", |
81 | 81 | "@types/jsan": "^3.1.2", |
82 | 82 | "@types/json-schema": "^7.0.11", |
83 | 83 | "@types/lodash": "^4.14.182", |
84 | 84 | "@types/node": "^16.11.36", |
85 | | - "@types/react": "^17.0.45", |
86 | | - "@types/react-dom": "^17.0.17", |
| 85 | + "@types/react": "^18.0.9", |
| 86 | + "@types/react-dom": "^18.0.5", |
87 | 87 | "@types/socketcluster-client": "^13.0.5", |
88 | 88 | "@types/styled-components": "^5.1.25", |
89 | 89 | "@types/testing-library__jest-dom": "^5.14.3", |
|
103 | 103 | "html-webpack-plugin": "^5.5.0", |
104 | 104 | "jest": "^27.5.1", |
105 | 105 | "path-browserify": "^1.0.1", |
106 | | - "react": "^17.0.2", |
107 | | - "react-dom": "^17.0.2", |
| 106 | + "react": "^18.1.0", |
| 107 | + "react-dom": "^18.1.0", |
108 | 108 | "rimraf": "^3.0.2", |
109 | 109 | "style-loader": "^3.3.1", |
110 | 110 | "styled-components": "^5.3.5", |
|
116 | 116 | "webpack-dev-server": "^4.9.0" |
117 | 117 | }, |
118 | 118 | "peerDependencies": { |
119 | | - "@types/react": "^16.3.0 || ^17.0.0", |
| 119 | + "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", |
120 | 120 | "@types/styled-components": "^5.1.25", |
121 | | - "react": "^16.3.0 || ^17.0.0", |
| 121 | + "react": "^16.3.0 || ^17.0.0 || ^18.0.0", |
122 | 122 | "styled-components": "^5.3.5" |
123 | 123 | } |
124 | 124 | } |
0 commit comments