Skip to content

Commit b025ca5

Browse files
committedOct 23, 2024
chore: update packages
1 parent 3dde75f commit b025ca5

File tree

20 files changed

+1273
-1052
lines changed

20 files changed

+1273
-1052
lines changed
 

‎examples/react-location/basic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.3",
18+
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"typescript": "^5.5.3",
22-
"vite": "^5.3.4"
21+
"typescript": "^5.6.2",
22+
"vite": "^5.4.8"
2323
}
2424
}

‎examples/react-location/data-loaders/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.3",
18+
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"typescript": "^5.5.3",
22-
"vite": "^5.3.4"
21+
"typescript": "^5.6.2",
22+
"vite": "^5.4.8"
2323
}
2424
}

‎examples/react-location/modals/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.3",
18+
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"typescript": "^5.5.3",
22-
"vite": "^5.3.4"
21+
"typescript": "^5.6.2",
22+
"vite": "^5.4.8"
2323
}
2424
}

‎examples/react-location/nested-layouts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.3.3",
18+
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.1",
21-
"typescript": "^5.5.3",
22-
"vite": "^5.3.4"
21+
"typescript": "^5.6.2",
22+
"vite": "^5.4.8"
2323
}
2424
}

‎examples/react-router-custom-path/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@generouted/react-router": "^1.19.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "6.24.1"
16+
"react-router-dom": "6.26.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"prettier": "^3.3.3",
23-
"typescript": "^5.5.3",
24-
"vite": "^5.3.4"
23+
"typescript": "^5.6.2",
24+
"vite": "^5.4.8"
2525
}
2626
}

‎examples/react-router-custom/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@generouted/react-router": "^1.19.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "6.24.1"
16+
"react-router-dom": "6.26.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"prettier": "^3.3.3",
23-
"typescript": "^5.5.3",
24-
"vite": "^5.3.4"
23+
"typescript": "^5.6.2",
24+
"vite": "^5.4.8"
2525
}
2626
}

‎examples/react-router-mdx/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@mdx-js/rollup": "^3.0.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
18-
"react-router-dom": "6.24.1"
18+
"react-router-dom": "6.26.2"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.3.3",
21+
"@types/react": "^18.3.10",
2222
"@types/react-dom": "^18.3.0",
2323
"@vitejs/plugin-react": "^4.3.1",
2424
"prettier": "^3.3.3",
25-
"typescript": "^5.5.3",
26-
"vite": "^5.3.4"
25+
"typescript": "^5.6.2",
26+
"vite": "^5.4.8"
2727
}
2828
}

‎examples/react-router-route-modals/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@generouted/react-router": "^1.19.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "6.24.1"
16+
"react-router-dom": "6.26.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"prettier": "^3.3.3",
23-
"typescript": "^5.5.3",
24-
"vite": "^5.3.4"
23+
"typescript": "^5.6.2",
24+
"vite": "^5.4.8"
2525
}
2626
}

‎examples/react-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@generouted/react-router": "^1.19.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "6.24.1"
16+
"react-router-dom": "6.26.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"prettier": "^3.3.3",
23-
"typescript": "^5.5.3",
24-
"vite": "^5.3.4"
23+
"typescript": "^5.6.2",
24+
"vite": "^5.4.8"
2525
}
2626
}

‎examples/solid-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"dependencies": {
1313
"@generouted/solid-router": "^1.19.6",
14-
"@solidjs/router": "^0.14.1",
15-
"solid-js": "^1.8.18"
14+
"@solidjs/router": "^0.14.7",
15+
"solid-js": "^1.9.1"
1616
},
1717
"devDependencies": {
18-
"typescript": "^5.5.3",
19-
"vite": "^5.3.4",
18+
"typescript": "^5.6.2",
19+
"vite": "^5.4.8",
2020
"vite-plugin-solid": "^2.10.2"
2121
}
2222
}

‎examples/tanstack-react-router/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
"dependencies": {
1313
"@generouted/tanstack-react-router": "^1.19.6",
14-
"@tanstack/react-router": "^1.45.2",
14+
"@tanstack/react-router": "^1.58.12",
1515
"react": "^18.3.1",
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
2222
"fast-glob": "^3.3.2",
2323
"prettier": "^3.3.3",
24-
"typescript": "^5.5.3",
25-
"vite": "^5.3.4"
24+
"typescript": "^5.6.2",
25+
"vite": "^5.4.8"
2626
}
2727
}

