Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apollographql/graphql-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 33210906f68dde1891f67bd629d09039e7755af1
Choose a base ref
..
head repository: apollographql/graphql-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 02423ae3a0afd1e36834fffd04f744cb6c8bf03b
Choose a head ref
Showing with 143 additions and 193 deletions.
  1. +1 −1 docs/package.json
  2. +32 −88 docs/pnpm-lock.yaml
  3. +7 −7 package.json
  4. +103 −97 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"@apollo/tailwind-preset": "0.2.0",
"@astrojs/check": "0.9.3",
"@astrojs/starlight": "0.27.1",
"astro": "4.15.6",
"astro": "4.15.8",
"sharp": "0.33.5",
"typescript": "5.5.4"
}
120 changes: 32 additions & 88 deletions docs/pnpm-lock.yaml

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-resolvers": "4.2.1",
"@graphql-tools/jest-transform": "2.0.0",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@storybook/addon-docs": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
@@ -78,7 +78,7 @@
"@tsconfig/recommended": "1.0.7",
"@types/jest": "29.5.13",
"@types/node": "22.5.5",
"@types/react": "18.3.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-relay": "16.0.6",
"@types/relay-runtime": "17.0.4",
@@ -94,25 +94,25 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "25.0.0",
"msw": "2.4.6",
"msw": "2.4.9",
"msw-storybook-addon": "2.0.3",
"playwright": "1.47.1",
"postcss": "8.4.45",
"playwright": "1.47.2",
"postcss": "8.4.47",
"prettier": "3.3.3",
"react": "18.3.1",
"react-relay": "17.0.0",
"relay-compiler": "17.0.0",
"relay-runtime": "17.0.0",
"storybook": "8.3.2",
"tailwind": "4.0.0",
"tailwindcss": "3.4.11",
"tailwindcss": "3.4.12",
"ts-jest": "29.2.5",
"ts-jest-resolver": "2.0.1",
"tsup": "8.3.0",
"tw-colors": "3.3.2",
"typescript": "5.6.2",
"undici": "6.19.8",
"vite": "5.4.5",
"vite": "5.4.6",
"vite-plugin-graphql-loader": "4.0.4",
"vite-plugin-relay": "2.1.0",
"vite-plugin-svgr": "4.2.0",
Loading