Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Oct 5, 2024
1 parent 27b9b2a commit 9d37814
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 43 deletions.
43 changes: 20 additions & 23 deletions third_party/openai-realtime-console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 20 additions & 20 deletions third_party/openai-realtime-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@
"private": true,
"dependencies": {
"@openai/realtime-api-beta": "github:openai/openai-realtime-api-beta",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/leaflet": "^1.9.12",
"@types/node": "^16.18.108",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.5.2",
"@types/leaflet": "1.9.12",
"@types/node": "16.18.108",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"dotenv": "^16.4.5",
"leaflet": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-leaflet": "^4.2.1",
"react-scripts": "^5.0.1",
"sass": "^1.78.0",
"save": "^2.9.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"ws": "^8.18.0"
"dotenv": "16.4.5",
"leaflet": "1.9.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "2.0.10",
"react-leaflet": "4.2.1",
"react-scripts": "5.0.1",
"sass": "1.78.0",
"save": "2.9.0",
"typescript": "4.9.5",
"web-vitals": "2.1.4",
"ws": "8.18.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -53,7 +53,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"nodemon": "^3.1.7"
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"nodemon": "3.1.7"
}
}

0 comments on commit 9d37814

Please sign in to comment.