‎explorer/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"@generouted/react-router": "^1.19.6",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1",
16-
"react-router-dom": "^6.24.1"
16+
"react-router-dom": "^6.26.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.3.3",
19+
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
2121
"@vitejs/plugin-react": "^4.3.1",
22-
"autoprefixer": "^10.4.19",
23-
"postcss": "^8.4.39",
22+
"autoprefixer": "^10.4.20",
23+
"postcss": "^8.4.47",
2424
"prettier": "^3.3.3",
25-
"prettier-plugin-tailwindcss": "^0.6.5",
26-
"tailwindcss": "^3.4.5",
27-
"typescript": "^5.5.3",
28-
"vite": "^5.3.4"
25+
"prettier-plugin-tailwindcss": "^0.6.8",
26+
"tailwindcss": "^3.4.13",
27+
"typescript": "^5.6.2",
28+
"vite": "^5.4.8"
2929
}
3030
}

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"prepare": "husky"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^19.3.0",
42-
"@commitlint/config-conventional": "^19.2.2",
41+
"@commitlint/cli": "^19.5.0",
42+
"@commitlint/config-conventional": "^19.5.0",
4343
"@release-it-plugins/workspaces": "^4.2.0",
44-
"husky": "^9.0.11",
45-
"lint-staged": "^15.2.7",
44+
"husky": "^9.1.6",
45+
"lint-staged": "^15.2.10",
4646
"prettier": "^3.3.3",
4747
"release-it": "^17.6.0",
48-
"turbo": "^2.0.6"
48+
"turbo": "^2.1.2"
4949
}
5050
}

‎packages/generouted/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@
8888
"type-check": "tsc --noEmit"
8989
},
9090
"devDependencies": {
91-
"@solidjs/router": "^0.14.1",
91+
"@solidjs/router": "^0.14.7",
9292
"@tanstack/react-location": "^3.7.4",
93-
"@types/react": "^18.3.3",
93+
"@types/react": "^18.3.10",
9494
"@types/react-dom": "^18.3.0",
9595
"react": "18.3.1",
9696
"react-dom": "18.3.1",
97-
"react-router-dom": "^6.24.1",
98-
"solid-js": "^1.8.18",
99-
"typescript": "^5.5.3",
100-
"vite": "^5.3.4",
101-
"vitest": "^2.0.3"
97+
"react-router-dom": "^6.26.2",
98+
"solid-js": "^1.9.1",
99+
"typescript": "^5.6.2",
100+
"vite": "^5.4.8",
101+
"vitest": "^2.1.1"
102102
},
103103
"peerDependencies": {
104104
"vite": ">=3"

‎packages/react-router/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@
8686
},
8787
"devDependencies": {
8888
"@generouted/core": "workspace:*",
89-
"@types/react": "^18.3.3",
90-
"react-router-dom": "^6.24.1",
91-
"tsup": "^8.1.0",
92-
"typescript": "^5.5.3",
93-
"vite": "^5.3.4"
89+
"@types/react": "^18.3.10",
90+
"react-router-dom": "^6.26.2",
91+
"tsup": "^8.3.0",
92+
"typescript": "^5.6.2",
93+
"vite": "^5.4.8"
9494
},
9595
"peerDependencies": {
9696
"react": ">=18",

‎packages/react-router/src/client/components.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ type LinkRef = React.ForwardedRef<HTMLAnchorElement>
66

77
export const components = <Path extends string, Params extends Record<string, any>>() => {
88
return {
9+
// @ts-expect-error
910
Link: forwardRef(<P extends Path | To<Path>>({ to, params, ...props }: LinkProps<P, Params>, ref: LinkRef) => {
1011
const path = generatePath(typeof to === 'string' ? to : to.pathname, params || ({} as any))
1112
return (

‎packages/solid-router/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@
8686
},
8787
"devDependencies": {
8888
"@generouted/core": "workspace:*",
89-
"@solidjs/router": "^0.14.1",
89+
"@solidjs/router": "^0.14.7",
9090
"esbuild-plugin-solid": "^0.6.0",
91-
"solid-js": "^1.8.18",
92-
"tsup": "^8.1.0",
93-
"typescript": "^5.5.3",
94-
"vite": "^5.3.4"
91+
"solid-js": "^1.9.1",
92+
"tsup": "^8.3.0",
93+
"typescript": "^5.6.2",
94+
"vite": "^5.4.8"
9595
},
9696
"peerDependencies": {
9797
"@solidjs/router": ">=0.8",

‎packages/tanstack-react-router/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
},
5858
"devDependencies": {
5959
"@generouted/core": "workspace:*",
60-
"tsup": "^8.1.0",
61-
"typescript": "^5.5.3",
62-
"vite": "^5.3.4"
60+
"tsup": "^8.3.0",
61+
"typescript": "^5.6.2",
62+
"vite": "^5.4.8"
6363
},
6464
"peerDependencies": {
6565
"vite": ">=3"

‎pnpm-lock.yaml

+1,198-978
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎shared/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"src"
1616
],
1717
"devDependencies": {
18-
"@types/node": "^20.14.10"
18+
"@types/node": "^22.7.4"
1919
}
2020
}

0 commit comments

Comments
 (0)
Please sign in to comment.