Skip to content

Commit

Permalink
fix(deps): update all minor and patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent e0b446c commit 5a16705
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 126 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@types/react-dom": "^18.2.25",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"firebase-tools": "^13.7.2",
"firebase-tools": "^13.7.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-static-copy": "^1.0.2"
"vite": "^5.2.10",
"vite-plugin-static-copy": "^1.0.3"
}
}
12 changes: 6 additions & 6 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.15",
"@react-three/fiber": "^8.16.2",
"@sentry/react": "^7.110.1",
"@sentry/tracing": "^7.110.1",
"@sentry/react": "^7.112.2",
"@sentry/tracing": "^7.112.2",
"@types/three": "^0.163.0",
"firebase": "^10.11.0",
"libarchive.js": "^2.0.2",
Expand All @@ -25,15 +25,15 @@
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"three": "^0.163.0",
"wasm-gzip": "^2.0.3",
"zod": "^3.22.4",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@storybook/react": "^7.6.17"
"@storybook/react": "^7.6.18"
}
}
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"esbuild": "^0.20.2",
"firebase-functions-test": "^3.2.0",
"jest": "^29.7.0",
"tsx": "^4.7.2"
"tsx": "^4.7.3"
}
}
Loading

0 comments on commit 5a16705

Please sign in to comment.