aboutsummaryrefslogtreecommitdiff
path: root/vnext
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
parent6ab6d99c65490e1b96c229a7d2e6664b2e3fcda5 (diff)
dependency updates
Diffstat (limited to 'vnext')
-rw-r--r--vnext/package.json6
-rw-r--r--vnext/yarn.lock18
2 files changed, 12 insertions, 12 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"
}
diff --git a/vnext/yarn.lock b/vnext/yarn.lock
index c26e8d87..4773f3cb 100644
--- a/vnext/yarn.lock
+++ b/vnext/yarn.lock
@@ -3965,18 +3965,18 @@ rc@^1.0.1, rc@^1.1.6, rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"
-react-dom@^16.4.0:
- version "16.4.0"
- resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.0.tgz#099f067dd5827ce36a29eaf9a6cdc7cbf6216b1e"
+react-dom@^16.4.1:
+ version "16.4.1"
+ resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.4.1.tgz#7f8b0223b3a5fbe205116c56deb85de32685dad6"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"
-react-markdown@^3.3.2:
- version "3.3.2"
- resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-3.3.2.tgz#35d305e8a29b640717b9dac4658a1caeafd44c94"
+react-markdown@^3.3.3:
+ version "3.3.3"
+ resolved "https://registry.yarnpkg.com/react-markdown/-/react-markdown-3.3.3.tgz#1e57e63e9f4e87d2919a51d77815b803f4b7b5d6"
dependencies:
prop-types "^15.6.1"
remark-parse "^5.0.0"
@@ -4007,9 +4007,9 @@ react-router@^4.3.1:
prop-types "^15.6.1"
warning "^4.0.1"
-react@^16.4.0:
- version "16.4.0"
- resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"
+react@^16.4.1:
+ version "16.4.1"
+ resolved "https://registry.yarnpkg.com/react/-/react-16.4.1.tgz#de51ba5764b5dbcd1f9079037b862bd26b82fe32"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"