Skip to content

Commit

Permalink
undo changes and bump types/react
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 22, 2024
1 parent b5f0f18 commit b717723
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 41 deletions.
1 change: 0 additions & 1 deletion docs/api/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ framework bindings, you'll likely want to import from your framework bindings pa

## Client

test
The `Client` manages all operations and ongoing requests to the exchange pipeline.
It accepts several options on creation.

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
}
},
"overrides": {
"@types/react": "^17.0.39",
"graphql": "^16.6.0",
"styled-components": "^5.2.3",
"wonka": "^6.3.2"
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 @@ -44,7 +44,7 @@
"@cypress/react": "^8.0.2",
"@cypress/vite-dev-server": "^5.2.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^17.0.4",
"@types/react": "^18.3.8",
"@types/react-test-renderer": "^17.0.1",
"@urql/core": "workspace:*",
"cypress": "^13.14.0",
Expand Down
1 change: 0 additions & 1 deletion packages/site/src/google-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if (typeof document !== 'undefined') {

const GoogleAnalytics = ({ children, ...rest }) => {
const basename = `/${useBasepath() || ''}`;
// Test
if (typeof document !== 'undefined') {
// fragment doesn't like it when you try to give it attributes
return (
Expand Down
76 changes: 39 additions & 37 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 b717723

Please sign in to comment.