Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Feb 20, 2022
1 parent 03700f6 commit d40da70
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"main": "build/src/main/main.js",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@iconify/icons-mdi": "^1.2.1",
"@iconify/react": "^3.1.3",
"@mui/icons-material": "^5.4.2",
Expand Down
47 changes: 32 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3509,7 +3509,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/babel-plugin@npm:^11.3.0":
"@emotion/babel-plugin@npm:^11.7.1":
version: 11.7.2
resolution: "@emotion/babel-plugin@npm:11.7.2"
dependencies:
Expand Down Expand Up @@ -3560,22 +3560,32 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.1.2":
version: 1.1.2
resolution: "@emotion/is-prop-valid@npm:1.1.2"
dependencies:
"@emotion/memoize": ^0.7.4
checksum: 58b1f2d429a589f8f5bc2c33a8732cbb7bbcb17131a103511ef9a94ac754d7eeb53d627f947da480cd977f9d419fd92e244991680292f3287204159652745707
languageName: node
linkType: hard

"@emotion/memoize@npm:^0.7.4, @emotion/memoize@npm:^0.7.5":
version: 0.7.5
resolution: "@emotion/memoize@npm:0.7.5"
checksum: 83da8d4a7649a92c72f960817692bc6be13cc13e107b9f7e878d63766525ed4402881bfeb3cda61145c050281e7e260f114a0a2870515527346f2ef896b915b3
languageName: node
linkType: hard

"@emotion/react@npm:^11.7.1":
version: 11.7.1
resolution: "@emotion/react@npm:11.7.1"
"@emotion/react@npm:^11.8.1":
version: 11.8.1
resolution: "@emotion/react@npm:11.8.1"
dependencies:
"@babel/runtime": ^7.13.10
"@emotion/babel-plugin": ^11.7.1
"@emotion/cache": ^11.7.1
"@emotion/serialize": ^1.0.2
"@emotion/sheet": ^1.1.0
"@emotion/utils": ^1.0.0
"@emotion/utils": ^1.1.0
"@emotion/weak-memoize": ^0.2.5
hoist-non-react-statics: ^3.3.1
peerDependencies:
Expand All @@ -3586,7 +3596,7 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 3392aa71f9c68c16022947959f7f842174e6b075b3baf58e185462411cd9b5a87557109a9225b1abaa2d7200a08b7cb9d7f21aa035f0d36b2c89e19b2a124e02
checksum: a767c6d7ca9e45dc3c1e873cfa51952db24e0d279944403ceb06be82d15859354e128becf6f7d0f8ff2b5f3460e3c165cd2b16ab1a2446e8e15e134a69e6ea3a
languageName: node
linkType: hard

Expand All @@ -3610,15 +3620,15 @@ __metadata:
languageName: node
linkType: hard

"@emotion/styled@npm:^11.6.0":
version: 11.6.0
resolution: "@emotion/styled@npm:11.6.0"
"@emotion/styled@npm:^11.8.1":
version: 11.8.1
resolution: "@emotion/styled@npm:11.8.1"
dependencies:
"@babel/runtime": ^7.13.10
"@emotion/babel-plugin": ^11.3.0
"@emotion/is-prop-valid": ^1.1.1
"@emotion/babel-plugin": ^11.7.1
"@emotion/is-prop-valid": ^1.1.2
"@emotion/serialize": ^1.0.2
"@emotion/utils": ^1.0.0
"@emotion/utils": ^1.1.0
peerDependencies:
"@babel/core": ^7.0.0
"@emotion/react": ^11.0.0-rc.0
Expand All @@ -3628,7 +3638,7 @@ __metadata:
optional: true
"@types/react":
optional: true
checksum: 612bbf114a4ca49e5b3ec4554bea1cd5aad9eeb2371babc3e6b79eab5020bd0300b9904108b621837fe715e221ba09dd131dc29918c1fd966e082d8e74fca833
checksum: 67150fa788785c34e285b90acecc91fe7a63babceaefbeffd053bed0fa31f72a05bfeeb9d15620766e543e007b9ccac2e836812eec2e791f962ec4e52731ae4c
languageName: node
linkType: hard

Expand All @@ -3646,6 +3656,13 @@ __metadata:
languageName: node
linkType: hard

"@emotion/utils@npm:^1.1.0":
version: 1.1.0
resolution: "@emotion/utils@npm:1.1.0"
checksum: d3b681ca3a23b07033ac6c6937e71010a5549ac8ccec325eb6c91a7e48d9a73db83fa5dadc58be981bb125d7c00fedca868ea4362b1da9e02866615f96be4df1
languageName: node
linkType: hard

"@emotion/weak-memoize@npm:^0.2.5":
version: 0.2.5
resolution: "@emotion/weak-memoize@npm:0.2.5"
Expand Down Expand Up @@ -6990,8 +7007,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "boson@workspace:."
dependencies:
"@emotion/react": ^11.7.1
"@emotion/styled": ^11.6.0
"@emotion/react": ^11.8.1
"@emotion/styled": ^11.8.1
"@iconify-icons/file-icons": ^1.2.1
"@iconify/icons-mdi": ^1.2.1
"@iconify/react": ^3.1.3
Expand Down

0 comments on commit d40da70

Please sign in to comment.