diff --git a/docs/package.json b/docs/package.json index de1b23a187202..bf95fa9358e38 100644 --- a/docs/package.json +++ b/docs/package.json @@ -26,7 +26,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-hot-toast": "2.3.0", - "swr": "1.0.1" + "swr": "1.3.0" }, "devDependencies": { "@babel/core": "7.18.13", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2265027b5075a..cc165cd8cf123 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -77,7 +77,7 @@ importers: react: 17.0.2 react-dom: 17.0.2 react-hot-toast: 2.3.0 - swr: 1.0.1 + swr: 1.3.0 tailwindcss: 3.1.8 ts-json-schema-generator: 0.98.0 typescript: 4.8.2 @@ -95,7 +95,7 @@ importers: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-hot-toast: 2.3.0_a3rolb2r43cxt5j5fxvpwhxlai - swr: 1.0.1_react@17.0.2 + swr: 1.3.0_react@17.0.2 devDependencies: '@babel/core': 7.18.13 '@types/node': 16.11.44 @@ -2647,11 +2647,6 @@ packages: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - /dequal/2.0.2: - resolution: {integrity: sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug==} - engines: {node: '>=6'} - dev: false - /dequal/2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} @@ -7953,12 +7948,11 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /swr/1.0.1_react@17.0.2: - resolution: {integrity: sha512-EPQAxSjoD4IaM49rpRHK0q+/NzcwoT8c0/Ylu/u3/6mFj/CWnQVjNJ0MV2Iuw/U+EJSd2TX5czdAwKPYZIG0YA==} + /swr/1.3.0_react@17.0.2: + resolution: {integrity: sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==} peerDependencies: - react: ^16.11.0 || ^17.0.0 + react: ^16.11.0 || ^17.0.0 || ^18.0.0 dependencies: - dequal: 2.0.2 react: 17.0.2 dev: false