Skip to content

Commit

Permalink
chore(deps): update all devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 05fed23 commit bf4632c
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 172 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.17",
"@types/node": "18.19.54",
"@types/node": "22.10.2",
"@types/ws": "8.5.12"
},
"keywords": []
Expand Down
34 changes: 17 additions & 17 deletions demo/server/pnpm-lock.yaml

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

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
"@tsconfig/recommended": "1.0.7",
"@types/jest": "29.5.13",
"@types/node": "22.10.2",
"@types/react": "18.3.10",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
"@types/relay-runtime": "17.0.4",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-relay": "18.2.0",
"@types/relay-runtime": "18.2.3",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"babel-plugin-relay": "17.0.0",
"concurrently": "8.2.2",
"babel-plugin-relay": "18.2.0",
"concurrently": "9.1.1",
"eslint": "8.57.0",
"eslint-plugin-storybook": "0.11.1",
"graphql": "16.10.0",
Expand All @@ -99,10 +99,10 @@
"playwright": "1.49.1",
"postcss": "8.4.47",
"prettier": "3.4.2",
"react": "18.3.1",
"react-relay": "17.0.0",
"relay-compiler": "17.0.0",
"relay-runtime": "17.0.0",
"react": "19.0.0",
"react-relay": "18.2.0",
"relay-compiler": "18.2.0",
"relay-runtime": "18.2.0",
"storybook": "8.4.7",
"tailwind": "4.0.0",
"tailwindcss": "3.4.13",
Expand All @@ -111,8 +111,8 @@
"tsup": "8.3.0",
"tw-colors": "3.3.2",
"typescript": "5.7.2",
"undici": "6.21.0",
"vite": "5.4.8",
"undici": "7.2.0",
"vite": "6.0.6",
"vite-plugin-graphql-loader": "4.0.4",
"vite-plugin-relay": "2.1.0",
"vite-plugin-svgr": "4.3.0",
Expand Down
Loading

0 comments on commit bf4632c

Please sign in to comment.