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: e143dc9b6329af9b9d151d0523649595024c28ed
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: c8061f05000f3b22f46a9aa4c069962b8db2ccf2
Choose a head ref
Showing with 11 additions and 11 deletions.
  1. +1 −1 app/package.json
  2. +10 −10 yarn.lock
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "3.1.8",
"urql": "4.2.0"
"urql": "4.2.1"
},
"devDependencies": {
"@types/javascript-time-ago": "2.0.3",
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3,9 +3,9 @@


"@0no-co/graphql.web@^1.0.5":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.9.tgz#b0d053a5b892ea3e2f42a4ea2a92315b517d65d3"
integrity sha512-lXSg4bDHvP8CiMdpQf9f/rca12IIjXHN/p0Rc5mgzgLe4JBlIoA1zFa9NKhfG1bW0OyI2hgaOldFCfkEQwZuEQ==
version "1.0.11"
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.11.tgz#035cbc6523af43358b81993f10b13e8d7a79c816"
integrity sha512-xuSJ9WXwTmtngWkbdEoopMo6F8NLtjy84UNAMsAr5C3/2SgAL/dEU10TMqTIsipqPQ8HA/7WzeqQ9DEQxSvPPA==

"@ampproject/remapping@^2.1.0":
version "2.1.2"
@@ -1317,9 +1317,9 @@
eslint-visitor-keys "^3.3.0"

"@urql/core@^5.0.0":
version "5.0.7"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.7.tgz#eddfd63a4990488ef2a6bd6be746974774266624"
integrity sha512-1uBj2PmHoen3LugD+UHQ4cr/ls8/0e2/sD8YL0u17sXm02cVnV6VY3bC9wi6fl/DCWEO9AUnwv7qZCz6ME3BfA==
version "5.0.8"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.8.tgz#eba39eaa2bf9a0a963383e87a65cba7a9ca794bd"
integrity sha512-1GOnUw7/a9bzkcM0+U8U5MmxW2A7FE5YquuEmcJzTtW5tIs2EoS4F2ITpuKBjRBbyRjZgO860nWFPo1m4JImGA==
dependencies:
"@0no-co/graphql.web" "^1.0.5"
wonka "^6.3.2"
@@ -4788,10 +4788,10 @@ uri-js@^4.2.2:
dependencies:
punycode "^2.1.0"

urql@4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/urql/-/urql-4.2.0.tgz#5db868129000caae37f29c093d858edb1c29d97e"
integrity sha512-xj9KoMxdF3omd0QCHHS3SvgxDHZAmuAFgUcdNe0w75NeJDA4qesc2/M6CquefZ7Sod6uyImENKCKg+/2I7YvXQ==
urql@4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/urql/-/urql-4.2.1.tgz#a17621db16cf2b7b09c37eef21ef0c3e08608643"
integrity sha512-Y/cVi1rsR96kbF3VX6YgfHw1V3kJ287nR1TqpjGzVPyAmXuwRvBvABI+sHY2WOquWCNh+kvFapM/LLYeiC3wig==
dependencies:
"@urql/core" "^5.0.0"
wonka "^6.3.2"