Skip to content

Commit 9a83be7

Browse files
authored
chore: Upgrade dependencies (#2009)
1 parent 63b7471 commit 9a83be7

File tree

8 files changed

+2309
-2264
lines changed

8 files changed

+2309
-2264
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"jest.jestCommandLine": "yarn node --experimental-vm-modules $(yarn bin jest)",
1414
"jestrunner.jestCommand": "yarn node --experimental-vm-modules $(yarn bin jest)",
1515
"jestrunner.enableYarnPnpSupport": true,
16-
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.15.cjs",
16+
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.24.cjs",
1717
"jestrunner.debugOptions": {
1818
"program": "yarn node $(yarn bin jest)",
1919
"env": {

.yarn/releases/yarn-4.0.0-rc.15.cjs

Lines changed: 0 additions & 777 deletions
This file was deleted.

.yarn/releases/yarn-4.0.0-rc.24.cjs

Lines changed: 805 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableGlobalCache: true
22

33
nodeLinker: pnp
44

5-
yarnPath: .yarn/releases/yarn-4.0.0-rc.15.cjs
5+
yarnPath: .yarn/releases/yarn-4.0.0-rc.24.cjs

app/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@
1010
"deploy": "echo \"Not implemented\"; exit 1"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.18.9",
13+
"@babel/runtime": "^7.19.0",
1414
"@emotion/react": "^11.10.4",
1515
"@emotion/styled": "^11.10.4",
16-
"@mui/icons-material": "^5.10.3",
17-
"@mui/lab": "^5.0.0-alpha.97",
18-
"@mui/material": "^5.10.3",
19-
"firebase": "^9.9.4",
16+
"@mui/icons-material": "^5.10.6",
17+
"@mui/lab": "^5.0.0-alpha.102",
18+
"@mui/material": "^5.10.8",
19+
"firebase": "^9.11.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
22-
"react-router-dom": "^6.3.0",
22+
"react-router-dom": "^6.4.2",
2323
"recoil": "^0.7.5"
2424
},
2525
"devDependencies": {
2626
"@emotion/babel-plugin": "^11.10.2",
27-
"@types/jest": "^29.0.0",
28-
"@types/node": "^18.7.14",
29-
"@types/react": "^18.0.18",
27+
"@types/jest": "^29.1.2",
28+
"@types/node": "^18.8.3",
29+
"@types/react": "^18.0.21",
3030
"@types/react-dom": "^18.0.6",
31-
"@vitejs/plugin-react": "^2.0.1",
31+
"@vitejs/plugin-react": "^2.1.0",
3232
"envars": "^0.4.0",
33-
"typescript": "^4.8.2",
34-
"vite": "^3.0.9"
33+
"typescript": "^4.8.4",
34+
"vite": "^3.1.6"
3535
},
3636
"envars": {
3737
"cwd": "../env"

edge/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@cloudflare/kv-asset-handler": "^0.2.0",
13-
"hono": "^2.1.3"
13+
"hono": "^2.2.5"
1414
},
1515
"devDependencies": {
1616
"@cloudflare/workers-types": "^3.16.0",
17-
"@types/jest": "^29.0.0",
18-
"@types/node": "^18.7.14",
17+
"@types/jest": "^29.1.2",
18+
"@types/node": "^18.8.3",
1919
"envars": "^0.4.0",
20-
"typescript": "^4.8.2"
20+
"typescript": "^4.8.4"
2121
},
2222
"envars": {
2323
"cwd": "../env"

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "root",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "[email protected].15",
5+
"packageManager": "[email protected].24",
66
"type": "module",
77
"workspaces": [
88
"app",
@@ -21,52 +21,52 @@
2121
"app:deploy": "yarn workspace app deploy"
2222
},
2323
"devDependencies": {
24-
"@babel/cli": "^7.18.10",
25-
"@babel/core": "^7.18.13",
24+
"@babel/cli": "^7.19.3",
25+
"@babel/core": "^7.19.3",
2626
"@babel/plugin-proposal-class-properties": "^7.18.6",
2727
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
28-
"@babel/plugin-transform-runtime": "^7.18.10",
29-
"@babel/preset-env": "^7.18.10",
28+
"@babel/plugin-transform-runtime": "^7.19.1",
29+
"@babel/preset-env": "^7.19.3",
3030
"@babel/preset-react": "^7.18.6",
3131
"@babel/preset-typescript": "^7.18.6",
3232
"@babel/register": "^7.18.9",
3333
"@emotion/eslint-plugin": "^11.10.0",
34-
"@jest/types": "^29.0.2",
35-
"@rollup/plugin-babel": "^5.3.1",
34+
"@jest/types": "^29.1.2",
35+
"@rollup/plugin-babel": "^6.0.0",
3636
"@rollup/plugin-commonjs": "^22.0.2",
3737
"@rollup/plugin-json": "^4.1.0",
38-
"@rollup/plugin-node-resolve": "^13.3.0",
38+
"@rollup/plugin-node-resolve": "^14.1.0",
3939
"@types/babel__core": "^7.1.19",
4040
"@types/babel__plugin-transform-runtime": "^7.9.2",
4141
"@types/babel__preset-env": "^7.9.2",
4242
"@types/eslint": "^8.4.6",
43-
"@types/prettier": "^2.7.0",
44-
"@typescript-eslint/eslint-plugin": "^5.36.1",
45-
"@typescript-eslint/parser": "^5.36.1",
46-
"babel-jest": "^29.0.2",
43+
"@types/prettier": "^2.7.1",
44+
"@typescript-eslint/eslint-plugin": "^5.39.0",
45+
"@typescript-eslint/parser": "^5.39.0",
46+
"babel-jest": "^29.1.2",
4747
"babel-plugin-import": "^1.13.5",
4848
"babel-plugin-replace-import-extension": "^1.1.3",
4949
"envars": "^0.4.0",
50-
"eslint": "^8.23.0",
50+
"eslint": "^8.25.0",
5151
"eslint-config-prettier": "^8.5.0",
52-
"eslint-import-resolver-typescript": "^3.5.0",
52+
"eslint-import-resolver-typescript": "^3.5.1",
5353
"eslint-plugin-import": "^2.26.0",
5454
"eslint-plugin-jsx-a11y": "^6.6.1",
55-
"eslint-plugin-react": "^7.31.5",
55+
"eslint-plugin-react": "^7.31.8",
5656
"eslint-plugin-react-hooks": "^4.6.0",
5757
"execa": "^6.1.0",
58-
"got": "^12.4.1",
58+
"got": "^12.5.1",
5959
"graphql": "^16.6.0",
6060
"husky": "^8.0.1",
61-
"jest": "^29.0.2",
61+
"jest": "^29.1.2",
6262
"prettier": "^2.7.1",
6363
"pretty-bytes": "^6.0.0",
6464
"react": "^18.2.0",
6565
"relay-config": "^12.0.1",
66-
"rollup": "^2.79.0",
67-
"typescript": "^4.8.2",
68-
"wrangler": "^2.0.28",
69-
"zx": "^7.0.8"
66+
"rollup": "^2.79.1",
67+
"typescript": "^4.8.4",
68+
"wrangler": "^2.1.10",
69+
"zx": "^7.1.1"
7070
},
7171
"resolutions": {
7272
"chalk@npm:^5.0.1": "^4.1.2"

0 commit comments

Comments
 (0)