Skip to content

Commit

Permalink
Remove individual vitest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 21, 2024
1 parent f51a689 commit 2b75661
Show file tree
Hide file tree
Showing 17 changed files with 14 additions and 213 deletions.
3 changes: 1 addition & 2 deletions exchanges/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@
"graphql": "^16.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"urql": "workspace:*",
"vitest": "^2.1.1"
"urql": "workspace:*"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/persisted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/populate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions exchanges/refocus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"devDependencies": {
"@types/react": "^17.0.4",
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"peerDependencies": {
"@urql/core": "^5.0.0"
Expand Down
3 changes: 1 addition & 2 deletions exchanges/request-policy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"peerDependencies": {
"@urql/core": "^5.0.0"
Expand Down
3 changes: 1 addition & 2 deletions exchanges/retry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
},
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"vitest": "^2.1.1"
"graphql": "^16.0.0"
},
"peerDependencies": {
"@urql/core": "^5.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,5 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"vitest": "^2.1.1"
}
}
3 changes: 1 addition & 2 deletions packages/preact-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
"@testing-library/preact": "^2.0.0",
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"preact": "^10.13.0",
"vitest": "^2.1.1"
"preact": "^10.13.0"
},
"peerDependencies": {
"@urql/core": "^5.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-ssr-prepass": "^1.1.2",
"react-test-renderer": "^17.0.1",
"vitest": "^2.1.1"
"react-test-renderer": "^17.0.1"
},
"peerDependencies": {
"@urql/core": "^5.0.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/solid-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"jsdom": "^22.1.0",
"vite-plugin-solid": "^2.7.0",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^2.1.1"
"vite-plugin-solid": "^2.7.0"
},
"peerDependencies": {
"@urql/core": "^5.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/storage-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/netinfo": "^11.2.1",
"@urql/core": "workspace:*",
"@urql/exchange-graphcache": "workspace:*",
"vitest": "^2.1.1"
"@urql/exchange-graphcache": "workspace:*"
},
"publishConfig": {
"access": "public",
Expand Down
3 changes: 1 addition & 2 deletions packages/svelte-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"devDependencies": {
"@urql/core": "workspace:*",
"graphql": "^16.0.0",
"svelte": "^3.20.0",
"vitest": "^2.1.1"
"svelte": "^3.20.0"
},
"publishConfig": {
"access": "public",
Expand Down
1 change: 0 additions & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@urql/core": "workspace:*",
"@vue/test-utils": "^2.3.0",
"graphql": "^16.0.0",
"vitest": "^2.1.1",
"vue": "^3.2.47"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2b75661

Please sign in to comment.