Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 784bbb0 commit 0ec0cb9
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 178 deletions.
2 changes: 1 addition & 1 deletion examples/basic-react-superjson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.9",
"vite": "^5.0.0",
"vite-plugin-electron": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/basic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.3.9",
"vite": "^5.0.0",
"vite-plugin-electron": "^0.12.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@playwright/test": "^1.35.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^5.1.3",
"unocss": "^0.54.0",
"vite": "^4.3.9",
"vite": "^5.0.0",
"vitepress": "1.0.0-beta.7",
"vue": "^3.3.4"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/electron-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
"release": "changeset publish"
},
"devDependencies": {
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "10.33.1",
"@trpc/server": "10.33.1",
"@types/debug": "^4.1.8",
"@types/node": "^20.3.1",
"@vitest/coverage-v8": "^0.34.0",
"builtin-modules": "^3.3.0",
"dts-bundle-generator": "^8.0.1",
"dts-bundle-generator": "^9.0.0",
"electron": "^25.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"superjson": "^1.12.3",
"vite": "^4.3.9",
"superjson": "^2.0.0",
"vite": "^5.0.0",
"vite-plugin-commonjs-externals": "^0.1.3",
"vitest": "^0.34.0",
"zod": "^3.21.4"
Expand Down
Loading

0 comments on commit 0ec0cb9

Please sign in to comment.