Skip to content

Commit f02933f

Browse files
fix build issue
1 parent c4af590 commit f02933f

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

editor/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@design-sdk/figma-auth-store": "^0.0.2",
1717
"@designto/code": "0.0.1",
1818
"@emotion/core": "^11.0.0",
19+
"@emotion/css": "^11.5.0",
1920
"@emotion/react": "^11.1.5",
2021
"@emotion/styled": "^11.1.5",
2122
"@material-ui/core": "^4.12.3",
@@ -58,4 +59,4 @@
5859
"raw-loader": "^4.0.2",
5960
"typescript": "^4.2.3"
6061
}
61-
}
62+
}

yarn.lock

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
dependencies:
15271527
"@babel/plugin-syntax-jsx" "^7.2.0"
15281528

1529-
"@emotion/babel-plugin@^11.2.0", "@emotion/babel-plugin@^11.3.0":
1529+
"@emotion/babel-plugin@^11.0.0", "@emotion/babel-plugin@^11.2.0", "@emotion/babel-plugin@^11.3.0":
15301530
version "11.3.0"
15311531
resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.3.0.tgz#3a16850ba04d8d9651f07f3fb674b3436a4fb9d7"
15321532
integrity sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==
@@ -1570,6 +1570,17 @@
15701570
resolved "https://registry.yarnpkg.com/@emotion/core/-/core-11.0.0.tgz#d075867e07864119de7cfd5268c15012bd2d6290"
15711571
integrity sha512-w4sE3AmHmyG6RDKf6mIbtHpgJUSJ2uGvPQb8VXFL7hFjMPibE8IiehG8cMX3Ztm4svfCQV6KqusQbeIOkurBcA==
15721572

1573+
"@emotion/css@^11.5.0":
1574+
version "11.5.0"
1575+
resolved "https://registry.yarnpkg.com/@emotion/css/-/css-11.5.0.tgz#0a80017080cb44d47994fe576b9923bfc8b0f6ad"
1576+
integrity sha512-mqjz/3aqR9rp40M+pvwdKYWxlQK4Nj3cnNjo3Tx6SM14dSsEn7q/4W2/I7PlgG+mb27iITHugXuBIHH/QwUBVQ==
1577+
dependencies:
1578+
"@emotion/babel-plugin" "^11.0.0"
1579+
"@emotion/cache" "^11.5.0"
1580+
"@emotion/serialize" "^1.0.0"
1581+
"@emotion/sheet" "^1.0.3"
1582+
"@emotion/utils" "^1.0.0"
1583+
15731584
"@emotion/hash@^0.8.0":
15741585
version "0.8.0"
15751586
resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.8.0.tgz#bbbff68978fefdbe68ccb533bc8cbe1d1afb5413"
@@ -1600,7 +1611,7 @@
16001611
"@emotion/weak-memoize" "^0.2.5"
16011612
hoist-non-react-statics "^3.3.1"
16021613

1603-
"@emotion/serialize@^1.0.2":
1614+
"@emotion/serialize@^1.0.0", "@emotion/serialize@^1.0.2":
16041615
version "1.0.2"
16051616
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.0.2.tgz#77cb21a0571c9f68eb66087754a65fa97bfcd965"
16061617
integrity sha512-95MgNJ9+/ajxU7QIAruiOAdYNjxZX7G2mhgrtDWswA21VviYIRP1R5QilZ/bDY42xiKsaktP4egJb3QdYQZi1A==

0 commit comments

Comments
 (0)