Skip to content

Commit

Permalink
chore: update dependencies and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Aug 13, 2024
1 parent 934fd31 commit 035267b
Show file tree
Hide file tree
Showing 3 changed files with 708 additions and 706 deletions.
2 changes: 1 addition & 1 deletion .storybook/public/mockServiceWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* - Please do NOT serve this file on production.
*/

const PACKAGE_VERSION = '2.3.4'
const PACKAGE_VERSION = '2.3.5'
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
const activeClientIds = new Set()
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"license": "MIT",
"devDependencies": {
"@apollo/client": "3.11.2",
"@apollo/client": "3.11.4",
"@apollo/tailwind-preset": "0.1.13",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
Expand All @@ -62,27 +62,27 @@
"@graphql-tools/merge": "9.0.4",
"@graphql-tools/mock": "9.0.4",
"@graphql-tools/schema": "10.0.4",
"@playwright/test": "1.45.3",
"@storybook/addon-docs": "8.2.7",
"@storybook/addon-essentials": "8.2.7",
"@storybook/addon-interactions": "8.2.7",
"@storybook/addon-links": "8.2.7",
"@storybook/blocks": "8.2.7",
"@storybook/react": "8.2.7",
"@storybook/react-vite": "8.2.7",
"@storybook/test": "8.2.7",
"@playwright/test": "1.46.0",
"@storybook/addon-docs": "8.2.9",
"@storybook/addon-essentials": "8.2.9",
"@storybook/addon-interactions": "8.2.9",
"@storybook/addon-links": "8.2.9",
"@storybook/blocks": "8.2.9",
"@storybook/react": "8.2.9",
"@storybook/react-vite": "8.2.9",
"@storybook/test": "8.2.9",
"@storybook/test-runner": "0.19.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@testing-library/dom": "10.4.0",
"@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.13",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
"@types/relay-runtime": "17.0.3",
"@types/relay-runtime": "17.0.4",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"babel-plugin-relay": "17.0.0",
Expand All @@ -94,25 +94,25 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "24.1.1",
"msw": "2.3.4",
"msw": "2.3.5",
"msw-storybook-addon": "2.0.3",
"playwright": "1.45.3",
"postcss": "8.4.40",
"playwright": "1.46.0",
"postcss": "8.4.41",
"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.7",
"storybook": "8.2.9",
"tailwind": "4.0.0",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.9",
"ts-jest": "29.2.4",
"ts-jest-resolver": "2.0.1",
"tsup": "8.2.3",
"tsup": "8.2.4",
"typescript": "5.5.4",
"undici": "6.19.5",
"vite": "5.3.5",
"vite-plugin-graphql-loader": "4.0.2",
"undici": "6.19.7",
"vite": "5.4.0",
"vite-plugin-graphql-loader": "4.0.4",
"vite-plugin-relay": "2.1.0",
"vitest": "2.0.5",
"wait-on": "7.2.0"
Expand Down
Loading

1 comment on commit 035267b

@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: 99%
98.48% (130/132) 90% (36/40) 93.75% (30/32)
Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 3.286s ⏱️
Coverage Report (99%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files98.489093.7599.22 
   handlers.ts10093.7510010089
   utilities.ts95.9187.585.7197.91120

Please sign in to comment.