Skip to content

Commit 74dcc4b

Browse files
bump deps
1 parent e75dbcf commit 74dcc4b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^17.0.2",
5050
"react-body-classname": "^1.3.1",
5151
"react-dom": "^17.0.2",
52-
"react-notion-x": "^6.9.3-6.10.0-alpha.0.0",
52+
"react-notion-x": "^6.9.3",
5353
"react-static-tweets": "^0.7.2",
5454
"react-use": "^17.3.2",
5555
"static-tweets": "^0.7.2"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
minimatch "^3.0.4"
2525
strip-json-comments "^3.1.1"
2626

27+
"@fisch0920/medium-zoom@^1.0.7":
28+
version "1.0.7"
29+
resolved "https://registry.yarnpkg.com/@fisch0920/medium-zoom/-/medium-zoom-1.0.7.tgz#46b09b40a1be796f7ff13ea594973e1f1d3c66f6"
30+
integrity sha512-hPUrgVM/QvsZdZzDTPyL1C1mOtEw03RqTLmK7ZlJ8S/64u4O4O5BvPvjB/9kyLtE6iVaS9UDRAMSwmM9uh2JIw==
31+
2732
"@fisch0920/use-dark-mode@^2.4.0":
2833
version "2.4.0"
2934
resolved "https://registry.npmjs.org/@fisch0920/use-dark-mode/-/use-dark-mode-2.4.0.tgz"
@@ -2711,11 +2716,6 @@ mdurl@^1.0.0:
27112716
resolved "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz"
27122717
integrity sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=
27132718

2714-
medium-zoom@^1.0.6:
2715-
version "1.0.6"
2716-
resolved "https://registry.npmjs.org/medium-zoom/-/medium-zoom-1.0.6.tgz"
2717-
integrity sha512-UdiUWfvz9fZMg1pzf4dcuqA0W079o0mpqbTnOz5ip4VGYX96QjmbM+OgOU/0uOzAytxC0Ny4z+VcYQnhdifimg==
2718-
27192719
mem@^9.0.2:
27202720
version "9.0.2"
27212721
resolved "https://registry.npmjs.org/mem/-/mem-9.0.2.tgz"
@@ -3509,14 +3509,14 @@ react-modal@^3.14.3:
35093509
react-lifecycles-compat "^3.0.0"
35103510
warning "^4.0.3"
35113511

3512-
react-notion-x@^6.9.3-6.10.0-alpha.0.0:
3513-
version "6.9.3-6.10.0-alpha.0.0"
3514-
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.3-6.10.0-alpha.0.0.tgz#d83f3618a220db712bb8bed4af03bf7d10d95f5e"
3515-
integrity sha512-JI/KfqIX4+1Q644HEU13CUix5u+LeOWTPbr2q8x/PeoULhise89A68QSN/j34kQvBw+zVZThc8/As1BN5Wgj6A==
3512+
react-notion-x@^6.9.3:
3513+
version "6.9.3"
3514+
resolved "https://registry.yarnpkg.com/react-notion-x/-/react-notion-x-6.9.3.tgz#dc0caa7267a2e4fe9d578078432140b4a56ab564"
3515+
integrity sha512-ZQhracel7+1MBEhWePPdviPQcHetK76PbN50R2HD048DDDhsi3LnZtJKDUgdZrDOipDe9TUZncWKzBiFIYx53w==
35163516
dependencies:
3517+
"@fisch0920/medium-zoom" "^1.0.7"
35173518
"@matejmazur/react-katex" "^3.1.3"
35183519
"@radix-ui/react-dropdown-menu" "^0.1.6"
3519-
medium-zoom "^1.0.6"
35203520
notion-types "^6.7.0"
35213521
notion-utils "^6.9.3-6.10.0-alpha.0.0"
35223522
prismjs "^1.27.0"

0 commit comments

Comments
 (0)