Skip to content

Commit f589b53

Browse files
authored
chore: Upgrade dependencies (#2016)
1 parent 5969544 commit f589b53

File tree

10 files changed

+2247
-2213
lines changed

10 files changed

+2247
-2213
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.26.cjs",
16+
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.30.cjs",
1717
"jestrunner.debugOptions": {
1818
"program": "yarn node $(yarn bin jest)",
1919
"env": {

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

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

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

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

.yarn/sdks/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "8.25.0-sdk",
3+
"version": "8.28.0-sdk",
44
"main": "./lib/api.js",
55
"type": "commonjs"
66
}

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "4.8.4-sdk",
3+
"version": "4.9.3-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs"
66
}

.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.26.cjs
5+
yarnPath: .yarn/releases/yarn-4.0.0-rc.30.cjs

app/package.json

Lines changed: 16 additions & 16 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.19.4",
14-
"@emotion/react": "^11.10.4",
15-
"@emotion/styled": "^11.10.4",
16-
"@mui/icons-material": "^5.10.9",
17-
"@mui/lab": "^5.0.0-alpha.104",
18-
"@mui/material": "^5.10.10",
19-
"firebase": "^9.12.1",
13+
"@babel/runtime": "^7.20.1",
14+
"@emotion/react": "^11.10.5",
15+
"@emotion/styled": "^11.10.5",
16+
"@mui/icons-material": "^5.10.14",
17+
"@mui/lab": "^5.0.0-alpha.108",
18+
"@mui/material": "^5.10.14",
19+
"firebase": "^9.14.0",
2020
"react": "^18.2.0",
2121
"react-dom": "^18.2.0",
22-
"react-router-dom": "^6.4.2",
22+
"react-router-dom": "^6.4.3",
2323
"recoil": "^0.7.6"
2424
},
2525
"devDependencies": {
26-
"@emotion/babel-plugin": "^11.10.2",
27-
"@types/jest": "^29.2.0",
28-
"@types/node": "^18.11.3",
29-
"@types/react": "^18.0.21",
30-
"@types/react-dom": "^18.0.6",
31-
"@vitejs/plugin-react": "^2.1.0",
26+
"@emotion/babel-plugin": "^11.10.5",
27+
"@types/jest": "^29.2.3",
28+
"@types/node": "^18.11.9",
29+
"@types/react": "^18.0.25",
30+
"@types/react-dom": "^18.0.9",
31+
"@vitejs/plugin-react": "^2.2.0",
3232
"envars": "^0.4.0",
33-
"typescript": "^4.8.4",
34-
"vite": "^3.1.8"
33+
"typescript": "^4.9.3",
34+
"vite": "^3.2.4"
3535
},
3636
"envars": {
3737
"cwd": "../env"

edge/package.json

Lines changed: 5 additions & 5 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.3.1"
13+
"hono": "^2.3.2"
1414
},
1515
"devDependencies": {
16-
"@cloudflare/workers-types": "^3.17.0",
17-
"@types/jest": "^29.2.0",
18-
"@types/node": "^18.11.3",
16+
"@cloudflare/workers-types": "^3.18.0",
17+
"@types/jest": "^29.2.3",
18+
"@types/node": "^18.11.9",
1919
"envars": "^0.4.0",
20-
"typescript": "^4.8.4"
20+
"typescript": "^4.9.3"
2121
},
2222
"envars": {
2323
"cwd": "../env"

package.json

Lines changed: 22 additions & 22 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].26",
5+
"packageManager": "[email protected].30",
66
"type": "module",
77
"workspaces": [
88
"app",
@@ -22,50 +22,50 @@
2222
},
2323
"devDependencies": {
2424
"@babel/cli": "^7.19.3",
25-
"@babel/core": "^7.19.6",
25+
"@babel/core": "^7.20.2",
2626
"@babel/plugin-proposal-class-properties": "^7.18.6",
27-
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
27+
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
2828
"@babel/plugin-transform-runtime": "^7.19.6",
29-
"@babel/preset-env": "^7.19.4",
29+
"@babel/preset-env": "^7.20.2",
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.2.1",
35-
"@rollup/plugin-babel": "^6.0.0",
36-
"@rollup/plugin-commonjs": "^23.0.1",
37-
"@rollup/plugin-json": "^5.0.0",
38-
"@rollup/plugin-node-resolve": "^15.0.0",
39-
"@types/babel__core": "^7.1.19",
34+
"@jest/types": "^29.3.1",
35+
"@rollup/plugin-babel": "^6.0.2",
36+
"@rollup/plugin-commonjs": "^23.0.2",
37+
"@rollup/plugin-json": "^5.0.1",
38+
"@rollup/plugin-node-resolve": "^15.0.1",
39+
"@types/babel__core": "^7.1.20",
4040
"@types/babel__plugin-transform-runtime": "^7.9.2",
4141
"@types/babel__preset-env": "^7.9.2",
42-
"@types/eslint": "^8.4.7",
42+
"@types/eslint": "^8.4.10",
4343
"@types/prettier": "^2.7.1",
44-
"@typescript-eslint/eslint-plugin": "^5.40.1",
45-
"@typescript-eslint/parser": "^5.40.1",
46-
"babel-jest": "^29.2.1",
44+
"@typescript-eslint/eslint-plugin": "^5.43.0",
45+
"@typescript-eslint/parser": "^5.43.0",
46+
"babel-jest": "^29.3.1",
4747
"babel-plugin-import": "^1.13.5",
4848
"babel-plugin-replace-import-extension": "^1.1.3",
4949
"envars": "^0.4.0",
50-
"eslint": "^8.25.0",
50+
"eslint": "^8.28.0",
5151
"eslint-config-prettier": "^8.5.0",
5252
"eslint-import-resolver-typescript": "^3.5.2",
5353
"eslint-plugin-import": "^2.26.0",
5454
"eslint-plugin-jsx-a11y": "^6.6.1",
55-
"eslint-plugin-react": "^7.31.10",
55+
"eslint-plugin-react": "^7.31.11",
5656
"eslint-plugin-react-hooks": "^4.6.0",
5757
"execa": "^6.1.0",
58-
"got": "^12.5.2",
58+
"got": "^12.5.3",
5959
"graphql": "^16.6.0",
60-
"husky": "^8.0.1",
61-
"jest": "^29.2.1",
60+
"husky": "^8.0.2",
61+
"jest": "^29.3.1",
6262
"prettier": "^2.7.1",
6363
"pretty-bytes": "^6.0.0",
6464
"react": "^18.2.0",
6565
"relay-config": "^12.0.1",
66-
"rollup": "^3.2.3",
67-
"typescript": "^4.8.4",
68-
"wrangler": "^2.1.13",
66+
"rollup": "^3.3.0",
67+
"typescript": "^4.9.3",
68+
"wrangler": "^2.4.2",
6969
"zx": "^7.1.1"
7070
},
7171
"resolutions": {

0 commit comments

Comments
 (0)