Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

deps(deps): update dependencies-non-major #146

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
181 changes: 105 additions & 76 deletions dev-tools/dev-client/package-lock.json

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

6 changes: 3 additions & 3 deletions dev-tools/dev-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"prisma:pull": "prisma db pull"
},
"dependencies": {
"@supabase/supabase-js": "1.21.3",
"react": "18.0.0",
"react-dom": "18.0.0"
"@supabase/supabase-js": "1.35.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion dev-tools/dev-mqtt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"keywords": [],
"description": "",
"dependencies": {
"mqtt": "4.2.8"
"mqtt": "4.3.7"
},
"devDependencies": {
"@inpyjamas/scripts": "0.1.11-alpha",
Expand Down