Skip to content

Commit 371f28f

Browse files
fix(deps): update dependency @emotion/styled to v11.11.5
1 parent 2612eb0 commit 371f28f

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "openscript",
88
"dependencies": {
99
"@emotion/react": "11.11.4",
10-
"@emotion/styled": "11.11.0",
10+
"@emotion/styled": "11.11.5",
1111
"@mdx-js/mdx": "3.0.1",
1212
"@mdx-js/react": "3.0.1",
1313
"embla-carousel-autoplay": "^8.0.0-rc17",

yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,10 +1453,10 @@
14531453
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43"
14541454
integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==
14551455

1456-
"@emotion/is-prop-valid@^1.2.1":
1457-
version "1.2.1"
1458-
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc"
1459-
integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==
1456+
"@emotion/is-prop-valid@^1.2.2":
1457+
version "1.2.2"
1458+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz#d4175076679c6a26faa92b03bb786f9e52612337"
1459+
integrity sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==
14601460
dependencies:
14611461
"@emotion/memoize" "^0.8.1"
14621462

@@ -1490,20 +1490,31 @@
14901490
"@emotion/utils" "^1.2.1"
14911491
csstype "^3.0.2"
14921492

1493+
"@emotion/serialize@^1.1.4":
1494+
version "1.1.4"
1495+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.4.tgz#fc8f6d80c492cfa08801d544a05331d1cc7cd451"
1496+
integrity sha512-RIN04MBT8g+FnDwgvIUi8czvr1LU1alUMI05LekWB5DGyTm8cCBMCRpq3GqaiyEDRptEXOyXnvZ58GZYu4kBxQ==
1497+
dependencies:
1498+
"@emotion/hash" "^0.9.1"
1499+
"@emotion/memoize" "^0.8.1"
1500+
"@emotion/unitless" "^0.8.1"
1501+
"@emotion/utils" "^1.2.1"
1502+
csstype "^3.0.2"
1503+
14931504
"@emotion/sheet@^1.2.2":
14941505
version "1.2.2"
14951506
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec"
14961507
integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==
14971508

1498-
"@emotion/[email protected].0":
1499-
version "11.11.0"
1500-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346"
1501-
integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==
1509+
"@emotion/[email protected].5":
1510+
version "11.11.5"
1511+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.5.tgz#0c5c8febef9d86e8a926e663b2e5488705545dfb"
1512+
integrity sha512-/ZjjnaNKvuMPxcIiUkf/9SHoG4Q196DRl1w82hQ3WCsjo1IUR8uaGWrC6a87CrYAW0Kb/pK7hk8BnLgLRi9KoQ==
15021513
dependencies:
15031514
"@babel/runtime" "^7.18.3"
15041515
"@emotion/babel-plugin" "^11.11.0"
1505-
"@emotion/is-prop-valid" "^1.2.1"
1506-
"@emotion/serialize" "^1.1.2"
1516+
"@emotion/is-prop-valid" "^1.2.2"
1517+
"@emotion/serialize" "^1.1.4"
15071518
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.1"
15081519
"@emotion/utils" "^1.2.1"
15091520

0 commit comments

Comments
 (0)