Skip to content

Commit

Permalink
Merge pull request #17913 from storybookjs/17619-upgrade-polished
Browse files Browse the repository at this point in the history
Upgrade polished to 4.2.2
  • Loading branch information
shilman committed Apr 8, 2022
2 parents c3c10a6 + a24e6cc commit 75111ea
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion addons/actions/package.json
Expand Up @@ -52,7 +52,7 @@
"fast-deep-equal": "^3.1.3",
"global": "^4.4.0",
"lodash": "^4.17.21",
"polished": "^4.0.5",
"polished": "^4.2.2",
"prop-types": "^15.7.2",
"react-inspector": "^5.1.0",
"regenerator-runtime": "^0.13.7",
Expand Down
2 changes: 1 addition & 1 deletion addons/interactions/package.json
Expand Up @@ -53,7 +53,7 @@
"core-js": "^3.8.2",
"global": "^4.4.0",
"jest-mock": "^27.0.6",
"polished": "^4.0.5",
"polished": "^4.2.2",
"ts-dedent": "^2.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lib/components/package.json
Expand Up @@ -60,7 +60,7 @@
"markdown-to-jsx": "^7.1.3",
"memoizerific": "^1.11.3",
"overlayscrollbars": "^1.13.1",
"polished": "^4.0.5",
"polished": "^4.2.2",
"prettier": ">=2.2.1 <=2.3.0",
"prop-types": "^15.7.2",
"qs": "^6.10.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/theming/package.json
Expand Up @@ -52,7 +52,7 @@
"deep-object-diff": "^1.1.0",
"global": "^4.4.0",
"memoizerific": "^1.11.3",
"polished": "^4.0.5",
"polished": "^4.2.2",
"ts-dedent": "^2.0.0",
"ts-node": "^10.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/package.json
Expand Up @@ -66,7 +66,7 @@
"lodash": "^4.17.21",
"markdown-to-jsx": "^7.1.3",
"memoizerific": "^1.11.3",
"polished": "^4.0.5",
"polished": "^4.2.2",
"qs": "^6.10.0",
"react-draggable": "^4.4.3",
"react-helmet-async": "^1.0.7",
Expand Down
28 changes: 23 additions & 5 deletions yarn.lock
Expand Up @@ -2458,6 +2458,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.17.8":
version: 7.17.9
resolution: "@babel/runtime@npm:7.17.9"
dependencies:
regenerator-runtime: ^0.13.4
checksum: 758ce8855a75408555ed9d196c82c86350257765095a5d3e05df35875d1b0cd42223c6f62356f000b1e1efe8e345d6312c60ae98e8727a2a49909a656f0fd805
languageName: node
linkType: hard

"@babel/template@npm:7.12.7":
version: 7.12.7
resolution: "@babel/template@npm:7.12.7"
Expand Down Expand Up @@ -6370,7 +6379,7 @@ __metadata:
fast-deep-equal: ^3.1.3
global: ^4.4.0
lodash: ^4.17.21
polished: ^4.0.5
polished: ^4.2.2
prop-types: ^15.7.2
react-inspector: ^5.1.0
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -6593,7 +6602,7 @@ __metadata:
formik: ^2.2.9
global: ^4.4.0
jest-mock: ^27.0.6
polished: ^4.0.5
polished: ^4.2.2
ts-dedent: ^2.2.0
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -7420,7 +7429,7 @@ __metadata:
markdown-to-jsx: ^7.1.3
memoizerific: ^1.11.3
overlayscrollbars: ^1.13.1
polished: ^4.0.5
polished: ^4.2.2
prettier: ">=2.2.1 <=2.3.0"
prop-types: ^15.7.2
qs: ^6.10.0
Expand Down Expand Up @@ -8773,7 +8782,7 @@ __metadata:
deep-object-diff: ^1.1.0
global: ^4.4.0
memoizerific: ^1.11.3
polished: ^4.0.5
polished: ^4.2.2
regenerator-runtime: ^0.13.7
ts-dedent: ^2.0.0
ts-node: ^10.4.0
Expand Down Expand Up @@ -8832,7 +8841,7 @@ __metadata:
lodash: ^4.17.21
markdown-to-jsx: ^7.1.3
memoizerific: ^1.11.3
polished: ^4.0.5
polished: ^4.2.2
qs: ^6.10.0
react-draggable: ^4.4.3
react-helmet-async: ^1.0.7
Expand Down Expand Up @@ -35168,6 +35177,15 @@ __metadata:
languageName: node
linkType: hard

"polished@npm:^4.2.2":
version: 4.2.2
resolution: "polished@npm:4.2.2"
dependencies:
"@babel/runtime": ^7.17.8
checksum: 1d054d1fea18ac7d921ca91504ffcf1ef0f505eda6acbfec6e205a98ebfea80b658664995deb35907dabc5f75f287dc2894812503a8aed28285bb91f25cf7400
languageName: node
linkType: hard

"popper.js@npm:^1.14.4":
version: 1.16.1
resolution: "popper.js@npm:1.16.1"
Expand Down

0 comments on commit 75111ea

Please sign in to comment.