From 4014b4967d3843e962416ec6e1d433147582e669 Mon Sep 17 00:00:00 2001 From: Dmytro Izotov Date: Mon, 11 Oct 2021 19:37:03 +0300 Subject: [PATCH] Update dependencies This fixes issues mentioned in #163 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0ebd339..26d91b0 100644 --- a/package.json +++ b/package.json @@ -35,16 +35,16 @@ "lqip-modern": "^1.2.0", "next": "^10.2.0", "node-fetch": "^2.6.1", - "notion-client": "^4.6.4", - "notion-types": "^4.6.4", - "notion-utils": "^4.6.4", + "notion-client": "^4.9.7", + "notion-types": "^4.8.2", + "notion-utils": "^4.8.6", "p-map": "^4.0.0", "p-memoize": "^4.0.0", "react": "^17.0.2", "react-body-classname": "^1.3.1", "react-dom": "^17.0.2", "react-icons": "^4.2.0", - "react-notion-x": "^4.6.5", + "react-notion-x": "^4.9.7", "react-static-tweets": "^0.5.3", "react-use": "^17.2.4", "static-tweets": "^0.5.3",