-
-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
77 lines (63 loc) · 1.9 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
77 lines (63 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
packages:
- packages/**
catalogs:
e2e:
playwright: ^1.61.1
'@playwright/test': ^1.61.1
knip:
knip: ^6.27.0
msw:
msw: ^2.15.0
vitest:
vitest: ^4.1.10
'@vitest/browser-playwright': ^4.1.10
'@vitest/coverage-v8': ^4.1.10
vite:
vite: ^8.1.5
next:
next: 16.3.0
react-router7:
react-router: ^7.18.1
'@react-router/dev': ^7.18.1
'@react-router/express': ^7.18.1
'@react-router/node': ^7.18.1
'@react-router/serve': ^7.18.1
react-router8:
react-router: ^8.2.0
'@react-router/dev': ^8.2.0
'@react-router/express': ^8.2.0
'@react-router/node': ^8.2.0
'@react-router/serve': ^8.2.0
# react-router pinned below 1.170.16: TSR PR #7596 (1.170.16) resets
# scroll on mount, and PR #7695 (1.170.17, router-core 1.171.14)
# re-encodes search params ({ -> %7B, breaking pretty URLs). Both
# reproduced without nuqs and root-caused by reverting each change.
# The nuqs devDependency must match the e2e app exactly, otherwise pnpm
# auto-peer-install resolves a second router copy and mixed
# @tanstack/store majors crash at runtime.
tanstack-router:
'@tanstack/react-router': 1.170.15
'@tanstack/react-router-devtools': 1.167.0
'@tanstack/router-plugin': 1.168.20
'@tanstack/router-cli': 1.167.19
react19:
'@types/react': ^19.2.17
'@types/react-dom': ^19.2.3
react: ^19.2.7
react-dom: ^19.2.7
typescript:
typescript: '^7.0.2'
# Next.js before 16.3.0 requires the TypeScript JS API for build-time
# type checking, which TS 7 does not provide. The e2e/next bench builds
# against older Next.js versions in CI, so it stays on the 6.0 bridge
# (which 16.3.0 also supports).
typescript6:
typescript: 'npm:@typescript/typescript6@^6.0.2'
enablePrePostScripts: false
allowBuilds:
'@swc/core': true
'@tailwindcss/oxide': true
playwright: true
esbuild: true
sharp: true
msw: false