aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-16 18:19:21 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:52 +0300
commitb96369be938bd767c35d3e0a888eeda3c9c79d10 (patch)
treea4575f4c7d150dc16e3847f69d5a905a9b1f6008 /vnext/package.json
parent6ab6d99c65490e1b96c229a7d2e6664b2e3fcda5 (diff)
dependency updates
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json
index b0e26626..b9da239e 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -36,9 +36,9 @@
},
"dependencies": {
"query-string": "^6.1.0",
- "react": "^16.4.0",
- "react-dom": "^16.4.0",
- "react-markdown": "^3.3.2",
+ "react": "^16.4.1",
+ "react-dom": "^16.4.1",
+ "react-markdown": "^3.3.3",
"react-router-dom": "^4.3.1",
"whatwg-fetch": "^2.0.4"
}