Skip to content

Commit

Permalink
chore(deps): upgrade dependencies (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Feb 7, 2024
1 parent ed689a7 commit c1e2786
Show file tree
Hide file tree
Showing 9 changed files with 2,749 additions and 1,790 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ packageExtensions:
dependencies:
"@babel/runtime": "*"
graphql: ^16.8.1
local-pkg@*:
dependencies:
happy-dom: "*"
kanel-zod@*:
dependencies:
kanel: "*"
ramda: "*"
local-pkg@*:
dependencies:
happy-dom: "*"

pnpEnableEsmLoader: true

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
14 changes: 7 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@babel/runtime": "^7.23.9",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.34",
"@mui/icons-material": "^5.15.7",
"@mui/joy": "^5.0.0-beta.25",
"@mui/lab": "^5.0.0-alpha.163",
"@mui/material": "^5.15.7",
"@mui/base": "^5.0.0-beta.35",
"@mui/icons-material": "^5.15.8",
"@mui/joy": "^5.0.0-beta.26",
"@mui/lab": "^5.0.0-alpha.164",
"@mui/material": "^5.15.8",
"firebase": "^10.8.0",
"jotai": "^2.6.4",
"jotai-effect": "^0.5.0",
Expand All @@ -38,8 +38,8 @@
"@emotion/babel-plugin": "^11.11.0",
"@rollup/plugin-graphql": "^2.0.4",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"envars": "^1.0.2",
"happy-dom": "^13.3.8",
Expand Down
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@google-cloud/cloud-sql-connector": "^1.2.2",
"@googleapis/identitytoolkit": "^8.0.0",
"@googleapis/identitytoolkit": "^8.0.1",
"@types/node": "^20.11.16",
"chalk": "^5.3.0",
"commander": "^12.0.0",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"workspaces": [
"app",
"db",
Expand All @@ -26,8 +26,8 @@
"@emotion/eslint-plugin": "^11.11.0",
"@emotion/react": "^11.11.3",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@yarnpkg/pnpify": "^4.0.1",
"envars": "^1.0.2",
"eslint": "^8.56.0",
Expand All @@ -47,7 +47,7 @@
"tsx": "~4.7.0",
"typescript": "~5.3.3",
"vitest": "~1.2.2",
"wrangler": "^3.26.0",
"wrangler": "^3.27.0",
"zx": "^7.2.3"
},
"resolutions": {
Expand Down
3 changes: 3 additions & 0 deletions scripts/bundle-yarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ delete pkg.scripts;
delete pkg.devDependencies;
delete pkg.babel;
delete pkg.envars;
pkg.bundledDependencies?.forEach((name) => {
delete pkg.dependencies[name];
});
await fs.writeFile("./dist/package.json", toJSON(pkg), "utf-8");

// Copy Yarn files
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"vite": "~5.0.12",
"wrangler": "^3.26.0",
"wrangler": "^3.27.0",
"zx": "^7.2.3"
},
"envars": {
Expand Down
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"dependencies": {
"@google-cloud/storage": "^7.7.0",
"@googleapis/identitytoolkit": "^8.0.0",
"@googleapis/identitytoolkit": "^8.0.1",
"@pothos/core": "^3.41.0",
"@sendgrid/mail": "^8.1.0",
"dataloader": "^2.2.2",
"date-fns": "^3.3.1",
"date-fns-tz": "^2.0.0",
"db": "workspace:*",
"envalid": "^8.0.0",
"google-auth-library": "^9.6.2",
"google-auth-library": "^9.6.3",
"got": "^14.2.0",
"graphql": "^16.8.1",
"graphql-relay": "^0.10.0",
Expand All @@ -42,7 +42,7 @@
],
"devDependencies": {
"@google-cloud/cloud-sql-connector": "^1.2.2",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/cli": "5.0.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.16",
Expand Down
Loading

0 comments on commit c1e2786

Please sign in to comment.