Skip to content

Commit c1d16c8

Browse files
committed
emotion
1 parent afe72b6 commit c1d16c8

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

packages/dapp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@discovery-dao/tree": "^0.0.1",
3333
"@discovery-dao/ui": "^0.0.19",
3434
"@emotion/cache": "^11.7.1",
35-
"@emotion/react": "^11.9.0",
35+
"@emotion/react": "^11.0.0",
3636
"@emotion/server": "^11.4.0",
3737
"@emotion/styled": "^11.8.1",
3838
"@ethersproject/providers": "^5.5.1",
@@ -101,7 +101,7 @@
101101
"@types/multiparty": "^0.0.33",
102102
"@types/node": "^17.0.31",
103103
"@types/react": "^17.0.39",
104-
"@types/react-dom": "^18.0.3",
104+
"@types/react-dom": "^17.0.1",
105105
"@types/react-blockies": "^1.4.1",
106106
"commitlint": "^13.2.1",
107107
"eslint": "^7.32.0",

packages/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@storybook/manager-webpack5": "^6.4.19",
6666
"@storybook/react": "^6.4.22",
6767
"@types/react": "^17.0.39",
68-
"@types/react-dom": "^18.0.3",
68+
"@types/react-dom": "^17.0.1",
6969
"babel-loader": "^8.2.2",
7070
"cz-conventional-changelog": "^3.3.0",
7171
"html-webpack-plugin": "^5.5.0",
@@ -82,8 +82,8 @@
8282
"dependencies": {
8383
"@chakra-ui/icons": "^1.1.7",
8484
"@chakra-ui/react": "^1.8.8",
85-
"@emotion/react": "^11.9.0",
86-
"@emotion/styled": "^11.8.1",
85+
"@emotion/react": "^11",
86+
"@emotion/styled": "^11",
8787
"@fontsource/inter": "^4.5.1",
8888
"chakra-ui-steps": "^1.7.3",
8989
"framer-motion": "^5",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,7 +2561,7 @@
25612561
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50"
25622562
integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==
25632563

2564-
"@emotion/react@^11.8.1", "@emotion/react@^11.9.0":
2564+
"@emotion/react@^11", "@emotion/react@^11.0.0", "@emotion/react@^11.8.1":
25652565
version "11.9.0"
25662566
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.9.0.tgz#b6d42b1db3bd7511e7a7c4151dc8bc82e14593b8"
25672567
integrity sha512-lBVSF5d0ceKtfKCDQJveNAtkC7ayxpVlgOohLgXqRwqWr9bOf4TZAFFyIcNngnV6xK6X4x2ZeXq7vliHkoVkxQ==
@@ -2634,7 +2634,7 @@
26342634
"@emotion/styled-base" "^10.3.0"
26352635
babel-plugin-emotion "^10.0.27"
26362636

2637-
"@emotion/styled@^11.8.1":
2637+
"@emotion/styled@^11", "@emotion/styled@^11.8.1":
26382638
version "11.8.1"
26392639
resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.8.1.tgz#856f6f63aceef0eb783985fa2322e2bf66d04e17"
26402640
integrity sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==
@@ -8682,7 +8682,7 @@
86828682
dependencies:
86838683
"@types/react" "*"
86848684

8685-
"@types/react-dom@*", "@types/react-dom@^18.0.3":
8685+
"@types/react-dom@*":
86868686
version "18.0.3"
86878687
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.3.tgz#a022ea08c75a476fe5e96b675c3e673363853831"
86888688
integrity sha512-1RRW9kst+67gveJRYPxGmVy8eVJ05O43hg77G2j5m76/RFJtMbcfAs2viQ2UNsvvDg8F7OfQZx8qQcl6ymygaQ==
@@ -8696,6 +8696,13 @@
86968696
dependencies:
86978697
"@types/react" "^16"
86988698

8699+
"@types/react-dom@^17.0.1":
8700+
version "17.0.17"
8701+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.17.tgz#2e3743277a793a96a99f1bf87614598289da68a1"
8702+
integrity sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==
8703+
dependencies:
8704+
"@types/react" "^17"
8705+
86998706
"@types/react-syntax-highlighter@11.0.4":
87008707
version "11.0.4"
87018708
resolved "https://registry.yarnpkg.com/@types/react-syntax-highlighter/-/react-syntax-highlighter-11.0.4.tgz#d86d17697db62f98046874f62fdb3e53a0bbc4cd"
@@ -8742,7 +8749,7 @@
87428749
"@types/scheduler" "*"
87438750
csstype "^3.0.2"
87448751

8745-
"@types/react@^17.0.15", "@types/react@^17.0.39":
8752+
"@types/react@^17", "@types/react@^17.0.15", "@types/react@^17.0.39":
87468753
version "17.0.45"
87478754
resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.45.tgz#9b3d5b661fd26365fefef0e766a1c6c30ccf7b3f"
87488755
integrity sha512-YfhQ22Lah2e3CHPsb93tRwIGNiSwkuz1/blk4e6QrWS0jQzCSNbGLtOEYhPg02W0yGTTmpajp7dCTbBAMN3qsg==

0 commit comments

Comments
 (0)