Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
- 'packages/eslint-plugin-router/**/*'
'package: history':
- 'packages/history/**/*'
'package: react-cross-context':
- 'packages/react-cross-context/**/*'
'package: react-router':
- 'packages/react-router/**/*'
'package: react-router-with-query':
Expand All @@ -32,8 +30,6 @@
- 'packages/router-vite-plugin/**/*'
'package: server-functions-plugin':
- 'packages/server-functions-plugin/**/*'
'package: solid-cross-context':
- 'packages/solid-cross-context/**/*'
'package: solid-router':
- 'packages/solid-router/**/*'
'package: start':
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"use-sync-external-store": "1.2.2",
"@tanstack/history": "workspace:*",
"@tanstack/router-core": "workspace:*",
"@tanstack/react-cross-context": "workspace:*",
"@tanstack/react-router": "workspace:*",
"@tanstack/router-cli": "workspace:*",
"@tanstack/router-devtools": "workspace:*",
Expand Down
5 changes: 0 additions & 5 deletions packages/react-cross-context/eslint.config.js

This file was deleted.

61 changes: 0 additions & 61 deletions packages/react-cross-context/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions packages/react-cross-context/src/Context.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/react-cross-context/src/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions packages/react-cross-context/tsconfig.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/react-cross-context/vite.config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/solid-cross-context/eslint.config.js

This file was deleted.

56 changes: 0 additions & 56 deletions packages/solid-cross-context/package.json

This file was deleted.

31 changes: 0 additions & 31 deletions packages/solid-cross-context/src/Context.ts

This file was deleted.

3 changes: 0 additions & 3 deletions packages/solid-cross-context/src/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/solid-cross-context/tsconfig.json

This file was deleted.

21 changes: 0 additions & 21 deletions packages/solid-cross-context/vite.config.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/start-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"node": ">=12"
},
"dependencies": {
"@tanstack/react-cross-context": "workspace:^",
"@tanstack/react-router": "workspace:^",
"cookie-es": "^1.2.2",
"jsesc": "^3.1.0",
Expand Down
1 change: 0 additions & 1 deletion packages/start-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"node": ">=12"
},
"dependencies": {
"@tanstack/react-cross-context": "workspace:^",
"@tanstack/react-router": "workspace:^",
"@tanstack/start-client": "workspace:^",
"h3": "1.13.0",
Expand Down
19 changes: 0 additions & 19 deletions pnpm-lock.yaml

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

8 changes: 0 additions & 8 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ await publish({
name: '@tanstack/router-vite-plugin',
packageDir: 'packages/router-vite-plugin',
},
{
name: '@tanstack/react-cross-context',
packageDir: 'packages/react-cross-context',
},
{
name: '@tanstack/solid-cross-context',
packageDir: 'packages/solid-cross-context',
},
{
name: '@tanstack/directive-functions-plugin',
packageDir: 'packages/directive-functions-plugin',
Expand Down
Loading