Skip to content

Commit 4c0fcf8

Browse files
authored
Remove react-cross-context (#355)
1 parent e1caa92 commit 4c0fcf8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@
9090
"@tanstack/react-router": "file:../router/packages/react-router",
9191
"@tanstack/router-devtools": "file:../router/packages/router-devtools",
9292
"@tanstack/start": "file:../router/packages/start",
93-
"@tanstack/react-cross-context": "file:../router/packages/react-cross-context",
9493
"@tanstack/history": "file:../router/packages/history",
9594
"@tanstack/react-store": "file:../router/packages/react-router/node_modules/@tanstack/react-store",
9695
"@tanstack/router-vite-plugin": "file:../router/packages/router-vite-plugin",

Diff for: scripts/link.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import path from 'path'
33

44
const packages = {
55
'@tanstack/history': 'router/packages/history',
6-
'@tanstack/react-cross-context': 'router/packages/react-cross-context',
76
'@tanstack/react-router': 'router/packages/react-router',
87
'@tanstack/router-cli': 'router/packages/router-cli',
98
'@tanstack/router-devtools': 'router/packages/router-devtools',

0 commit comments

Comments
 (0)