Skip to content

Commit 1dcbfe0

Browse files
Merge pull request #17 from do-community/Yashsharma1911-patch-1
Fixed security issues with older React version in Emojivoto
2 parents 751c9c1 + 5ef7c48 commit 1dcbfe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

emojivoto/emojivoto-web/webapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dependencies": {
77
"@babel/polyfill": "^7.8.7",
88
"path": "^0.12.7",
9-
"react": "^16.13.1",
10-
"react-dom": "^16.13.1",
9+
"react": "^19.1.2",
10+
"react-dom": "^19.1.2",
1111
"react-router-dom": "^5.1.2",
1212
"whatwg-fetch": "^3.0.0"
1313
},

0 commit comments

Comments
 (0)