Skip to content

Commit

Permalink
chore(deps): update all dependencies - patch updates (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent e327fac commit 613819f
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 392 deletions.
2 changes: 1 addition & 1 deletion demo/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/node": "^18.6.3",
"@types/node": "^18.19.47",
"@types/ws": "^8.2.2"
},
"keywords": []
Expand Down
2 changes: 1 addition & 1 deletion demo/server/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
},
"license": "MIT",
"devDependencies": {
"@apollo/client": "3.11.6",
"@apollo/client": "3.11.7",
"@apollo/tailwind-preset": "0.1.14",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@changesets/cli": "2.27.8",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
Expand All @@ -77,7 +77,7 @@
"@testing-library/react": "16.0.1",
"@tsconfig/recommended": "1.0.7",
"@types/jest": "29.5.12",
"@types/node": "22.5.2",
"@types/node": "22.5.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
Expand All @@ -97,7 +97,7 @@
"msw": "2.3.5",
"msw-storybook-addon": "2.0.3",
"playwright": "1.46.1",
"postcss": "8.4.44",
"postcss": "8.4.45",
"prettier": "3.3.3",
"react": "18.3.1",
"react-relay": "17.0.0",
Expand All @@ -109,7 +109,7 @@
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"tsup": "8.2.4",
"tw-colors": "3.3.1",
"tw-colors": "3.3.2",
"typescript": "5.5.4",
"undici": "6.19.8",
"vite": "5.4.3",
Expand Down
Loading

1 comment on commit 613819f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 95%
94.89% (130/137) 90% (36/40) 85.71% (30/35)
Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 3.406s ⏱️
Coverage Report (95%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files94.899085.7195.52 
   handlers.ts94.3193.7585.7194.18150–163
   utilities.ts95.9187.585.7197.91120

Please sign in to comment.