Skip to content

Commit 3c811f0

Browse files
fix(deps): update dependency @emotion/react to v11.13.3
1 parent d9a3a4a commit 3c811f0

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"license": "AGPL3.0-only",
1212
"dependencies": {
13-
"@emotion/react": "11.13.0",
13+
"@emotion/react": "11.13.3",
1414
"@emotion/styled": "11.13.0",
1515
"@graasp/apps-query-client": "3.5.1",
1616
"@graasp/sdk": "4.22.0",

yarn.lock

+42-1
Original file line numberDiff line numberDiff line change
@@ -2343,6 +2343,27 @@ __metadata:
23432343
languageName: node
23442344
linkType: hard
23452345

2346+
"@emotion/react@npm:11.13.3":
2347+
version: 11.13.3
2348+
resolution: "@emotion/react@npm:11.13.3"
2349+
dependencies:
2350+
"@babel/runtime": "npm:^7.18.3"
2351+
"@emotion/babel-plugin": "npm:^11.12.0"
2352+
"@emotion/cache": "npm:^11.13.0"
2353+
"@emotion/serialize": "npm:^1.3.1"
2354+
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.1.0"
2355+
"@emotion/utils": "npm:^1.4.0"
2356+
"@emotion/weak-memoize": "npm:^0.4.0"
2357+
hoist-non-react-statics: "npm:^3.3.1"
2358+
peerDependencies:
2359+
react: ">=16.8.0"
2360+
peerDependenciesMeta:
2361+
"@types/react":
2362+
optional: true
2363+
checksum: ee70d3afc2e8dd771e6fe176d27dd87a5e21a54e54d871438fd1caa5aa2312d848c6866292fdc65a6ea1c945147c8422bda2d22ed739178af9902dc86d6b298a
2364+
languageName: node
2365+
linkType: hard
2366+
23462367
"@emotion/react@npm:^11.8.1":
23472368
version: 11.11.3
23482369
resolution: "@emotion/react@npm:11.11.3"
@@ -2390,6 +2411,19 @@ __metadata:
23902411
languageName: node
23912412
linkType: hard
23922413

2414+
"@emotion/serialize@npm:^1.3.1":
2415+
version: 1.3.1
2416+
resolution: "@emotion/serialize@npm:1.3.1"
2417+
dependencies:
2418+
"@emotion/hash": "npm:^0.9.2"
2419+
"@emotion/memoize": "npm:^0.9.0"
2420+
"@emotion/unitless": "npm:^0.10.0"
2421+
"@emotion/utils": "npm:^1.4.0"
2422+
csstype: "npm:^3.0.2"
2423+
checksum: 4bbb9b417f88a7bb55c4ffba101e3e53059029c0258969683bb11216906e08cbd687b5674ec787ec41e5340399fb08af8881d6cf913caf8a5fdf84c4f4890f33
2424+
languageName: node
2425+
linkType: hard
2426+
23932427
"@emotion/sheet@npm:^1.2.2":
23942428
version: 1.2.2
23952429
resolution: "@emotion/sheet@npm:1.2.2"
@@ -2424,6 +2458,13 @@ __metadata:
24242458
languageName: node
24252459
linkType: hard
24262460

2461+
"@emotion/unitless@npm:^0.10.0":
2462+
version: 0.10.0
2463+
resolution: "@emotion/unitless@npm:0.10.0"
2464+
checksum: 6851c16edce01c494305f43b2cad7a26b939a821131b7c354e49b8e3b012c8810024755b0f4a03ef51117750309e55339825a97bd10411fb3687e68904769106
2465+
languageName: node
2466+
linkType: hard
2467+
24272468
"@emotion/unitless@npm:^0.8.1":
24282469
version: 0.8.1
24292470
resolution: "@emotion/unitless@npm:0.8.1"
@@ -9028,7 +9069,7 @@ __metadata:
90289069
dependencies:
90299070
"@commitlint/cli": "npm:19.3.0"
90309071
"@commitlint/config-conventional": "npm:19.2.2"
9031-
"@emotion/react": "npm:11.13.0"
9072+
"@emotion/react": "npm:11.13.3"
90329073
"@emotion/styled": "npm:11.13.0"
90339074
"@graasp/apps-query-client": "npm:3.5.1"
90349075
"@graasp/sdk": "npm:4.22.0"

0 commit comments

Comments
 (0)