Skip to content

Commit

Permalink
switch to pnpm catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Dec 19, 2024
1 parent 51ce769 commit e7d30d2
Show file tree
Hide file tree
Showing 27 changed files with 321 additions and 295 deletions.
22 changes: 11 additions & 11 deletions apps/gnocchi/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"typecheck": "tsc --build tsconfig.json"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"vite": "*",
"@a-type/ui": "*",
"@a-type/utils": "*",
"@types/react": "*",
"@types/react-dom": "*",
"typescript": "*",
"@vitejs/plugin-react-swc": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*"
"react": "catalog:",
"react-dom": "catalog:",
"vite": "catalog:",
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"typescript": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:"
},
"dependencies": {
"@tiptap/core": "^2.2.4",
Expand Down
10 changes: 5 additions & 5 deletions apps/gnocchi/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"build": "tsc && node ./scripts/copyClient.js"
},
"peerDependencies": {
"react": "*",
"@verdant-web/store": "*",
"@verdant-web/react": "*",
"@verdant-web/cli": "*",
"gql.tada": "*"
"react": "catalog:",
"@verdant-web/store": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/cli": "catalog:",
"gql.tada": "catalog:"
},
"dependencies": {
"@biscuits/client": "workspace:*",
Expand Down
32 changes: 16 additions & 16 deletions apps/gnocchi/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
"typecheck": "tsc --build tsconfig.json"
},
"peerDependencies": {
"@a-type/ui": "*",
"@a-type/utils": "*",
"gql.tada": "*",
"react": "*",
"react-dom": "*",
"valtio": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@verdant-web/react-router": "*",
"@verdant-web/store": "*",
"typescript": "*",
"vite": "*",
"@vitejs/plugin-react-swc": "*",
"vite-plugin-pwa": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*"
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"gql.tada": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"valtio": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@verdant-web/react-router": "catalog:",
"@verdant-web/store": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"vite-plugin-pwa": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:"
},
"dependencies": {
"@biscuits/client": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/humding/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build": "pnpm run preflight"
},
"peerDependencies": {
"react": "*",
"@verdant-web/cli": "*",
"@verdant-web/react": "*",
"@verdant-web/store": "*"
"react": "catalog:",
"@verdant-web/cli": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/store": "catalog:"
}
}
44 changes: 22 additions & 22 deletions apps/humding/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"preview": "vite preview"
},
"peerDependencies": {
"@a-type/ui": "*",
"@a-type/utils": "*",
"gql.tada": "*",
"react": "*",
"react-dom": "*",
"valtio": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@verdant-web/react-router": "*",
"@verdant-web/store": "*",
"typescript": "*",
"vite": "*",
"@vitejs/plugin-react-swc": "*",
"vite-plugin-pwa": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*",
"workbox-core": "*",
"workbox-expiration": "*",
"workbox-precaching": "*",
"workbox-routing": "*",
"workbox-strategies": "*",
"workbox-window": "*"
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"gql.tada": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"valtio": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@verdant-web/react-router": "catalog:",
"@verdant-web/store": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"vite-plugin-pwa": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:",
"workbox-core": "catalog:",
"workbox-expiration": "catalog:",
"workbox-precaching": "catalog:",
"workbox-routing": "catalog:",
"workbox-strategies": "catalog:",
"workbox-window": "catalog:"
},
"dependencies": {
"@biscuits/client": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/marginalia/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"build": "pnpm run preflight"
},
"peerDependencies": {
"react": "*",
"@verdant-web/cli": "*",
"@verdant-web/react": "*",
"@verdant-web/store": "*"
"react": "catalog:",
"@verdant-web/cli": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/store": "catalog:"
},
"dependencies": {
"cuid": "^2.1.8"
Expand Down
44 changes: 22 additions & 22 deletions apps/marginalia/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"preview": "vite preview"
},
"peerDependencies": {
"@a-type/ui": "*",
"@a-type/utils": "*",
"gql.tada": "*",
"react": "*",
"react-dom": "*",
"valtio": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@verdant-web/react-router": "*",
"@verdant-web/store": "*",
"typescript": "*",
"vite": "*",
"@vitejs/plugin-react-swc": "*",
"vite-plugin-pwa": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*",
"workbox-core": "*",
"workbox-expiration": "*",
"workbox-precaching": "*",
"workbox-routing": "*",
"workbox-strategies": "*",
"workbox-window": "*"
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"gql.tada": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"valtio": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@verdant-web/react-router": "catalog:",
"@verdant-web/store": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"vite-plugin-pwa": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:",
"workbox-core": "catalog:",
"workbox-expiration": "catalog:",
"workbox-precaching": "catalog:",
"workbox-routing": "catalog:",
"workbox-strategies": "catalog:",
"workbox-window": "catalog:"
},
"dependencies": {
"@biscuits/client": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/names/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build": "pnpm run preflight"
},
"peerDependencies": {
"react": "*",
"@verdant-web/cli": "*",
"@verdant-web/react": "*",
"@verdant-web/store": "*"
"react": "catalog:",
"@verdant-web/cli": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/store": "catalog:"
}
}
44 changes: 22 additions & 22 deletions apps/names/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"generate": "cd ../verdant && pnpm generate"
},
"peerDependencies": {
"@a-type/ui": "*",
"@a-type/utils": "*",
"gql.tada": "*",
"react": "*",
"react-dom": "*",
"valtio": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@verdant-web/react-router": "*",
"@verdant-web/store": "*",
"typescript": "*",
"vite": "*",
"@vitejs/plugin-react-swc": "*",
"vite-plugin-pwa": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*",
"workbox-core": "*",
"workbox-expiration": "*",
"workbox-precaching": "*",
"workbox-routing": "*",
"workbox-strategies": "*",
"workbox-window": "*"
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"gql.tada": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"valtio": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@verdant-web/react-router": "catalog:",
"@verdant-web/store": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"vite-plugin-pwa": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:",
"workbox-core": "catalog:",
"workbox-expiration": "catalog:",
"workbox-precaching": "catalog:",
"workbox-routing": "catalog:",
"workbox-strategies": "catalog:",
"workbox-window": "catalog:"
},
"dependencies": {
"@biscuits/client": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions apps/palette/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build": "pnpm run preflight"
},
"peerDependencies": {
"react": "*",
"@verdant-web/cli": "*",
"@verdant-web/react": "*",
"@verdant-web/store": "*"
"react": "catalog:",
"@verdant-web/cli": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/store": "catalog:"
}
}
44 changes: 22 additions & 22 deletions apps/palette/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"preview": "vite preview"
},
"peerDependencies": {
"@a-type/ui": "*",
"@a-type/utils": "*",
"gql.tada": "*",
"react": "*",
"react-dom": "*",
"valtio": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@verdant-web/react-router": "*",
"@verdant-web/store": "*",
"typescript": "*",
"vite": "*",
"@vitejs/plugin-react-swc": "*",
"vite-plugin-pwa": "*",
"unocss": "*",
"@unocss/transformer-variant-group": "*",
"workbox-core": "*",
"workbox-expiration": "*",
"workbox-precaching": "*",
"workbox-routing": "*",
"workbox-strategies": "*",
"workbox-window": "*"
"@a-type/ui": "catalog:",
"@a-type/utils": "catalog:",
"gql.tada": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"valtio": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@verdant-web/react-router": "catalog:",
"@verdant-web/store": "catalog:",
"typescript": "catalog:",
"vite": "catalog:",
"@vitejs/plugin-react-swc": "catalog:",
"vite-plugin-pwa": "catalog:",
"unocss": "catalog:",
"@unocss/transformer-variant-group": "catalog:",
"workbox-core": "catalog:",
"workbox-expiration": "catalog:",
"workbox-precaching": "catalog:",
"workbox-routing": "catalog:",
"workbox-strategies": "catalog:",
"workbox-window": "catalog:"
},
"dependencies": {
"@a-type/react-space": "^0.2.15",
Expand Down
8 changes: 4 additions & 4 deletions apps/star-chart/verdant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"build": "pnpm run preflight"
},
"peerDependencies": {
"react": "*",
"@verdant-web/cli": "*",
"@verdant-web/react": "*",
"@verdant-web/store": "*"
"react": "catalog:",
"@verdant-web/cli": "catalog:",
"@verdant-web/react": "catalog:",
"@verdant-web/store": "catalog:"
}
}
Loading

0 comments on commit e7d30d2

Please sign in to comment.