Skip to content

Commit d258dc8

Browse files
committed
Update dependencies to v11.10.6
1 parent a65273a commit d258dc8

File tree

2 files changed

+16
-29
lines changed

2 files changed

+16
-29
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build:all": "yarn build && yarn build:reg"
2323
},
2424
"dependencies": {
25-
"@emotion/react": "11.10.5",
26-
"@emotion/styled": "11.10.5",
25+
"@emotion/react": "11.10.6",
26+
"@emotion/styled": "11.10.6",
2727
"@material-ui/core": "4.12.4",
2828
"@material-ui/icons": "4.11.3",
2929
"chokidar": "3.5.3",

yarn.lock

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,6 @@
334334
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz#2f75a831269d4f677de49986dff59927533cf375"
335335
integrity sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==
336336

337-
"@babel/helper-plugin-utils@^7.18.6":
338-
version "7.18.9"
339-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
340-
integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
341-
342337
"@babel/helper-remap-async-to-generator@^7.12.1":
343338
version "7.12.1"
344339
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.12.1.tgz#8c4dbbf916314f6047dc05e6a2217074238347fd"
@@ -690,13 +685,6 @@
690685
dependencies:
691686
"@babel/helper-plugin-utils" "^7.10.4"
692687

693-
"@babel/plugin-syntax-jsx@^7.17.12":
694-
version "7.18.6"
695-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz#a8feef63b010150abd97f1649ec296e849943ca0"
696-
integrity sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==
697-
dependencies:
698-
"@babel/helper-plugin-utils" "^7.18.6"
699-
700688
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
701689
version "7.10.4"
702690
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -1328,13 +1316,12 @@
13281316
exec-sh "^0.3.2"
13291317
minimist "^1.2.0"
13301318

1331-
"@emotion/babel-plugin@^11.10.5":
1332-
version "11.10.5"
1333-
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.5.tgz#65fa6e1790ddc9e23cc22658a4c5dea423c55c3c"
1334-
integrity sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==
1319+
"@emotion/babel-plugin@^11.10.6":
1320+
version "11.10.6"
1321+
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.10.6.tgz#a68ee4b019d661d6f37dec4b8903255766925ead"
1322+
integrity sha512-p2dAqtVrkhSa7xz1u/m9eHYdLi+en8NowrmXeF/dKtJpU8lCWli8RUAati7NcSl0afsBott48pdnANuD0wh9QQ==
13351323
dependencies:
13361324
"@babel/helper-module-imports" "^7.16.7"
1337-
"@babel/plugin-syntax-jsx" "^7.17.12"
13381325
"@babel/runtime" "^7.18.3"
13391326
"@emotion/hash" "^0.9.0"
13401327
"@emotion/memoize" "^0.8.0"
@@ -1422,13 +1409,13 @@
14221409
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae70b08ed510e1b18980f"
14231410
integrity sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==
14241411

1425-
"@emotion/[email protected].5":
1426-
version "11.10.5"
1427-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.5.tgz#95fff612a5de1efa9c0d535384d3cfa115fe175d"
1428-
integrity sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==
1412+
"@emotion/[email protected].6":
1413+
version "11.10.6"
1414+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.10.6.tgz#dbe5e650ab0f3b1d2e592e6ab1e006e75fd9ac11"
1415+
integrity sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==
14291416
dependencies:
14301417
"@babel/runtime" "^7.18.3"
1431-
"@emotion/babel-plugin" "^11.10.5"
1418+
"@emotion/babel-plugin" "^11.10.6"
14321419
"@emotion/cache" "^11.10.5"
14331420
"@emotion/serialize" "^1.1.1"
14341421
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"
@@ -1478,13 +1465,13 @@
14781465
"@emotion/serialize" "^0.11.15"
14791466
"@emotion/utils" "0.11.3"
14801467

1481-
"@emotion/[email protected].5":
1482-
version "11.10.5"
1483-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.5.tgz#1fe7bf941b0909802cb826457e362444e7e96a79"
1484-
integrity sha512-8EP6dD7dMkdku2foLoruPCNkRevzdcBaY6q0l0OsbyJK+x8D9HWjX27ARiSIKNF634hY9Zdoedh8bJCiva8yZw==
1468+
"@emotion/[email protected].6":
1469+
version "11.10.6"
1470+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.10.6.tgz#d886afdc51ef4d66c787ebde848f3cc8b117ebba"
1471+
integrity sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==
14851472
dependencies:
14861473
"@babel/runtime" "^7.18.3"
1487-
"@emotion/babel-plugin" "^11.10.5"
1474+
"@emotion/babel-plugin" "^11.10.6"
14881475
"@emotion/is-prop-valid" "^1.2.0"
14891476
"@emotion/serialize" "^1.1.1"
14901477
"@emotion/use-insertion-effect-with-fallbacks" "^1.0.0"

0 commit comments

Comments
 (0)