Skip to content

Commit 19e7e2e

Browse files
committed
fix(deps): update dependency @emotion/react to v11.11.4
1 parent 6582a91 commit 19e7e2e

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "module",
2525
"dependencies": {
2626
"@codemirror/lang-javascript": "^6.2.1",
27-
"@emotion/react": "11.11.3",
27+
"@emotion/react": "11.11.4",
2828
"@emotion/styled": "11.11.0",
2929
"@graasp/apps-query-client": "^3.4.4",
3030
"@graasp/sdk": "3.6.0",

yarn.lock

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,6 +2150,27 @@ __metadata:
21502150
languageName: node
21512151
linkType: hard
21522152

2153+
"@emotion/react@npm:11.11.4":
2154+
version: 11.11.4
2155+
resolution: "@emotion/react@npm:11.11.4"
2156+
dependencies:
2157+
"@babel/runtime": "npm:^7.18.3"
2158+
"@emotion/babel-plugin": "npm:^11.11.0"
2159+
"@emotion/cache": "npm:^11.11.0"
2160+
"@emotion/serialize": "npm:^1.1.3"
2161+
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1"
2162+
"@emotion/utils": "npm:^1.2.1"
2163+
"@emotion/weak-memoize": "npm:^0.3.1"
2164+
hoist-non-react-statics: "npm:^3.3.1"
2165+
peerDependencies:
2166+
react: ">=16.8.0"
2167+
peerDependenciesMeta:
2168+
"@types/react":
2169+
optional: true
2170+
checksum: 10/e7da3a1ddc1d72a4179010bdfd17423c13b1a77bf83a8b18271e919fd382d08c62dc2313ed5347acfd1ef85bb1bae8932597647a986e8a1ea1462552716cd495
2171+
languageName: node
2172+
linkType: hard
2173+
21532174
"@emotion/serialize@npm:^1.1.2":
21542175
version: 1.1.2
21552176
resolution: "@emotion/serialize@npm:1.1.2"
@@ -8486,7 +8507,7 @@ __metadata:
84868507
"@commitlint/config-conventional": "npm:18.6.2"
84878508
"@commitlint/types": "npm:^18.6.1"
84888509
"@cypress/code-coverage": "npm:3.12.26"
8489-
"@emotion/react": "npm:11.11.3"
8510+
"@emotion/react": "npm:11.11.4"
84908511
"@emotion/styled": "npm:11.11.0"
84918512
"@graasp/apps-query-client": "npm:^3.4.4"
84928513
"@graasp/sdk": "npm:3.6.0"

0 commit comments

Comments
 (0)