Skip to content

Commit

Permalink
feat: ✨ bump @tanstack/react-router to v1.49.2 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Aug 22, 2024
1 parent a93845a commit 9d7ca78
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Now you can install dependencies, by running the following command:
bun install
```

Or if you already have `bun` installed you upgrade, by running the following command:

```
bun upgrade --stable
```

And to download new browsers for Playwright, run the following command:

```
Expand Down
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"prettier": "@jimmy.codes/prettier-config",
"dependencies": {
"@tanstack/react-query": "5.51.23",
"@tanstack/react-router": "1.48.1",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-router": "1.49.2",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -47,16 +47,16 @@
"@storybook/react-vite": "8.2.9",
"@storybook/test": "8.2.9",
"@tailwindcss/typography": "0.5.14",
"@tanstack/react-query-devtools": "5.51.23",
"@tanstack/router-devtools": "1.48.1",
"@tanstack/router-vite-plugin": "1.47.0",
"@tanstack/react-query-devtools": "5.52.0",
"@tanstack/router-devtools": "1.49.2",
"@tanstack/router-vite-plugin": "1.49.3",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.5.1",
"@types/bun": "1.1.6",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"@vitest/coverage-v8": "2.0.5",
Expand All @@ -66,7 +66,7 @@
"eslint": "8.57.0",
"eslint-plugin-storybook": "0.8.0",
"gitzy": "5.4.0",
"happy-dom": "14.12.3",
"happy-dom": "15.0.0",
"is-ci": "3.0.1",
"lefthook": "1.7.14",
"msw": "2.3.5",
Expand All @@ -75,9 +75,9 @@
"storybook": "8.2.9",
"tailwindcss": "3.4.10",
"typescript": "5.4.5",
"vite": "5.4.1",
"vite": "5.4.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
},
"packageManager": "[email protected].24"
"packageManager": "[email protected].25"
}
4 changes: 1 addition & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ export default defineConfig(({ mode }) => {
generatedRouteTree: "./src/route-tree.gen.ts",
semicolons: true,
quoteStyle: "double",
experimental: {
enableCodeSplitting: true,
},
autoCodeSplitting: true,
}),
tsconfigPaths(),
],
Expand Down

0 comments on commit 9d7ca78

Please sign in to comment.