chore(deps): bump polished to 3.6.3

This commit is contained in:
Jean-Philippe Sirois
2020-05-11 02:09:51 -04:00
parent e05e61af60
commit abab0bddb7
2 changed files with 15 additions and 5 deletions
+14 -4
View File
@@ -18293,11 +18293,21 @@
}
},
"polished": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/polished/-/polished-3.4.4.tgz",
"integrity": "sha512-x9PKeExyI9AhWrJP3Q57I1k7GInujjiVBJMPFmycj9hX1yCOo/X9eu9eZwxgOziiXge3WbFQ5XOmkzunOntBSA==",
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/polished/-/polished-3.6.3.tgz",
"integrity": "sha512-QJ0q0b6gX1+0OJtPMfgVJxV0vg5XTa4im+Rca989dAtmsd/fEky3X+0A+V+OUXq1nyiDGplJwqD853dTS0gkPg==",
"requires": {
"@babel/runtime": "^7.6.3"
"@babel/runtime": "^7.9.2"
},
"dependencies": {
"@babel/runtime": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz",
"integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"portfinder": {
+1 -1
View File
@@ -46,7 +46,7 @@
"gatsby-transformer-sharp": "^2.5.2",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"polished": "^3.4.4",
"polished": "^3.6.3",
"prismjs": "^1.19.0",
"ramda": "^0.27.0",
"react": "^16.13.0",