Skip to content

Commit

Permalink
chore(deps): update all dependencies - patch updates (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <[email protected]>
  • Loading branch information
svc-secops and renovate[bot] authored Jul 30, 2024
1 parent b4f85b9 commit eac3aca
Show file tree
Hide file tree
Showing 2 changed files with 540 additions and 507 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,35 +50,35 @@
},
"license": "MIT",
"devDependencies": {
"@apollo/client": "3.11.0",
"@apollo/client": "3.11.1",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.6",
"@changesets/cli": "2.27.7",
"@graphql-tools/jest-transform": "2.0.0",
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/mock": "9.0.3",
"@graphql-tools/mock": "9.0.4",
"@graphql-tools/schema": "10.0.4",
"@playwright/test": "1.45.0",
"@storybook/addon-docs": "8.2.2",
"@storybook/addon-essentials": "8.2.2",
"@storybook/addon-interactions": "8.2.2",
"@storybook/addon-links": "8.2.2",
"@playwright/test": "1.45.3",
"@storybook/addon-docs": "8.2.6",
"@storybook/addon-essentials": "8.2.6",
"@storybook/addon-interactions": "8.2.6",
"@storybook/addon-links": "8.2.6",
"@storybook/addon-styling-webpack": "1.0.0",
"@storybook/blocks": "8.2.2",
"@storybook/react": "8.2.2",
"@storybook/react-vite": "8.2.2",
"@storybook/test": "8.2.2",
"@storybook/test-runner": "0.19.0",
"@storybook/blocks": "8.2.6",
"@storybook/react": "8.2.6",
"@storybook/react-vite": "8.2.6",
"@storybook/test": "8.2.6",
"@storybook/test-runner": "0.19.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@tsconfig/recommended": "1.0.7",
"@types/jest": "29.5.12",
"@types/node": "20.14.9",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
"@types/relay-runtime": "17.0.1",
"@types/relay-runtime": "17.0.2",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"autoprefixer": "10.4.19",
Expand All @@ -90,25 +90,25 @@
"http-server": "14.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "24.1.0",
"msw": "2.3.1",
"msw-storybook-addon": "2.0.2",
"playwright": "1.45.0",
"postcss": "8.4.39",
"jsdom": "24.1.1",
"msw": "2.3.4",
"msw-storybook-addon": "2.0.3",
"playwright": "1.45.3",
"postcss": "8.4.40",
"prettier": "3.3.3",
"react": "18.3.1",
"react-relay": "17.0.0",
"relay-compiler": "17.0.0",
"relay-runtime": "17.0.0",
"storybook": "8.2.2",
"storybook": "8.2.6",
"tailwind": "4.0.0",
"tailwindcss": "3.4.4",
"ts-jest": "29.2.2",
"tailwindcss": "3.4.7",
"ts-jest": "29.2.3",
"ts-jest-resolver": "2.0.1",
"tsup": "8.2.0",
"typescript": "5.5.2",
"undici": "6.19.2",
"vite": "5.3.4",
"tsup": "8.2.3",
"typescript": "5.5.4",
"undici": "6.19.4",
"vite": "5.3.5",
"vite-plugin-graphql-loader": "4.0.2",
"vite-plugin-relay": "2.1.0",
"vitest": "2.0.4",
Expand Down
Loading

2 comments on commit eac3aca

@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: 100%
100% (66/66) 89.47% (17/19) 100% (13/13)
Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 0 🔥 2.177s ⏱️
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files10089.47100100 
   handlers.ts10089.4710010021–29

@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: 100%
100% (66/66) 89.47% (17/19) 100% (13/13)
Tests Skipped Failures Errors Time
5 0 💤 0 ❌ 0 🔥 2.222s ⏱️
Coverage Report (100%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files10089.47100100 
   handlers.ts10089.4710010021–29

Please sign in to comment.