bump deps fix for getPageProperty

This commit is contained in:
Travis Fischer
2022-03-26 04:14:13 -04:00
parent 905eda361b
commit 21acd4a562
2 changed files with 17 additions and 17 deletions

View File

@@ -36,16 +36,16 @@
"lqip-modern": "^1.2.0",
"next": "^12.1.0",
"node-fetch": "^2.6.1",
"notion-client": "^6.0.6",
"notion-client": "^6.0.8",
"notion-types": "^6.0.6",
"notion-utils": "^6.0.6",
"notion-utils": "^6.0.8",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"react": "^17.0.2",
"react-body-classname": "^1.3.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-notion-x": "^6.0.7",
"react-notion-x": "^6.0.8",
"react-static-tweets": "^0.7.1",
"react-use": "^17.3.2",
"static-tweets": "^0.7.1",

View File

@@ -2574,14 +2574,14 @@ normalize-url@^6.0.1:
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
notion-client@^6.0.6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.6.tgz#5a3e6d1ee4675a983d71359df0ab44886d3d00c1"
integrity sha512-eTN2aDwOfPy2quT76qHO+hwMLUbqXWyshy3uyyc2b+loi8Mxf5b7Lb9duIqowD2fkUH5D3085bM5Tmp2MiMuhQ==
notion-client@^6.0.8:
version "6.0.8"
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.0.8.tgz#1f6a6aaaa36c4b568dcae5a6d8efbb1da9adf447"
integrity sha512-ZZXfPVQSgUHIeUW04NXwY2NT9uydRQ+MR/HMF5ZXUQxSPs/WsIo3ddKbnrI717ytmQwAl263VXj3PNdUEc6o9g==
dependencies:
got "^11.8.1"
notion-types "^6.0.6"
notion-utils "^6.0.6"
notion-utils "^6.0.8"
p-map "^5.3.0"
notion-types@^6.0.6:
@@ -2589,10 +2589,10 @@ notion-types@^6.0.6:
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.0.6.tgz#bd97d25119ff3526526f05d3f7b8defb6e593194"
integrity sha512-SJF6KQvJXjzgaicatcaoDctYWWYxFP/RYUbBFEA3wYuQVprU5U7EwXddBVO6t62xpWmgLX+PKXQc1r+m/mDzCg==
notion-utils@^6.0.6:
version "6.0.6"
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.6.tgz#91daf8b721b9c6acaa7cc5e584432e5da964f073"
integrity sha512-4adrePKC6m6kJ9u4fZI+5zLwdJyTGEGjgTpqU1tSLha/j0fPwBM/EAKaPaG/Ipvuez9tuIafzJS1Z+vkdsfs6Q==
notion-utils@^6.0.8:
version "6.0.8"
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.0.8.tgz#ab0dcb5d7273949938185bdd8a86edab3c339cb3"
integrity sha512-YW5HKRv9hzL/UuQzXAq872L7lizfo1z0UoTPD+5w+FASnbjwSwQfiO0nVXuxWTZoPxJxRfDC64b25JxJsLOHng==
dependencies:
is-url-superb "^6.1.0"
notion-types "^6.0.6"
@@ -3157,10 +3157,10 @@ react-modal@^3.14.3:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"
react-notion-x@^6.0.7:
version "6.0.7"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.7.tgz#e6531bb2b186c674543e1e0773deda040ba81fdb"
integrity sha512-QtsNAi5kb+2CNtdg/BDdsP1oSotYYVIh0qljAsIEjDA5Ou2zWAticVnBVXAwqc4ocg4pz4sqQMatIhNQMf6Fyg==
react-notion-x@^6.0.8:
version "6.0.8"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.0.8.tgz#948d4bccee11ba2e475ba90b58cfd8f4cd7652f0"
integrity sha512-143Gc1oUjOhTVLqJI6QYrTQyqiCO9eZfJjkShDzJZYsv4ypPneydJ98d5WSXzeBw18128VegfhMHVPGtcYWQSA==
dependencies:
"@matejmazur/react-katex" "^3.1.3"
date-fns "^2.15.0"
@@ -3170,7 +3170,7 @@ react-notion-x@^6.0.7:
lodash.throttle "^4.1.1"
medium-zoom "^1.0.6"
notion-types "^6.0.6"
notion-utils "^6.0.6"
notion-utils "^6.0.8"
prismjs "^1.27.0"
rc-dropdown "^3.3.3"
rc-menu "^9.5.1"