Skip to content

Commit 17a19c8

Browse files
committed
build: build error fix
1 parent 60bf95a commit 17a19c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"jotai": "^2.8.0",
1717
"lodash": "^4.17.21",
1818
"next": "^13.4.4",
19-
"notion-to-utils": "^0.4.20",
19+
"notion-to-utils": "^0.4.21",
2020
"p-map": "^7.0.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2313,10 +2313,10 @@ normalize-url@^7.0.3:
23132313
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-7.2.0.tgz#5317f78cff95f5fa1e76cc0b5e33245c43781e11"
23142314
integrity sha512-uhXOdZry0L6M2UIo9BTt7FdpBDiAGN/7oItedQwPKh8jh31ZlvC8U9Xl/EJ3aijDHaywXTW3QbZ6LuCocur1YA==
23152315

2316-
notion-to-utils@^0.4.20:
2317-
version "0.4.20"
2318-
resolved "https://registry.yarnpkg.com/notion-to-utils/-/notion-to-utils-0.4.20.tgz#62bc831f2740b9b269cefaeb8680874a0de4574b"
2319-
integrity sha512-k5L6Znp+2yIRM6vGJ3NLG2uNQEoc6WLZB0vhHf5OFjb6w5p2kIi5o17w05k5qR3Ez0s79WTecmrNe+H8J/Gojw==
2316+
notion-to-utils@^0.4.21:
2317+
version "0.4.21"
2318+
resolved "https://registry.yarnpkg.com/notion-to-utils/-/notion-to-utils-0.4.21.tgz#502cdaaa4f5c53e1c9b556a54a2f4489428297a4"
2319+
integrity sha512-nmBR3sIVQf5Tz2i689cpBmmsarfYL2NUTMyg6aPmYzpDakQQO5u6zWE3rfPV4jBuqDj/FCRBu6qY24q73MawoQ==
23202320
dependencies:
23212321
"@notionhq/client" "^2.2.15"
23222322
lqip-modern "^2.2.1"

0 commit comments

Comments
 (0)