forked from ithacaxyz/porto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
62 lines (61 loc) · 1.54 KB
/
pnpm-workspace.yaml
File metadata and controls
62 lines (61 loc) · 1.54 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
auditConfig:
ignoreGhsas:
- GHSA-ffrw-9mx8-89p8
catalog:
"@ariakit/react": "^0.4.18"
"@ariakit/tailwind": "^0.1.8"
"@iconify/json": "^2.2.386"
"@pandacss/dev": "^0.54.0"
"@sentry/react": "^10.12.0"
"@sentry/vite-plugin": "^4.3.0"
"@svgr/core": "^8.1.0"
"@svgr/plugin-jsx": "^8.1.0"
"@tanstack/query-sync-storage-persister": "^5.90.1"
"@tanstack/react-query": "^5.90.1"
"@tanstack/react-query-persist-client": "^5.90.1"
"@tanstack/react-router": "^1.114.25"
"@tanstack/router-plugin": "^1.114.17"
"@tanstack/react-query-devtools": "^5.90.1"
"@tanstack/react-router-devtools": "^1.114.25"
"@types/node": "^22.15.32"
"@types/react": "^19.1"
"@types/react-dom": "^19.1"
"@typescript/native-preview": "7.0.0-dev.20251025.1"
"@wagmi/core": "^2.21.2"
cva: "npm:class-variance-authority@^0.7.1"
globals: "^16.4.0"
ox: "^0.9.6"
postcss: "^8.5.6"
prool: "^0.0.23"
react: "^19.1"
react-dom: "^19.1"
sonner: "^2.0.7"
tailwindcss: "^4.1.13"
"@tailwindcss/vite": "^4.1.13"
tw-animate-css: "^1.3.8"
typescript: "~5.9.2"
unplugin-icons: "^22.3.0"
viem: "^2.43.3"
vite: "^6.4.1"
vitest: "^4.0.3"
vite-plugin-mkcert: "^1.17.8"
wagmi: "^2.18.2"
zod: "4.1.5"
zustand: "^5.0.3"
"@vitejs/plugin-react": "^4.6.0"
minimumReleaseAge: 2880 # 48 hours
minimumReleaseAgeExclude:
- "@wagmi/connectors"
- "@wagmi/core"
- "@cloudflare/workers-types"
- hono
- viem
- vite
- wagmi
- zile
packages:
- "."
- "apps/*"
- "docker/*"
- "examples/*"
- "!examples/react-native-relay-mode/server"