Skip to content

Commit

Permalink
Merge pull request #1491 from OfficeDev/v-mfurquan/meeting-live-code-…
Browse files Browse the repository at this point in the history
…Intervw-fixes

Updated Package.Json file to fix compilation issues (Meeting-live-code-interview)
  • Loading branch information
Mohammed-MSFT authored Dec 31, 2024
2 parents 5e5ba3a + 5ec3b11 commit 7d7fdc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions samples/meetings-live-code-interview/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.17.1",
"assert": "^2.1.0",
"axios": "^0.21.4",
"browserslist": "^4.24.2",
"cors": "^2.8.5",
Expand All @@ -25,12 +27,14 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.2.2",
"react-scripts": "^4.0.0",
"react-scripts": "^5.0.1",
"use-resize-observer": "^8.0.0",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"webpack": "^5.97.1"
},
"devDependencies": {
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@fluidframework/test-client-utils": "^0.59.4003",
"env-cmd": "^10.1.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit 7d7fdc5

Please sign in to comment.