Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(next-urql) - bump react-ssr-prepass (#809)

* bump next-urql

* dedupe yarn.lock

authored by

Jovi De Croock and committed by
GitHub
4bc6821e aec38fcb

+10 -5
+5
.changeset/light-birds-kneel.md
··· 1 + --- 2 + 'next-urql': patch 3 + --- 4 + 5 + Bump `react-ssr-prepass` so it can get eliminated in the client-side bundle, this because the 1.2.1 version added "sideEffects:false"
+1 -1
packages/next-urql/package.json
··· 50 50 "react-is": "^16.12.0" 51 51 }, 52 52 "dependencies": { 53 - "react-ssr-prepass": "^1.2.0", 53 + "react-ssr-prepass": "^1.2.1", 54 54 "urql": ">=1.9.4" 55 55 }, 56 56 "peerDependencies": {
+4 -4
yarn.lock
··· 11255 11255 dependencies: 11256 11256 shallowequal "^1.0.1" 11257 11257 11258 - react-ssr-prepass@^1.1.2, react-ssr-prepass@^1.2.0: 11259 - version "1.2.0" 11260 - resolved "https://registry.yarnpkg.com/react-ssr-prepass/-/react-ssr-prepass-1.2.0.tgz#e16efd472237ffd0c8086146e02ed6c3d46c1383" 11261 - integrity sha512-KwZ+nuQWLQyfJpNIEzuipGyJDffDiQEk0z1/RpoN/PySH/YbQ7J+Yf1h5sUM66nlJ5SQCBn9AjUJaOUnnIuSLQ== 11258 + react-ssr-prepass@^1.1.2, react-ssr-prepass@^1.2.1: 11259 + version "1.2.1" 11260 + resolved "https://registry.yarnpkg.com/react-ssr-prepass/-/react-ssr-prepass-1.2.1.tgz#ba867bbe60714f42977dbe1ef9b8ff469b950602" 11261 + integrity sha512-8hMhx9zXyEZ+t4oI0chPInxm/HpjrmvNuZxI5TmIXbORYmIV2CnK4WVPTdm/7Iq+3/6RAiNxTNZSQyUu5irX4Q== 11262 11262 dependencies: 11263 11263 object-is "^1.1.2" 11264 11264