Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Jan 6, 2024
1 parent 6f9d798 commit b34bced
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 359 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@babel/runtime": "^7.23.7",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.29",
"@mui/icons-material": "^5.15.2",
"@mui/joy": "^5.0.0-beta.20",
"@mui/lab": "^5.0.0-alpha.158",
"@mui/material": "^5.15.2",
"@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",
"firebase": "^10.7.1",
"jotai": "^2.6.1",
"jotai-effect": "^0.2.3",
Expand All @@ -37,13 +37,13 @@
"@babel/core": "^7.23.7",
"@emotion/babel-plugin": "^11.11.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@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",
"typescript": "~5.3.3",
"vite": "~5.0.10",
"vitest": "~1.1.1"
"vite": "~5.0.11",
"vitest": "~1.1.3"
}
}
6 changes: 3 additions & 3 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@hono/zod-validator": "^0.1.11",
"hono": "^3.11.11",
"hono": "^3.12.0",
"jose": "^5.2.0",
"web-auth-library": "^1.0.3",
"zod": "^3.22.4"
Expand All @@ -30,8 +30,8 @@
"happy-dom": "^12.10.3",
"toml": "^3.0.0",
"typescript": "~5.3.3",
"vite": "~5.0.10",
"vitest": "~1.1.1",
"vite": "~5.0.11",
"vitest": "~1.1.3",
"vitest-environment-miniflare": "^2.14.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@types/eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@types/eslint": "^8.56.1",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand All @@ -37,8 +37,8 @@
"react": "^18.2.0",
"relay-config": "^12.0.1",
"typescript": "~5.3.3",
"vite": "~5.0.10",
"vitest": "~1.1.1"
"vite": "~5.0.11",
"vitest": "~1.1.3"
},
"prettier": {
"printWidth": 80,
Expand Down
6 changes: 3 additions & 3 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"got": "^14.0.0",
"graphql": "^16.8.1",
"lodash-es": "^4.17.21",
"miniflare": "^3.20231030.4",
"miniflare": "^3.20231218.1",
"prettier": "^3.1.1",
"toml": "^3.0.0",
"vite": "^5.0.10",
"wrangler": "^3.22.1",
"vite": "^5.0.11",
"wrangler": "^3.22.3",
"zx": "^7.2.3"
}
}
Loading

0 comments on commit b34bced

Please sign in to comment.