Skip to content

Commit 372118f

Browse files
chore(deps): update all devdependencies (#122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 613819f commit 372118f

File tree

4 files changed

+91
-81
lines changed

4 files changed

+91
-81
lines changed

demo/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"ws": "^8.4.2"
2424
},
2525
"devDependencies": {
26-
"@types/cors": "^2.8.13",
27-
"@types/node": "^18.19.47",
28-
"@types/ws": "^8.2.2"
26+
"@types/cors": "2.8.17",
27+
"@types/node": "18.19.47",
28+
"@types/ws": "8.5.12"
2929
},
3030
"keywords": []
3131
}

demo/server/pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@graphql-codegen/typescript": "4.0.9",
6060
"@graphql-codegen/typescript-resolvers": "4.2.1",
6161
"@graphql-tools/jest-transform": "2.0.0",
62-
"@playwright/test": "1.46.1",
62+
"@playwright/test": "1.47.0",
6363
"@storybook/addon-docs": "8.2.9",
6464
"@storybook/addon-essentials": "8.2.9",
6565
"@storybook/addon-interactions": "8.2.9",
@@ -82,8 +82,8 @@
8282
"@types/react-dom": "18.3.0",
8383
"@types/react-relay": "16.0.6",
8484
"@types/relay-runtime": "17.0.4",
85-
"@typescript-eslint/eslint-plugin": "8.3.0",
86-
"@typescript-eslint/parser": "8.3.0",
85+
"@typescript-eslint/eslint-plugin": "8.4.0",
86+
"@typescript-eslint/parser": "8.4.0",
8787
"babel-plugin-relay": "17.0.0",
8888
"concurrently": "8.2.2",
8989
"eslint": "8.57.0",
@@ -94,9 +94,9 @@
9494
"jest": "29.7.0",
9595
"jest-environment-jsdom": "29.7.0",
9696
"jsdom": "25.0.0",
97-
"msw": "2.3.5",
97+
"msw": "2.4.2",
9898
"msw-storybook-addon": "2.0.3",
99-
"playwright": "1.46.1",
99+
"playwright": "1.47.0",
100100
"postcss": "8.4.45",
101101
"prettier": "3.3.3",
102102
"react": "18.3.1",

0 commit comments

Comments
 (0)