Skip to content

Commit

Permalink
chore: pnpm catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Nov 6, 2024
1 parent 7361082 commit ef8d42d
Show file tree
Hide file tree
Showing 7 changed files with 357 additions and 273 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"zustand": "5.0.0"
},
"devDependencies": {
"@tanstack/query-core": ">=5.45.0"
"@tanstack/query-core": "catalog:core"
},
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],
"funding": "https://github.com/sponsors/wevm",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"use-sync-external-store": "1.2.0"
},
"devDependencies": {
"@tanstack/react-query": ">=5.45.1",
"@tanstack/react-query": "catalog:react",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": ">=16.0.1",
"@types/react": ">=18.3.1",
"@types/react-dom": ">=18.3.0",
"@testing-library/react": "catalog:react",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@types/use-sync-external-store": "^0.0.6",
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
"react": "catalog:react",
"react-dom": "catalog:react"
},
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],
"funding": "https://github.com/sponsors/wevm",
Expand Down
16 changes: 8 additions & 8 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,17 @@
}
},
"devDependencies": {
"@tanstack/react-query": ">=5.45.1",
"@tanstack/vue-query": ">=5.45.0",
"@tanstack/react-query": "catalog:react",
"@tanstack/vue-query": "catalog:vue",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": ">=16.0.1",
"@types/react": ">=18.3.1",
"@types/react-dom": ">=18.3.0",
"@testing-library/react": "catalog:react",
"@types/react": "catalog:react",
"@types/react-dom": "catalog:react",
"@wagmi/core": "workspace:*",
"@wagmi/vue": "workspace:*",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"vue": ">=3.4.21",
"react": "catalog:react",
"react-dom": "catalog:react",
"vue": "catalog:vue",
"wagmi": "workspace:*"
},
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
},
"devDependencies": {
"@nuxt/schema": "^3.11.2",
"@tanstack/vue-query": ">=5.45.0",
"@tanstack/vue-query": "catalog:vue",
"@vue/test-utils": "^2.4.6",
"nuxt": "^3.11.2",
"vue": ">=3.4.21",
"vue": "catalog:vue",
"vue-tsc": "^2.0.6"
},
"contributors": ["awkweb.eth <[email protected]>", "jxom.eth <[email protected]>"],
Expand Down
Loading

0 comments on commit ef8d42d

Please sign in to comment.