chore: bumping `polished` package (#17575)
* chore: bumping `polished` package * New package lock after rebase
This commit is contained in:
parent
0544bee74e
commit
f949c8ed7a
|
|
@ -87,7 +87,7 @@
|
|||
"mousetrap": "^1.6.1",
|
||||
"mustache": "^2.2.1",
|
||||
"omnibar": "^2.1.1",
|
||||
"polished": "^3.6.5",
|
||||
"polished": "^3.7.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"query-string": "^6.13.7",
|
||||
"re-resizable": "^6.6.1",
|
||||
|
|
@ -47952,11 +47952,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/polished": {
|
||||
"version": "3.6.5",
|
||||
"resolved": "https://registry.npmjs.org/polished/-/polished-3.6.5.tgz",
|
||||
"integrity": "sha512-VwhC9MlhW7O5dg/z7k32dabcAFW1VI2+7fSe8cE/kXcfL7mVdoa5UxciYGW2sJU78ldDLT6+ROEKIZKFNTnUXQ==",
|
||||
"version": "3.7.2",
|
||||
"resolved": "https://registry.npmjs.org/polished/-/polished-3.7.2.tgz",
|
||||
"integrity": "sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.9.2"
|
||||
"@babel/runtime": "^7.12.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/portfinder": {
|
||||
|
|
@ -99717,11 +99720,11 @@
|
|||
}
|
||||
},
|
||||
"polished": {
|
||||
"version": "3.6.5",
|
||||
"resolved": "https://registry.npmjs.org/polished/-/polished-3.6.5.tgz",
|
||||
"integrity": "sha512-VwhC9MlhW7O5dg/z7k32dabcAFW1VI2+7fSe8cE/kXcfL7mVdoa5UxciYGW2sJU78ldDLT6+ROEKIZKFNTnUXQ==",
|
||||
"version": "3.7.2",
|
||||
"resolved": "https://registry.npmjs.org/polished/-/polished-3.7.2.tgz",
|
||||
"integrity": "sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.2"
|
||||
"@babel/runtime": "^7.12.5"
|
||||
}
|
||||
},
|
||||
"portfinder": {
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@
|
|||
"mousetrap": "^1.6.1",
|
||||
"mustache": "^2.2.1",
|
||||
"omnibar": "^2.1.1",
|
||||
"polished": "^3.6.5",
|
||||
"polished": "^3.7.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"query-string": "^6.13.7",
|
||||
"re-resizable": "^6.6.1",
|
||||
|
|
|
|||
Loading…
Reference in New Issue