Skip to content

Commit 035267b

Browse files
committed
chore: update dependencies and lockfile
1 parent 934fd31 commit 035267b

File tree

3 files changed

+708
-706
lines changed

3 files changed

+708
-706
lines changed

.storybook/public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.3.4'
11+
const PACKAGE_VERSION = '2.3.5'
1212
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"license": "MIT",
5353
"devDependencies": {
54-
"@apollo/client": "3.11.2",
54+
"@apollo/client": "3.11.4",
5555
"@apollo/tailwind-preset": "0.1.13",
5656
"@changesets/changelog-github": "0.5.0",
5757
"@changesets/cli": "2.27.7",
@@ -62,27 +62,27 @@
6262
"@graphql-tools/merge": "9.0.4",
6363
"@graphql-tools/mock": "9.0.4",
6464
"@graphql-tools/schema": "10.0.4",
65-
"@playwright/test": "1.45.3",
66-
"@storybook/addon-docs": "8.2.7",
67-
"@storybook/addon-essentials": "8.2.7",
68-
"@storybook/addon-interactions": "8.2.7",
69-
"@storybook/addon-links": "8.2.7",
70-
"@storybook/blocks": "8.2.7",
71-
"@storybook/react": "8.2.7",
72-
"@storybook/react-vite": "8.2.7",
73-
"@storybook/test": "8.2.7",
65+
"@playwright/test": "1.46.0",
66+
"@storybook/addon-docs": "8.2.9",
67+
"@storybook/addon-essentials": "8.2.9",
68+
"@storybook/addon-interactions": "8.2.9",
69+
"@storybook/addon-links": "8.2.9",
70+
"@storybook/blocks": "8.2.9",
71+
"@storybook/react": "8.2.9",
72+
"@storybook/react-vite": "8.2.9",
73+
"@storybook/test": "8.2.9",
7474
"@storybook/test-runner": "0.19.1",
7575
"@tailwindcss/aspect-ratio": "0.4.2",
7676
"@testing-library/dom": "10.4.0",
7777
"@testing-library/jest-dom": "6.4.8",
7878
"@testing-library/react": "16.0.0",
7979
"@tsconfig/recommended": "1.0.7",
8080
"@types/jest": "29.5.12",
81-
"@types/node": "20.14.13",
81+
"@types/node": "22.2.0",
8282
"@types/react": "18.3.3",
8383
"@types/react-dom": "18.3.0",
8484
"@types/react-relay": "16.0.6",
85-
"@types/relay-runtime": "17.0.3",
85+
"@types/relay-runtime": "17.0.4",
8686
"@typescript-eslint/eslint-plugin": "7.17.0",
8787
"@typescript-eslint/parser": "7.17.0",
8888
"babel-plugin-relay": "17.0.0",
@@ -94,25 +94,25 @@
9494
"jest": "29.7.0",
9595
"jest-environment-jsdom": "29.7.0",
9696
"jsdom": "24.1.1",
97-
"msw": "2.3.4",
97+
"msw": "2.3.5",
9898
"msw-storybook-addon": "2.0.3",
99-
"playwright": "1.45.3",
100-
"postcss": "8.4.40",
99+
"playwright": "1.46.0",
100+
"postcss": "8.4.41",
101101
"prettier": "3.3.3",
102102
"react": "18.3.1",
103103
"react-relay": "17.0.0",
104104
"relay-compiler": "17.0.0",
105105
"relay-runtime": "17.0.0",
106-
"storybook": "8.2.7",
106+
"storybook": "8.2.9",
107107
"tailwind": "4.0.0",
108-
"tailwindcss": "3.4.7",
108+
"tailwindcss": "3.4.9",
109109
"ts-jest": "29.2.4",
110110
"ts-jest-resolver": "2.0.1",
111-
"tsup": "8.2.3",
111+
"tsup": "8.2.4",
112112
"typescript": "5.5.4",
113-
"undici": "6.19.5",
114-
"vite": "5.3.5",
115-
"vite-plugin-graphql-loader": "4.0.2",
113+
"undici": "6.19.7",
114+
"vite": "5.4.0",
115+
"vite-plugin-graphql-loader": "4.0.4",
116116
"vite-plugin-relay": "2.1.0",
117117
"vitest": "2.0.5",
118118
"wait-on": "7.2.0"

0 commit comments

Comments
 (0)