Skip to content

Commit

Permalink
chore: update emotion dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 22, 2024
1 parent 5e2c5e0 commit 078bf93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions code/lib/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
},
"devDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/react": "^11.11.1",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.0.0",
Expand Down
30 changes: 15 additions & 15 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2542,12 +2542,12 @@ __metadata:
languageName: node
linkType: hard

"@emotion/is-prop-valid@npm:^1.2.1":
version: 1.2.1
resolution: "@emotion/is-prop-valid@npm:1.2.1"
"@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:
"@emotion/memoize": "npm:^0.8.1"
checksum: 10c0/7c2aabdf0ca9986ca25abc9dae711348308cf18d418d64ffa4c8ffd2114806c47f2e06ba8ee769f38ec67d65bd59ec73f34d94023e81baa1c43510ac86ccd5e6
checksum: 10c0/bb1530dcb4e0e5a4fabb219279f2d0bc35796baf66f6241f98b0d03db1985c890a8cafbea268e0edefd5eeda143dbd5c09a54b5fba74cee8c69b98b13194af50
languageName: node
linkType: hard

Expand All @@ -2565,14 +2565,14 @@ __metadata:
languageName: node
linkType: hard

"@emotion/react@npm:^11.11.1":
version: 11.11.1
resolution: "@emotion/react@npm:11.11.1"
"@emotion/react@npm:^11.11.4":
version: 11.11.4
resolution: "@emotion/react@npm:11.11.4"
dependencies:
"@babel/runtime": "npm:^7.18.3"
"@emotion/babel-plugin": "npm:^11.11.0"
"@emotion/cache": "npm:^11.11.0"
"@emotion/serialize": "npm:^1.1.2"
"@emotion/serialize": "npm:^1.1.3"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1"
"@emotion/utils": "npm:^1.2.1"
"@emotion/weak-memoize": "npm:^0.3.1"
Expand All @@ -2582,20 +2582,20 @@ __metadata:
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/1aea4d735b537fbfbeda828bbf929488a7e1b5b7d131f14aeede8737e92bb3b611e15fec353e97f85aed7a65a1c86a695a04ba6e9be905231beef6bd624cb705
checksum: 10c0/6df892fd9e04b5c8c37aacfd7f461631e04e00e845edc3c5b2955ab8ad681abf5cd49584101f579427e08b82f2f88369c78d37ae2fe9360a8f68fd4e51b8e448
languageName: node
linkType: hard

"@emotion/serialize@npm:^1.1.2":
version: 1.1.2
resolution: "@emotion/serialize@npm:1.1.2"
"@emotion/serialize@npm:^1.1.2, @emotion/serialize@npm:^1.1.3":
version: 1.1.3
resolution: "@emotion/serialize@npm:1.1.3"
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: 10c0/d243e0e5abce8d2183d25a32ec89bf650ee741ebadb29e6405abde05d4e2ed446ba5b3f725a29833ad709d0d08f0a5c8d0532fdcd43f4b23d931d8b6d4f218c1
checksum: 10c0/875241eafaa30e7d3b7cf9b585d8c1f224cbf627a674e87eb1d7662dafa76a8c8d67f14a79dbf7d1eaa017e9f68389962990fbcc699d5ad65035a1a047432a3f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6998,8 +6998,8 @@ __metadata:
resolution: "@storybook/theming@workspace:lib/theming"
dependencies:
"@emotion/cache": "npm:^11.11.0"
"@emotion/is-prop-valid": "npm:^1.2.1"
"@emotion/react": "npm:^11.11.1"
"@emotion/is-prop-valid": "npm:^1.2.2"
"@emotion/react": "npm:^11.11.4"
"@emotion/styled": "npm:^11.11.0"
"@emotion/use-insertion-effect-with-fallbacks": "npm:^1.0.1"
"@storybook/client-logger": "workspace:*"
Expand Down

0 comments on commit 078bf93

Please sign in to comment.