Skip to content

Commit b5368e4

Browse files
remove katex as peer dep
1 parent 5a5b465 commit b5368e4

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,20 @@
3535
"fathom-client": "^3.4.1",
3636
"got": "^12.0.3",
3737
"isomorphic-unfetch": "^3.1.0",
38-
"katex": "^0.15.3",
3938
"lqip-modern": "^1.2.0",
4039
"next": "^12.1.1",
4140
"next-api-og-image": "^2.2.1",
4241
"node-fetch": "^2.6.1",
43-
"notion-client": "^6.9.5",
44-
"notion-types": "^6.9.4",
45-
"notion-utils": "^6.9.4",
42+
"notion-client": "^6.11.0",
43+
"notion-types": "^6.11.0",
44+
"notion-utils": "^6.11.0",
4645
"p-map": "^5.3.0",
4746
"p-memoize": "^6.0.1",
4847
"posthog-js": "^1.20.2",
4948
"react": "^17.0.2",
5049
"react-body-classname": "^1.3.1",
5150
"react-dom": "^17.0.2",
52-
"react-notion-x": "^6.9.5",
51+
"react-notion-x": "^6.11.0",
5352
"react-static-tweets": "^0.7.2",
5453
"react-use": "^17.3.2",
5554
"static-tweets": "^0.7.2"

yarn.lock

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2926,30 +2926,30 @@ normalize-url@^7.0.3:
29262926
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
29272927
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==
29282928

2929-
notion-client@^6.9.5:
2930-
version "6.9.5"
2931-
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.9.5.tgz#768847d508a63c90a1cdc0dffb3054bebccc9827"
2932-
integrity sha512-CJd6CL5T+9ZAn2yfQH5t4i67MbabCdIgFN+lpvCSR2PR+YdOAHy3fzTYuWjCmLAYqMMIfYDjqPn52nZxfZljJA==
2929+
notion-client@^6.11.0:
2930+
version "6.11.0"
2931+
resolved "https://registry.yarnpkg.com/notion-client/-/notion-client-6.11.0.tgz#2245fd4dbfba135801dd5c0ae0576adadc00e681"
2932+
integrity sha512-bgi4ZHxVe4oZhTvoO9MdJPiKZyf6OKXDPNoU5PNvhgPwL9AfKetowBTC3xIEMzGbS9iw5OSa7S5KmLDD3BCnaA==
29332933
dependencies:
29342934
got "^11.8.1"
2935-
notion-types "^6.9.4"
2936-
notion-utils "^6.9.4"
2935+
notion-types "^6.11.0"
2936+
notion-utils "^6.11.0"
29372937
p-map "^5.3.0"
29382938

2939-
notion-types@^6.9.4:
2940-
version "6.9.4"
2941-
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.9.4.tgz#137bc0e7b327aa0b75defffdd128009384e72f05"
2942-
integrity sha512-hLOHtg5VZU5czs77aHNROUYuY/1bk+Ejl7GAHjPpAgCzfTeQVpJYjvLr+XZIqcBUSa/3u/BcTpEImRmp+UOw9Q==
2939+
notion-types@^6.11.0:
2940+
version "6.11.0"
2941+
resolved "https://registry.yarnpkg.com/notion-types/-/notion-types-6.11.0.tgz#3da05375e3ee3334ef0e9f705ff9ffdd880f2fdc"
2942+
integrity sha512-a8Q5Tmgf4lywP57uk4o6UeuxFgswXPul5SYTAWK8spnppMUC3ax5woZcltTHQMvqsP6ZVEqjqDl82lMEL4VD7A==
29432943

2944-
notion-utils@^6.9.4:
2945-
version "6.9.4"
2946-
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.9.4.tgz#e4274b146c9c86521f557d8cabdf08bc285675ca"
2947-
integrity sha512-OIAeGBBkOndVb6rXZosStugM0di8Pvi3YMGTLf1oh84KtipYyPw70zbloJNM9zLDf578AW9MU2i/yyt5A4TMRQ==
2944+
notion-utils@^6.11.0:
2945+
version "6.11.0"
2946+
resolved "https://registry.yarnpkg.com/notion-utils/-/notion-utils-6.11.0.tgz#2252f8a59d6597141aa026137f4a4edd068119a3"
2947+
integrity sha512-xP58mT0p4mWwrF1TbkV5r/En9XstnQHW75vpsYP+Ghg7TRt80cPzUgRx/lDRaWAkWXN7G+mUZIVU/eQgNonU8w==
29482948
dependencies:
29492949
is-url-superb "^6.1.0"
29502950
mem "^9.0.2"
29512951
normalize-url "^7.0.3"
2952-
notion-types "^6.9.4"
2952+
notion-types "^6.11.0"
29532953
p-queue "^7.2.0"
29542954

29552955
npm-run-all@^4.1.5:
@@ -3509,16 +3509,17 @@ react-modal@^3.14.3:
35093509
react-lifecycles-compat "^3.0.0"
35103510
warning "^4.0.3"
35113511

3512-
react-notion-x@^6.9.5:
3513-
version "6.9.5"
3514-
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.5.tgz#8b791ec2dab2b2cb8e072e756c9ca68a2a69cacd"
3515-
integrity sha512-AxPDkHh4R8VPXcNttPjjrXIp3JCC8la/kwAywEq3FIcuXYO9pyUWBxUU0qpgq/jivLKi21QVrUzCTPTjZTh8Pg==
3512+
react-notion-x@^6.11.0:
3513+
version "6.11.0"
3514+
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.11.0.tgz#f294703aac23b451fa10c72bf3eb93a084804f8e"
3515+
integrity sha512-puwKPlrqNwOkZJCyEMGkkJ4Sf7FZKM4WWiakNbSNfoXGqUdbS42zxIbovfjeNCHnmSd3JHRfodfLE4qr3DeE8g==
35163516
dependencies:
35173517
"@fisch0920/medium-zoom" "^1.0.7"
35183518
"@matejmazur/react-katex" "^3.1.3"
35193519
"@radix-ui/react-dropdown-menu" "^0.1.6"
3520-
notion-types "^6.9.4"
3521-
notion-utils "^6.9.4"
3520+
katex "^0.15.3"
3521+
notion-types "^6.11.0"
3522+
notion-utils "^6.11.0"
35223523
prismjs "^1.27.0"
35233524
react-fast-compare "^3.2.0"
35243525
react-hotkeys-hook "^3.0.3"

0 commit comments

Comments
 (0)