Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Jan 10, 2024
1 parent 1e79ac9 commit de03288
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 222 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"app:deploy": "yarn workspace app deploy"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.8",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.30",
"@mui/icons-material": "^5.15.3",
"@mui/joy": "^5.0.0-beta.21",
"@mui/lab": "^5.0.0-alpha.159",
"@mui/material": "^5.15.3",
"@mui/base": "^5.0.0-beta.31",
"@mui/icons-material": "^5.15.4",
"@mui/joy": "^5.0.0-beta.22",
"@mui/lab": "^5.0.0-alpha.160",
"@mui/material": "^5.15.4",
"firebase": "^10.7.1",
"jotai": "^2.6.1",
"jotai-effect": "^0.2.3",
Expand All @@ -36,12 +36,12 @@
"devDependencies": {
"@babel/core": "^7.23.7",
"@emotion/babel-plugin": "^11.11.0",
"@types/node": "^20.10.7",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"envars": "^1.0.2",
"happy-dom": "^12.10.3",
"happy-dom": "^13.0.0",
"typescript": "~5.3.3",
"vite": "~5.0.11",
"vitest": "~1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.7",
"@types/node": "^20.10.8",
"dotenv": "^16.3.1",
"ora": "^8.0.1",
"typescript": "~5.3.3",
Expand Down
6 changes: 3 additions & 3 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
},
"dependencies": {
"@hono/zod-validator": "^0.1.11",
"hono": "^3.12.0",
"hono": "^3.12.1",
"jose": "^5.2.0",
"web-auth-library": "^1.0.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@types/node": "^20.10.7",
"happy-dom": "^12.10.3",
"@types/node": "^20.10.8",
"happy-dom": "^13.0.0",
"toml": "^3.0.0",
"typescript": "~5.3.3",
"vite": "~5.0.11",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@types/eslint": "^8.56.1",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.8.1",
"happy-dom": "^12.10.3",
"happy-dom": "^13.0.0",
"husky": "^8.0.3",
"prettier": "^3.1.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prettier": "^3.1.1",
"toml": "^3.0.0",
"vite": "^5.0.11",
"wrangler": "^3.22.3",
"wrangler": "^3.22.4",
"zx": "^7.2.3"
}
}
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:20.10.0-slim
FROM node:20.11.0-slim

# Upgrade OS packages.
RUN apt-get update && apt-get upgrade -y
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"http-errors": "^2.0.0",
"http-proxy-middleware": "^2.0.6",
"nanoid": "^5.0.4",
"openai": "^4.24.1",
"openai": "^4.24.3",
"pino": "^8.17.2",
"pino-http": "^9.0.0",
"pino-pretty": "^10.3.1",
Expand All @@ -37,7 +37,7 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/node": "^20.10.7",
"@types/node": "^20.10.8",
"@types/supertest": "^6.0.2",
"@types/ws": "^8.5.10",
"envars": "^1.0.2",
Expand Down
Loading

0 comments on commit de03288

Please sign in to comment.