Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"jest.jestCommandLine": "yarn node --experimental-vm-modules $(yarn bin jest)",
"jestrunner.jestCommand": "yarn node --experimental-vm-modules $(yarn bin jest)",
"jestrunner.enableYarnPnpSupport": true,
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.15.cjs",
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.24.cjs",
"jestrunner.debugOptions": {
"program": "yarn node $(yarn bin jest)",
"env": {
Expand Down
777 changes: 0 additions & 777 deletions .yarn/releases/yarn-4.0.0-rc.15.cjs

This file was deleted.

805 changes: 805 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.24.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableGlobalCache: true

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-4.0.0-rc.15.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.24.cjs
24 changes: 12 additions & 12 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"deploy": "echo \"Not implemented\"; exit 1"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@babel/runtime": "^7.19.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/lab": "^5.0.0-alpha.97",
"@mui/material": "^5.10.3",
"firebase": "^9.9.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.102",
"@mui/material": "^5.10.8",
"firebase": "^9.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.14",
"@types/react": "^18.0.18",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"@vitejs/plugin-react": "^2.1.0",
"envars": "^0.4.0",
"typescript": "^4.8.2",
"vite": "^3.0.9"
"typescript": "^4.8.4",
"vite": "^3.1.6"
},
"envars": {
"cwd": "../env"
Expand Down
8 changes: 4 additions & 4 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"hono": "^2.1.3"
"hono": "^2.2.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.14",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"envars": "^0.4.0",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
},
"envars": {
"cwd": "../env"
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "root",
"version": "0.0.0",
"private": true,
"packageManager": "yarn@4.0.0-rc.15",
"packageManager": "yarn@4.0.0-rc.24",
"type": "module",
"workspaces": [
"app",
Expand All @@ -21,52 +21,52 @@
"app:deploy": "yarn workspace app deploy"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@emotion/eslint-plugin": "^11.10.0",
"@jest/types": "^29.0.2",
"@rollup/plugin-babel": "^5.3.1",
"@jest/types": "^29.1.2",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/babel__core": "^7.1.19",
"@types/babel__plugin-transform-runtime": "^7.9.2",
"@types/babel__preset-env": "^7.9.2",
"@types/eslint": "^8.4.6",
"@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "^29.0.2",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-jest": "^29.1.2",
"babel-plugin-import": "^1.13.5",
"babel-plugin-replace-import-extension": "^1.1.3",
"envars": "^0.4.0",
"eslint": "^8.23.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.5",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^6.1.0",
"got": "^12.4.1",
"got": "^12.5.1",
"graphql": "^16.6.0",
"husky": "^8.0.1",
"jest": "^29.0.2",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"pretty-bytes": "^6.0.0",
"react": "^18.2.0",
"relay-config": "^12.0.1",
"rollup": "^2.79.0",
"typescript": "^4.8.2",
"wrangler": "^2.0.28",
"zx": "^7.0.8"
"rollup": "^2.79.1",
"typescript": "^4.8.4",
"wrangler": "^2.1.10",
"zx": "^7.1.1"
},
"resolutions": {
"chalk@npm:^5.0.1": "^4.1.2"
Expand Down
Loading