Skip to content

Commit

Permalink
fix(deps): update dependency @emotion/styled to v11.11.5 (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 30, 2024
1 parent 7d66394 commit ff95899
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@emotion/styled": "11.11.5",
"@graasp/sdk": "4.4.0",
"@mui/icons-material": "5.15.14",
"@mui/material": "5.15.14",
Expand Down
29 changes: 21 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.2.1":
"@emotion/is-prop-valid@npm:^1.2.2":
version: 1.2.2
resolution: "@emotion/is-prop-valid@npm:1.2.2"
dependencies:
Expand Down Expand Up @@ -775,21 +775,34 @@ __metadata:
languageName: node
linkType: hard

"@emotion/serialize@npm:^1.1.4":
version: 1.1.4
resolution: "@emotion/serialize@npm:1.1.4"
dependencies:
"@emotion/hash": "npm:^0.9.1"
"@emotion/memoize": "npm:^0.8.1"
"@emotion/unitless": "npm:^0.8.1"
"@emotion/utils": "npm:^1.2.1"
csstype: "npm:^3.0.2"
checksum: 10/11fc4f960226778e9a5f86310b739703986d13b2de3e89a16d788126ce312b2c8c174a2947c9bfc80cb124b331c36feeac44193f81150616d94b1ba19a92d70a
languageName: node
linkType: hard

"@emotion/sheet@npm:^1.2.2":
version: 1.2.2
resolution: "@emotion/sheet@npm:1.2.2"
checksum: 10/cc46b20ef7273dc28de889927ae1498f854be2890905745fcc3154fbbacaa54df1e28c3d89ff3339c2022782c78933f51955bb950d105d5a219576db1eadfb7a
languageName: node
linkType: hard

"@emotion/styled@npm:11.11.0":
version: 11.11.0
resolution: "@emotion/styled@npm:11.11.0"
"@emotion/styled@npm:11.11.5":
version: 11.11.5
resolution: "@emotion/styled@npm:11.11.5"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.11.0"
"@emotion/is-prop-valid": "npm:^1.2.1"
"@emotion/serialize": "npm:^1.1.2"
"@emotion/is-prop-valid": "npm:^1.2.2"
"@emotion/serialize": "npm:^1.1.4"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1"
"@emotion/utils": "npm:^1.2.1"
peerDependencies:
Expand All @@ -798,7 +811,7 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/ac471a40645ee7bc950378ff9453028078bc2e45a6317f77636e4ed27f7ea61eb549b1efefdc5433640f73246ae5ee212e6c864085dc042b6541b2ffa0e21a49
checksum: 10/a936787ef80d73066840391522d88280424de0abb56bec83d17e14bdc5a515e77e343dd171f7caae1405462e3f71815b5480dcc4e1eff5e8ff4a020f5c39341e
languageName: node
linkType: hard

Expand Down Expand Up @@ -1248,7 +1261,7 @@ __metadata:
"@commitlint/cli": "npm:19.2.1"
"@commitlint/config-conventional": "npm:19.1.0"
"@emotion/react": "npm:11.11.4"
"@emotion/styled": "npm:11.11.0"
"@emotion/styled": "npm:11.11.5"
"@graasp/sdk": "npm:4.4.0"
"@mui/icons-material": "npm:5.15.14"
"@mui/material": "npm:5.15.14"
Expand Down

0 comments on commit ff95899

Please sign in to comment.