Skip to content

Commit

Permalink
chore(workspace): Bump cypress to latest (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Sep 22, 2024
1 parent d5728a8 commit ddb99bd
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 671 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
8 changes: 3 additions & 5 deletions exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,15 @@
"wonka": "^6.3.2"
},
"devDependencies": {
"@cypress/react": "^7.0.2",
"@cypress/react": "^8.0.2",
"@urql/core": "workspace:*",
"@urql/exchange-execute": "workspace:*",
"@urql/introspection": "workspace:*",
"cypress": "^12.8.1",
"cypress": "^13.14.0",
"graphql": "^16.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"urql": "workspace:*",
"vite": "^3.2.4",
"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
8 changes: 3 additions & 5 deletions packages/react-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,20 @@
"prepublishOnly": "run-s clean build"
},
"devDependencies": {
"@cypress/react": "^7.0.2",
"@cypress/react": "^8.0.2",
"@cypress/vite-dev-server": "^5.0.4",
"@testing-library/react": "^11.1.1",
"@testing-library/react-hooks": "^5.1.2",
"@types/react": "^17.0.4",
"@types/react-test-renderer": "^17.0.1",
"@urql/core": "workspace:*",
"cypress": "^12.8.1",
"cypress": "^13.14.0",
"graphql": "^16.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-ssr-prepass": "^1.1.2",
"react-test-renderer": "^17.0.1",
"vite": "^3.2.4",
"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 ddb99bd

Please sign in to comment.