Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@docusaurus/plugin-google-gtag": "latest",
"@docusaurus/preset-classic": "latest",
"@docusaurus/theme-mermaid": "latest",
"@emotion/react": "^11.13.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@iconify/react": "^5.2.0",
"@mdx-js/react": "3.1.0",
Expand Down
38 changes: 36 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3609,6 +3609,19 @@ __metadata:
languageName: node
linkType: hard

"@emotion/cache@npm:^11.14.0":
version: 11.14.0
resolution: "@emotion/cache@npm:11.14.0"
dependencies:
"@emotion/memoize": ^0.9.0
"@emotion/sheet": ^1.4.0
"@emotion/utils": ^1.4.2
"@emotion/weak-memoize": ^0.4.0
stylis: 4.2.0
checksum: 0a81591541ea43bc7851742e6444b7800d72e98006f94e775ae6ea0806662d14e0a86ff940f5f19d33b4bb2c427c882aa65d417e7322a6e0d5f20fe65ed920c9
languageName: node
linkType: hard

"@emotion/hash@npm:^0.9.2":
version: 0.9.2
resolution: "@emotion/hash@npm:0.9.2"
Expand Down Expand Up @@ -3664,7 +3677,28 @@ __metadata:
languageName: node
linkType: hard

"@emotion/react@npm:^11.13.3, @emotion/react@npm:^11.7.1":
"@emotion/react@npm:^11.14.0":
version: 11.14.0
resolution: "@emotion/react@npm:11.14.0"
dependencies:
"@babel/runtime": ^7.18.3
"@emotion/babel-plugin": ^11.13.5
"@emotion/cache": ^11.14.0
"@emotion/serialize": ^1.3.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
"@emotion/weak-memoize": ^0.4.0
hoist-non-react-statics: ^3.3.1
peerDependencies:
react: ">=16.8.0"
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 3cf023b11d132b56168713764d6fced8e5a1f0687dfe0caa2782dfd428c8f9e30f9826a919965a311d87b523cd196722aaf75919cd0f6bd0fd57f8a6a0281500
languageName: node
linkType: hard

"@emotion/react@npm:^11.7.1":
version: 11.13.5
resolution: "@emotion/react@npm:11.13.5"
dependencies:
Expand Down Expand Up @@ -12571,7 +12605,7 @@ __metadata:
"@docusaurus/preset-classic": latest
"@docusaurus/theme-mermaid": latest
"@docusaurus/types": latest
"@emotion/react": ^11.13.3
"@emotion/react": ^11.14.0
"@emotion/styled": ^11.14.1
"@iconify/react": ^5.2.0
"@mdx-js/react": 3.1.0
Expand Down
Loading