Skip to content

Commit

Permalink
chore(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 662082f
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 558 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@firebase/app-compat": "^0.2.31",
"@firebase/app-compat": "^0.2.32",
"@sentry/vite-plugin": "^2.16.1",
"@shuji-koike/boilerplate": "^1.24.5",
"@shuji-koike/eslint-config": "^1.24.5",
Expand All @@ -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": "^18.3.0",
"react-dom": "^18.3.0",
"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"
}
}
20 changes: 10 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@
"@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",
"firebase": "^10.11.1",
"libarchive.js": "^2.0.2",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react": "^18.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-dom": "^18.3.0",
"react-is": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"three": "^0.163.0",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"three": "^0.164.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 662082f

Please sign in to comment.