From f1955d2171ffbbe67bed9685b851740a3812a5fd Mon Sep 17 00:00:00 2001 From: Andrew Polk Date: Fri, 15 Sep 2023 10:49:18 -0700 Subject: [PATCH] Upgrade docu-notion to fix unstable image filenames --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 101aa59..9906838 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.1.0", - "@sillsdev/docu-notion": "^0.14.0-alpha.3", + "@sillsdev/docu-notion": "^0.14.0-alpha.4", "@tsconfig/docusaurus": "^1.0.6", "typescript": "^4.6.4" }, diff --git a/yarn.lock b/yarn.lock index 2705ee1..812475e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2053,10 +2053,10 @@ resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df" integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== -"@sillsdev/docu-notion@^0.14.0-alpha.3": - version "0.14.0-alpha.3" - resolved "https://registry.yarnpkg.com/@sillsdev/docu-notion/-/docu-notion-0.14.0-alpha.3.tgz#284034f3a4097160a37b3f0981d9ad57c8f25ce0" - integrity sha512-TdBEKmefpneo1k9mrEkJitI+yifGbgb+xdhEE3Rew745bqMbvdG9U7kxjUKDcsQ55EenUHgEoFpKZVpvRZgjGg== +"@sillsdev/docu-notion@^0.14.0-alpha.4": + version "0.14.0-alpha.4" + resolved "https://registry.yarnpkg.com/@sillsdev/docu-notion/-/docu-notion-0.14.0-alpha.4.tgz#6834be7c64c1838af7577d8230a4ef3b1b42d90b" + integrity sha512-zF0ionnDmjGq7kNdNhBc+vqyk5HG6IC1bYBki46wuv2yXY4Zpqp+0cAD2W3upv6JWxzrMCfEl7CIQ8MSvJMDyA== dependencies: "@notionhq/client" "2.2.3" chalk "^4.1.2"