Skip to content

Commit 87e70de

Browse files
authored
Upgrade react and react-dom to latest versions (#46)
1 parent bc39370 commit 87e70de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@angular/core": "^7.0.3",
5656
"@angular/platform-browser-dynamic": "^7.0.3",
5757
"@angular/platform-browser": "^7.0.3",
58-
"react-dom": "^16.4.1",
59-
"react": "^16.4.1"
58+
"react-dom": "^16.6.3",
59+
"react": "^16.6.3"
6060
},
6161
"dependencies": {
6262
"css-to-style": "^1.2.1",

0 commit comments

Comments
 (0)