Skip to content

Commit df711c8

Browse files
committed
chore: notion-to-jsx, utils version up
1 parent 2984fae commit df711c8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"jotai": "^2.8.0",
1717
"lodash": "^4.17.21",
1818
"next": "^13.4.4",
19-
"notion-to-jsx": "^1.2.6",
20-
"notion-to-utils": "^1.0.1",
19+
"notion-to-jsx": "^1.2.7",
20+
"notion-to-utils": "^1.0.2",
2121
"p-map": "^7.0.2",
2222
"prismjs": "^1.30.0",
2323
"react": "^18.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,20 +2305,20 @@ normalize-range@^0.1.2:
23052305
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
23062306
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
23072307

2308-
notion-to-jsx@^1.2.6:
2309-
version "1.2.6"
2310-
resolved "https://registry.yarnpkg.com/notion-to-jsx/-/notion-to-jsx-1.2.6.tgz#75b3cb38ab7a0476c9b85f215179944a91e49f5a"
2311-
integrity sha512-W0OKxz206k4Mm4KxjEp6a+G5e2zK2eZQ3rEC14zJBPpukKkuQKQWfx9q3hlpaLAqLeUcd4kMF3CoKCHzOC0B0Q==
2308+
notion-to-jsx@^1.2.7:
2309+
version "1.2.7"
2310+
resolved "https://registry.yarnpkg.com/notion-to-jsx/-/notion-to-jsx-1.2.7.tgz#f222a805df6d8fe7a74a713debc7440beb8171b6"
2311+
integrity sha512-tOynO64WQuS4lCrdpDnLm+CEH+ioQBG1YNgjWBVox+XeTORnkMPxM0M1XhE6PYDdPRhmF04Gy+LSihyPClS/vQ==
23122312
dependencies:
23132313
"@vanilla-extract/css" "^1.17.1"
23142314
"@vanilla-extract/recipes" "^0.5.5"
23152315
"@vanilla-extract/sprinkles" "^1.6.3"
23162316
prismjs "^1.29.0"
23172317

2318-
notion-to-utils@^1.0.1:
2319-
version "1.0.1"
2320-
resolved "https://registry.yarnpkg.com/notion-to-utils/-/notion-to-utils-1.0.1.tgz#3e339b7dd5a02044da357a8c85dc188ea05b93d5"
2321-
integrity sha512-FeK2XftRUv9U3+xG8NF7l5neAJutigCpz1/RhRFF1sKrRzDb4/JExFfQwfshN/3A3Kltv0BJ91A+cIXh27+6/A==
2318+
notion-to-utils@^1.0.2:
2319+
version "1.0.2"
2320+
resolved "https://registry.yarnpkg.com/notion-to-utils/-/notion-to-utils-1.0.2.tgz#2ed0c1253cf355eee2910400c8fd8f22ece2cbd6"
2321+
integrity sha512-NidRkj9/5ARBy/8D7nFpVycX1kTosp8QuhbtGjDLCElWYqCGCRQa84XpsxMexl56k2bSgbLMgq96eFPIyzJ5CA==
23222322
dependencies:
23232323
"@notionhq/client" "^2.2.15"
23242324
lqip-modern "^2.2.1"

0 commit comments

Comments
 (0)