Skip to content

Commit 40ce960

Browse files
committed
build(package.json): align emotion react version with internal version of some third-party (check yarn.lock)
1 parent 2abed89 commit 40ce960

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"@chakra-ui/react": "1.8.5",
2929
"@emotion/babel-plugin": "11.7.2",
3030
"@emotion/babel-preset-css-prop": "11.2.0",
31-
"@emotion/react": "11.8.1",
32-
"@emotion/styled": "11.8.1",
31+
"@emotion/react": "^11.7.1",
32+
"@emotion/styled": "^11.7.1",
3333
"@loki/is-loki-running": "0.28.0",
3434
"@mantine/core": "3.6.9",
3535
"@mantine/hooks": "3.6.9",

yarn.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,20 +2053,6 @@
20532053
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
20542054
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
20552055

2056-
"@emotion/[email protected]":
2057-
version "11.8.1"
2058-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.1.tgz#5358b8c78367063881e26423057c030c57ce52eb"
2059-
integrity sha512-XGaie4nRxmtP1BZYBXqC5JGqMYF2KRKKI7vjqNvQxyRpekVAZhb6QqrElmZCAYXH1L90lAelADSVZC4PFsrJ8Q==
2060-
dependencies:
2061-
"@babel/runtime" "^7.13.10"
2062-
"@emotion/babel-plugin" "^11.7.1"
2063-
"@emotion/cache" "^11.7.1"
2064-
"@emotion/serialize" "^1.0.2"
2065-
"@emotion/sheet" "^1.1.0"
2066-
"@emotion/utils" "^1.1.0"
2067-
"@emotion/weak-memoize" "^0.2.5"
2068-
hoist-non-react-statics "^3.3.1"
2069-
20702056
"@emotion/react@^11.7.1":
20712057
version "11.9.0"
20722058
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8"
@@ -2096,7 +2082,7 @@
20962082
resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.1.0.tgz#56d99c41f0a1cda2726a05aa6a20afd4c63e58d2"
20972083
integrity sha512-u0AX4aSo25sMAygCuQTzS+HsImZFuS8llY8O7b9MDRzbJM0kVJlAz6KNDqcG7pOuQZJmj/8X/rAW+66kMnMW+g==
20982084

2099-
"@emotion/styled@11.8.1":
2085+
"@emotion/styled@^11.7.1":
21002086
version "11.8.1"
21012087
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.8.1.tgz#856f6f63aceef0eb783985fa2322e2bf66d04e17"
21022088
integrity sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==

0 commit comments

Comments
 (0)