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: supabase-community/supabase-graphql-example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b329e28a3dc54b87ebc31656c25987df467f4e3d
Choose a base ref
..
head repository: supabase-community/supabase-graphql-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5674d54103a56e176943afd463b2cefeb559c751
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 app/package.json
  2. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
"devDependencies": {
"@types/javascript-time-ago": "2.0.3",
"@types/node": "17.0.23",
"@types/react": "17.0.66",
"@types/react": "17.0.67",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.6.2"
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1241,10 +1241,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==

"@types/react@17.0.66":
version "17.0.66"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.66.tgz#4b3bfd6dd5ee37835f60d4a9325cff974b064126"
integrity sha512-azQzO1tuioq9M4vVKzzdBgG5KfLhyocYkRlJMBDcrJ7bUzyjR7QIGbZk2zH7sB5KpXRWoZJQ3CznVyhDS/swxA==
"@types/react@17.0.67":
version "17.0.67"
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.67.tgz#1c224738f203829a4692aa48e33a732c34fd014a"
integrity sha512-zE76EIJ0Y58Oy9yDX/9csb/NuKjt0Eq2YgWb/8Wxo91YmuLzzbyiRoaqJE9h8iDlsT7n35GdpoLomHlaB1kFbg==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"