-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpnpm-workspace.yaml
54 lines (48 loc) · 1.18 KB
/
pnpm-workspace.yaml
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
packages:
- "configs/*"
- "docs/*"
- "examples/*"
- "packages/*"
catalog:
"babel-jest": "^29.7.0"
"jest": "^29.7.0"
# next
"next": "^15.1.5"
"@next/eslint-plugin-next": "^15.1.5"
"sharp": "^0.33.5"
# tailwindcss
"prettier-plugin-tailwindcss": "^0.6.11"
"@tailwindcss/postcss": "^4.0.0"
"tailwindcss": "^4.0.0"
"clsx": "^2.1.1"
catalogs:
react18:
# react
"react": "18.3.1"
"@types/react": "18.3.12"
# react-dom
"react-dom": "18.3.1"
"@types/react-dom": "18.3.1"
react19:
# react
"react": "^19.0.0"
"@types/react": "^19.0.7"
# react-dom
"react-dom": "^19.0.0"
"@types/react-dom": "^19.0.3"
# react-native
"@react-navigation/native": "^7.0.14"
"expo": "^52.0.24"
"expo-router": "^4.0.16"
"react-native": "^0.76.6"
"react-native-web": "^0.19.13"
"jest-expo": "^52.0.2"
"@testing-library/react-native": "^12.9.0"
# react-query
react-query4:
"@tanstack/react-query": "^4.36.1"
"@tanstack/react-query-devtools": "^4.36.1"
react-query5:
"@tanstack/react-query": "^5.63.0"
"@tanstack/react-query-devtools": "^5.63.0"
"@tanstack/react-query-next-experimental": "^5.63.0"