Skip to content

Commit

Permalink
chore(deps): Upgrade dependencies (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Sep 5, 2023
1 parent 3c8710b commit bc5cbf1
Show file tree
Hide file tree
Showing 12 changed files with 1,076 additions and 1,047 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true

env:
NODE_VERSION: 20.4.x
NODE_VERSION: 20.5.x
VERSION: ${{ github.event.pull_request.number }}
HUSKY: 0

Expand All @@ -30,7 +30,7 @@ jobs:
name: "Build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Configure Node.js and install NPM dependencies
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
name: ${{ inputs.environment || 'test' }}
url: ${{ inputs.environment == 'prod' && 'https://example.com' || format('https://{0}.example.com', inputs.environment || 'test') }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with: { node-version: "${{ env.NODE_VERSION }}", cache: "yarn" }
- run: yarn install
Expand Down

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.47.0-sdk",
"version": "8.48.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.0.2-sdk",
"version": "3.0.3-sdk",
"main": "./index.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": "5.1.6-sdk",
"version": "5.2.2-sdk",
"main": "./lib/typescript.js",
"type": "commonjs"
}
4 changes: 2 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ nodeLinker: pnp
packageExtensions:
local-pkg@*:
dependencies:
happy-dom: ^10.10.2
happy-dom: ^10.11.2

yarnPath: .yarn/releases/yarn-4.0.0-rc.49.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.50.cjs
20 changes: 10 additions & 10 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"app:deploy": "yarn workspace app deploy"
},
"dependencies": {
"@babel/runtime": "^7.22.10",
"@babel/runtime": "^7.22.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"firebase": "^10.1.0",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.14.7",
"firebase": "^10.3.1",
"localforage": "^1.10.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
Expand All @@ -31,15 +31,15 @@
"recoil": "^0.7.7"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.15",
"@emotion/babel-plugin": "^11.11.0",
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"envars": "^0.4.0",
"happy-dom": "^10.10.2",
"typescript": "~5.1.6",
"happy-dom": "^10.11.2",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0"
}
Expand Down
1 change: 1 addition & 0 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"jsxImportSource": "@emotion/react",
"types": ["vite/client"],
"outDir": "../.cache/typescript-app",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true
},
Expand Down
18 changes: 9 additions & 9 deletions edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"edge:logs": "node ../scripts/wrangler.js tail"
},
"dependencies": {
"@hono/zod-validator": "^0.1.5",
"hono": "^3.4.3",
"jose": "^4.14.4",
"@hono/zod-validator": "^0.1.8",
"hono": "^3.5.8",
"jose": "^4.14.6",
"web-auth-library": "^1.0.3",
"zod": "^3.22.1"
"zod": "^3.22.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230814.0",
"@types/node": "^20.5.0",
"happy-dom": "^10.10.2",
"@cloudflare/workers-types": "^4.20230904.0",
"@types/node": "^20.5.9",
"happy-dom": "^10.11.2",
"toml": "^3.0.0",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0",
"vitest-environment-miniflare": "^2.14.0"
"vitest-environment-miniflare": "^2.14.1"
}
}
16 changes: 8 additions & 8 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": "[email protected].49",
"packageManager": "[email protected].50",
"type": "module",
"workspaces": [
"app",
Expand All @@ -22,22 +22,22 @@
"@emotion/babel-plugin": "^11.11.0",
"@emotion/eslint-plugin": "^11.11.0",
"@types/eslint": "^8.44.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"graphql": "^16.8.0",
"happy-dom": "^10.10.2",
"happy-dom": "^10.11.2",
"husky": "^8.0.3",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"react": "^18.2.0",
"relay-config": "^12.0.1",
"typescript": "~5.1.6",
"typescript": "~5.2.2",
"vite": "~4.4.9",
"vitest": "~0.33.0"
},
Expand Down
8 changes: 4 additions & 4 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"type": "module",
"dependencies": {
"envars": "^0.4.0",
"execa": "^7.2.0",
"execa": "^8.0.1",
"get-port": "^7.0.0",
"got": "^13.0.0",
"graphql": "^16.8.0",
"lodash-es": "^4.17.21",
"miniflare": "^3.20230814.1",
"prettier": "^3.0.2",
"miniflare": "^3.20230821.0",
"prettier": "^3.0.3",
"toml": "^3.0.0",
"vite": "^4.4.9",
"wrangler": "^3.5.1",
"wrangler": "^3.6.0",
"zx": "^7.2.3"
}
}
Loading

0 comments on commit bc5cbf1

Please sign in to comment.