Skip to content

Commit

Permalink
Merge pull request #1094 from dm3-org/messenger-web-fix
Browse files Browse the repository at this point in the history
Messenger web fix
  • Loading branch information
Bhupesh-mfsi authored Jul 15, 2024
2 parents cba95f2 + 737cc57 commit 2cf0727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions packages/messenger-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"postcss": "^8.4.24",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"typescript": "^4.7.3",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "^18.3.1"
},
"scripts": {
"start:dev": "react-app-rewired start",
"start": "node server.js",
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,7 @@ __metadata:
path-browserify: ^1.0.1
postcss: ^8.4.24
process: ^0.11.10
react: ^18.3.1
react-app-rewired: ^2.2.1
react-dom: ^18.2.0
stream-browserify: ^3.0.0
Expand All @@ -2393,8 +2394,6 @@ __metadata:
url: ^0.11.0
web-vitals: ^2.1.4
yarn: ^1.22.19
peerDependencies:
react: ^18.3.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 2cf0727

Please sign in to comment.