-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
53 lines (51 loc) · 1.41 KB
/
pnpm-workspace.yaml
File metadata and controls
53 lines (51 loc) · 1.41 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
packages:
- 'apps/**'
- 'packages/**'
- 'tools/**'
- '!**/test/**'
catalogs:
next:
'@codemirror/autocomplete': '^6.20.1'
'@codemirror/commands': '^6.10.3'
'@codemirror/lang-cpp': '^6.0.3'
'@codemirror/lang-css': '^6.3.1'
'@codemirror/lang-html': '^6.4.11'
'@codemirror/lang-java': '^6.0.2'
'@codemirror/lang-javascript': '^6.2.5'
'@codemirror/lang-json': '^6.0.2'
'@codemirror/lang-markdown': '^6.5.0'
'@codemirror/lang-php': '^6.0.2'
'@codemirror/lang-python': '^6.2.1'
'@codemirror/lang-rust': '^6.0.2'
'@codemirror/lang-sql': '^6.10.0'
'@codemirror/language': '^6.12.3'
'@codemirror/lint': '^6.9.5'
'@codemirror/search': '^6.6.0'
'@codemirror/state': '^6.6.0'
'@codemirror/view': '^6.40.0'
'@lezer/highlight': ^1.2.3
'@mdx-js/mdx': ^3.1.1
'@mdx-js/rollup': ^3.1.1
'@types/node': ^25.5.0
'@vanilla-extract/vite-plugin': ^5.2.1
oxfmt: ^0.42.0
oxlint: ^1.57.0
rehype-raw: ^7.0.0
rehype-slug: ^6.0.0
rimraf: ^6.1.3
rolldown-plugin-solid: ^0.2.1
sass: ^1.98.0
solid-codemirror: ^2.3.2
solid-js: ^1.9.12
tsdown: ^0.21.5
tsx: ^4.21.0
typescript: ^6.0.2
vite: ^8.0.3
vite-plugin-dts: ^4.5.4
vite-plugin-solid: ^2.11.11
vite-tsconfig-paths: ^6.1.1
vitest: ^4.1.2
overrides:
'@codemirror/state': 'catalog:next'
'@codemirror/view': 'catalog:next'
'typescript': 'catalog:next'