Skip to content

Commit a4f146b

Browse files
build(deps): bump @emotion/styled in /single-page-app/ui (#694)
Bumps [@emotion/styled](https://github.com/emotion-js/emotion) from 11.14.0 to 11.14.1. - [Release notes](https://github.com/emotion-js/emotion/releases) - [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md) - [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.14.0...@emotion/styled@11.14.1) --- updated-dependencies: - dependency-name: "@emotion/styled" dependency-version: 11.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7332638 commit a4f146b

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

single-page-app/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@chakra-ui/table": "^2.1.0",
1818
"@chakra-ui/tabs": "^3.0.0",
1919
"@emotion/react": "^11.14.0",
20-
"@emotion/styled": "^11.14.0",
20+
"@emotion/styled": "^11.14.1",
2121
"framer-motion": "^12.22.0",
2222
"mdi-react": "^9.3.0",
2323
"react": "^18.3.1",

single-page-app/ui/yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,11 @@
177177
dependencies:
178178
"@babel/helper-plugin-utils" "^7.27.1"
179179

180-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13":
180+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3":
181181
version "7.27.6"
182182
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
183183
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
184184

185-
"@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3":
186-
version "7.26.10"
187-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
188-
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
189-
dependencies:
190-
regenerator-runtime "^0.14.0"
191-
192185
"@babel/template@^7.27.2":
193186
version "7.27.2"
194187
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
@@ -670,10 +663,10 @@
670663
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.4.0.tgz#c9299c34d248bc26e82563735f78953d2efca83c"
671664
integrity sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==
672665

673-
"@emotion/styled@^11.14.0":
674-
version "11.14.0"
675-
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.14.0.tgz#f47ca7219b1a295186d7661583376fcea95f0ff3"
676-
integrity sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==
666+
"@emotion/styled@^11.14.1":
667+
version "11.14.1"
668+
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.14.1.tgz#8c34bed2948e83e1980370305614c20955aacd1c"
669+
integrity sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==
677670
dependencies:
678671
"@babel/runtime" "^7.18.3"
679672
"@emotion/babel-plugin" "^11.13.5"
@@ -3812,11 +3805,6 @@ reflect.getprototypeof@^1.0.6, reflect.getprototypeof@^1.0.9:
38123805
get-proto "^1.0.1"
38133806
which-builtin-type "^1.2.1"
38143807

3815-
regenerator-runtime@^0.14.0:
3816-
version "0.14.1"
3817-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
3818-
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
3819-
38203808
regexp.prototype.flags@^1.5.1:
38213809
version "1.5.1"
38223810
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz#90ce989138db209f81492edd734183ce99f9677e"

0 commit comments

Comments
 (0)