diff options
| author | Hank <hank@mullvad.net> | 2022-10-04 09:34:37 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-07 14:57:32 +0200 |
| commit | 19495eb2d65b6e69b13734f52fcb736ccacbaa28 (patch) | |
| tree | 0329d7a65369479c129c5423bf0531daaba64860 /gui/package.json | |
| parent | 4726949b85409139378c1f97269b13d1a65750af (diff) | |
| download | mullvadvpn-19495eb2d65b6e69b13734f52fcb736ccacbaa28.tar.xz mullvadvpn-19495eb2d65b6e69b13734f52fcb736ccacbaa28.zip | |
Update react and react-dom
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/package.json b/gui/package.json index 812da7a07d..04a9fc87d9 100644 --- a/gui/package.json +++ b/gui/package.json @@ -19,8 +19,8 @@ "google-protobuf": "^3.21.0", "node-gettext": "^3.0.0", "rbush": "^2.0.2", - "react": "^17.0.2", - "react-dom": "^17.0.2", + "react": "^18.2.0", + "react-dom": "^18.2.0", "react-redux": "^7.2.2", "react-router": "^5.1.2", "react-simple-maps": "^3.0.0", @@ -45,8 +45,8 @@ "@types/node": "^16.11.26", "@types/node-gettext": "^3.0.3", "@types/rbush": "^2.0.2", - "@types/react": "^16.9.56", - "@types/react-dom": "^16.9.9", + "@types/react": "^18.0.21", + "@types/react-dom": "^18.0.6", "@types/react-redux": "^7.1.24", "@types/react-router": "^5.1.19", "@types/react-simple-maps": "^1.0.8", |
