Skip to content

Commit

Permalink
chore: 🤖 bump @tanstack/react-router to v1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman committed Oct 21, 2024
1 parent 1e295c5 commit e61a158
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
Binary file modified bun.lockb
Binary file not shown.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prettier": "@jimmy.codes/prettier-config",
"dependencies": {
"@tanstack/react-query": "5.59.15",
"@tanstack/react-router": "1.70.0",
"@tanstack/react-router": "1.75.0",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -39,19 +39,19 @@
"@jimmy.codes/eslint-config": "1.9.0",
"@jimmy.codes/prettier-config": "1.1.0",
"@playwright/test": "1.48.1",
"@storybook/addon-a11y": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-themes": "8.3.5",
"@storybook/react": "8.3.5",
"@storybook/react-vite": "8.3.5",
"@storybook/addon-a11y": "8.3.6",
"@storybook/addon-essentials": "8.3.6",
"@storybook/addon-interactions": "8.3.6",
"@storybook/addon-links": "8.3.6",
"@storybook/addon-themes": "8.3.6",
"@storybook/react": "8.3.6",
"@storybook/react-vite": "8.3.6",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query-devtools": "5.59.15",
"@tanstack/router-devtools": "1.70.0",
"@tanstack/router-vite-plugin": "1.69.1",
"@tanstack/router-devtools": "1.75.0",
"@tanstack/router-vite-plugin": "1.74.2",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.1",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.6.1",
Expand All @@ -69,17 +69,17 @@
"happy-dom": "15.7.4",
"is-ci": "3.0.1",
"knip": "5.33.3",
"lefthook": "1.7.18",
"msw": "2.4.11",
"lefthook": "1.7.22",
"msw": "2.4.12",
"postcss": "8.4.47",
"prettier": "3.3.3",
"storybook": "8.3.5",
"storybook": "8.3.6",
"tailwindcss": "3.4.14",
"turbo": "2.1.3",
"turbo": "2.2.3",
"typescript": "5.4.5",
"vite": "5.4.9",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
},
"packageManager": "[email protected].30"
"packageManager": "[email protected].32"
}
1 change: 1 addition & 0 deletions src/route-tree.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { Route as IndexImport } from "./routes/index";
// Create/Update Routes

const IndexRoute = IndexImport.update({
id: "/",
path: "/",
getParentRoute: () => rootRoute,
} as any);
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dependsOn": ["^typecheck"]
},
"format": {
"dependsOn": ["^format"]
"dependsOn": ["^format", "^build"]
},
"format:fix": {
"dependsOn": ["^format:fix"]
"dependsOn": ["^format:fix", "^build"]
},
"lint": {
"dependsOn": ["^lint"]
Expand Down

0 comments on commit e61a158

Please sign in to comment.