forked from tazo90/next-openapi-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
91 lines (83 loc) · 1.98 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
91 lines (83 loc) · 1.98 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
packages:
- packages/*
- apps/*
catalog:
"@babel/parser": ^7.29.2
"@babel/traverse": ^7.29.0
"@babel/types": ^7.29.0
"@commitlint/cli": ^20.5.0
"@commitlint/config-conventional": ^20.5.0
"@commitlint/types": ^20.5.0
"@playwright/test": ^1.59.0
"@scalar/api-reference-react": ^0.9.18
"@seriousme/openapi-schema-validator": ^2.8.0
"@tailwindcss/postcss": ^4.2.2
"@types/babel__traverse": ^7.28.0
"@types/fs-extra": ^11.0.4
"@types/js-yaml": ^4.0.9
"@types/node": ^25.5.0
"@types/swagger-ui-react": ^5.18.0
"@vitest/coverage-v8": ^4.1.2
"@vitest/ui": ^4.1.2
ajv: ^8.18.0
autoprefixer: ^10.4.27
commander: ^14.0.3
cross-env: ^10.1.0
conventional-changelog-cli: ^5.0.0
drizzle-kit: ^0.31.10
drizzle-orm: ^0.45.2
drizzle-zod: ^0.8.3
fs-extra: ^11.3.4
js-yaml: ^4.1.1
knip: ^6.2.0
lint-staged: ^16.4.0
np: ^11.0.2
ora: ^9.3.0
oxfmt: ^0.43.0
oxlint: ^1.58.0
postcss: ^8.5.8
postgres: ^3.4.8
simple-git-hooks: ^2.13.1
swagger-ui-react: ^5.32.1
tailwindcss: ^4.2.2
tsup: ^8.5.1
turbo: ^2.9.3
typescript: ^5.9.3
vitest: ^4.1.2
zod: ^4.3.6
catalogMode: strict
catalogs:
nextjs:
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
next: 16.2.2
react: 19.2.4
react-dom: 19.2.4
react-router:
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
"@vitejs/plugin-react": ^6.0.1
react: 19.2.4
react-dom: 19.2.4
react-router: ^7.13.2
vite: ^8.0.3
tanstack:
"@tanstack/react-router": ^1.168.10
"@tanstack/react-start": ^1.167.16
"@types/react": ^19.2.14
"@types/react-dom": ^19.2.3
"@vitejs/plugin-react": ^6.0.1
react: 19.2.4
react-dom: 19.2.4
vite: ^8.0.3
zod3:
zod: ^3.25.76
managePackageManagerVersions: true
onlyBuiltDependencies:
- vue-demi
saveWorkspaceProtocol: rolling
# swagger-ui-react still declares React 18 peers on some transitive deps; React 19 is compatible.
peerDependencyRules:
allowedVersions:
react: 19
strictPeerDependencies: true