Skip to content

Commit

Permalink
fix(workspace): dependency res for changesets (#2875)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Dec 9, 2022
1 parent 95f7156 commit 6893eda
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion exchanges/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
},
"devDependencies": {
"@cypress/react": "^7.0.1",
"@urql/core": "workspace:@urql/core@*",
"@urql/exchange-execute": "workspace:@urql/exchange-execute@*",
"@urql/introspection": "workspace:@urql/introspection@*",
"@urql/core": "workspace:*",
"@urql/exchange-execute": "workspace:*",
"@urql/introspection": "workspace:*",
"cypress": "^11.1.0",
"graphql": "^16.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"urql": "workspace:urql@*"
"urql": "workspace:*"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion exchanges/multipart-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/persisted-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/refocus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"@types/react": "^17.0.4",
"graphql": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/next-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"urql": "workspace:urql@*",
"@urql/core": "workspace:*",
"urql": "workspace:*",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/node-fetch": "^2.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"@testing-library/preact": "^2.0.0",
"graphql": "^16.0.0",
"preact": "^10.5.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@testing-library/react-hooks": "^5.1.2",
"@types/react": "^17.0.4",
"@types/react-test-renderer": "^17.0.1",
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"cypress": "^11.1.0",
"graphql": "^16.0.0",
"react": "^17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/storage-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@react-native-community/netinfo": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/exchange-graphcache": "workspace:@urql/exchange-graphcache@*",
"@urql/core": "workspace:*",
"@urql/exchange-graphcache": "workspace:*",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-community/netinfo": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"@storybook/preact": ">=6.0.28",
"@storybook/react": ">=6.0.28",
"@types/webpack-env": "^1.15.3",
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"@urql/devtools": "^2.0.2",
"@urql/preact": "workspace:@urql/preact@*",
"@urql/preact": "workspace:*",
"graphql": "^16.0.0",
"preact": "^10.5.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"typescript": ">=4.7.3",
"urql": "workspace:urql@*",
"urql": "workspace:*",
"webpack": ">=4.4.6",
"wonka": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"wonka": "^6.0.0"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"svelte": "^3.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@urql/core": "workspace:@urql/core@*",
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vue": "^3.0.11"
},
Expand Down
23 changes: 13 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6893eda

Please sign in to comment.