Skip to content

Commit

Permalink
remove katex as peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 13, 2022
1 parent 5a5b465 commit b5368e4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,20 @@
"fathom-client": "^3.4.1",
"got": "^12.0.3",
"isomorphic-unfetch": "^3.1.0",
"katex": "^0.15.3",
"lqip-modern": "^1.2.0",
"next": "^12.1.1",
"next-api-og-image": "^2.2.1",
"node-fetch": "^2.6.1",
"notion-client": "^6.9.5",
"notion-types": "^6.9.4",
"notion-utils": "^6.9.4",
"notion-client": "^6.11.0",
"notion-types": "^6.11.0",
"notion-utils": "^6.11.0",
"p-map": "^5.3.0",
"p-memoize": "^6.0.1",
"posthog-js": "^1.20.2",
"react": "^17.0.2",
"react-body-classname": "^1.3.1",
"react-dom": "^17.0.2",
"react-notion-x": "^6.9.5",
"react-notion-x": "^6.11.0",
"react-static-tweets": "^0.7.2",
"react-use": "^17.3.2",
"static-tweets": "^0.7.2"
Expand Down
43 changes: 22 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2926,30 +2926,30 @@ normalize-url@^7.0.3:
resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-7.0.3.tgz"
integrity sha512-RiCOdwdPnzvwcBFJE4iI1ss3dMVRIrEzFpn8ftje6iBfzBInqlnRrNhxcLwBEKjPPXQKzm1Ptlxtaiv9wdcj5w==

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

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

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

npm-run-all@^4.1.5:
Expand Down Expand Up @@ -3509,16 +3509,17 @@ react-modal@^3.14.3:
react-lifecycles-compat "^3.0.0"
warning "^4.0.3"

react-notion-x@^6.9.5:
version "6.9.5"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.5.tgz#8b791ec2dab2b2cb8e072e756c9ca68a2a69cacd"
integrity sha512-AxPDkHh4R8VPXcNttPjjrXIp3JCC8la/kwAywEq3FIcuXYO9pyUWBxUU0qpgq/jivLKi21QVrUzCTPTjZTh8Pg==
react-notion-x@^6.11.0:
version "6.11.0"
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.11.0.tgz#f294703aac23b451fa10c72bf3eb93a084804f8e"
integrity sha512-puwKPlrqNwOkZJCyEMGkkJ4Sf7FZKM4WWiakNbSNfoXGqUdbS42zxIbovfjeNCHnmSd3JHRfodfLE4qr3DeE8g==
dependencies:
"@fisch0920/medium-zoom" "^1.0.7"
"@matejmazur/react-katex" "^3.1.3"
"@radix-ui/react-dropdown-menu" "^0.1.6"
notion-types "^6.9.4"
notion-utils "^6.9.4"
katex "^0.15.3"
notion-types "^6.11.0"
notion-utils "^6.11.0"
prismjs "^1.27.0"
react-fast-compare "^3.2.0"
react-hotkeys-hook "^3.0.3"
Expand Down

0 comments on commit b5368e4

Please sign in to comment.