Skip to content

Commit

Permalink
chore: Upgrade dependencies (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Nov 19, 2022
1 parent 5969544 commit f589b53
Show file tree
Hide file tree
Showing 10 changed files with 2,247 additions and 2,213 deletions.
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.26.cjs",
"jestrunner.yarnPnpCommand": "yarn-4.0.0-rc.30.cjs",
"jestrunner.debugOptions": {
"program": "yarn node $(yarn bin jest)",
"env": {
Expand Down
811 changes: 0 additions & 811 deletions .yarn/releases/yarn-4.0.0-rc.26.cjs

This file was deleted.

812 changes: 812 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.30.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarn/sdks/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.25.0-sdk",
"version": "8.28.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript",
"version": "4.8.4-sdk",
"version": "4.9.3-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
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.26.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.30.cjs
32 changes: 16 additions & 16 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.19.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.10",
"firebase": "^9.12.1",
"@babel/runtime": "^7.20.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.14",
"firebase": "^9.14.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-router-dom": "^6.4.3",
"recoil": "^0.7.6"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"@emotion/babel-plugin": "^11.10.5",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^2.2.0",
"envars": "^0.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.8"
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"envars": {
"cwd": "../env"
Expand Down
10 changes: 5 additions & 5 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.3.1"
"hono": "^2.3.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.17.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.3",
"@cloudflare/workers-types": "^3.18.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"envars": "^0.4.0",
"typescript": "^4.8.4"
"typescript": "^4.9.3"
},
"envars": {
"cwd": "../env"
Expand Down
44 changes: 22 additions & 22 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.26",
"packageManager": "yarn@4.0.0-rc.30",
"type": "module",
"workspaces": [
"app",
Expand All @@ -22,50 +22,50 @@
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.19.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-env": "^7.20.2",
"@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.2.1",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^23.0.1",
"@rollup/plugin-json": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@types/babel__core": "^7.1.19",
"@jest/types": "^29.3.1",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/babel__core": "^7.1.20",
"@types/babel__plugin-transform-runtime": "^7.9.2",
"@types/babel__preset-env": "^7.9.2",
"@types/eslint": "^8.4.7",
"@types/eslint": "^8.4.10",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"babel-jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-jest": "^29.3.1",
"babel-plugin-import": "^1.13.5",
"babel-plugin-replace-import-extension": "^1.1.3",
"envars": "^0.4.0",
"eslint": "^8.25.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^6.1.0",
"got": "^12.5.2",
"got": "^12.5.3",
"graphql": "^16.6.0",
"husky": "^8.0.1",
"jest": "^29.2.1",
"husky": "^8.0.2",
"jest": "^29.3.1",
"prettier": "^2.7.1",
"pretty-bytes": "^6.0.0",
"react": "^18.2.0",
"relay-config": "^12.0.1",
"rollup": "^3.2.3",
"typescript": "^4.8.4",
"wrangler": "^2.1.13",
"rollup": "^3.3.0",
"typescript": "^4.9.3",
"wrangler": "^2.4.2",
"zx": "^7.1.1"
},
"resolutions": {
Expand Down

0 comments on commit f589b53

Please sign in to comment.