Skip to content

Commit

Permalink
Merge pull request #305 from taro-28/renovate/vitejs-plugin-react-swc…
Browse files Browse the repository at this point in the history
…-3.x

chore(deps): update dependency @vitejs/plugin-react-swc to ^3.7.2
  • Loading branch information
taro-28 authored Jan 6, 2025
2 parents f5c9a16 + 99669ab commit d19202f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/react-router-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@tanstack-table-search-params/tsconfig": "workspace:*",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
Expand Down
7 changes: 7 additions & 0 deletions knip.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type { KnipConfig } from "knip";

const config: KnipConfig = {
ignore: ["examples/tanstack-router/src/routeTree.gen.ts"],
};

export default config;
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit d19202f

Please sign in to comment.