chore(deps): bump @types/styled-components to 5.1.4

This commit is contained in:
Jean-Philippe Sirois
2020-12-03 13:57:30 -05:00
parent da859a20e2
commit 5fabe10eeb
2 changed files with 16 additions and 8 deletions
+15 -7
View File
@@ -6598,9 +6598,9 @@
}
},
"@types/react-native": {
"version": "0.62.7",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.62.7.tgz",
"integrity": "sha512-FGFEt9GcFVl//XxWmxkeBxAx0YnzyEhJpR8hOJrjfaFKZm0KjHzzyCmCksBAP2qHSTrcJCiBkIvYCX/kGiOgww==",
"version": "0.63.37",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.63.37.tgz",
"integrity": "sha512-xr9SZG7tQQBKT6840tAGaWEC65D2gjyxZtuZxz631UgeW1ofItuu9HMVhoyYqot2hRSa6Q4YC8FYkRVUpM53/w==",
"dev": true,
"requires": {
"@types/react": "*"
@@ -6642,15 +6642,23 @@
}
},
"@types/styled-components": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.0.tgz",
"integrity": "sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==",
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-5.1.4.tgz",
"integrity": "sha512-78f5Zuy0v/LTQNOYfpH+CINHpchzMMmAt9amY2YNtSgsk1TmlKm8L2Wijss/mtTrsUAVTm2CdGB8VOM65vA8xg==",
"dev": true,
"requires": {
"@types/hoist-non-react-statics": "*",
"@types/react": "*",
"@types/react-native": "*",
"csstype": "^2.2.0"
"csstype": "^3.0.2"
},
"dependencies": {
"csstype": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.5.tgz",
"integrity": "sha512-uVDi8LpBUKQj6sdxNaTetL6FpeCqTjOvAQuQUa/qAqq8oOd4ivkbhgnqayl0dnPal8Tb/yB1tF+gOvCBiicaiQ==",
"dev": true
}
}
},
"@types/tmp": {
+1 -1
View File
@@ -76,7 +76,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-scrollspy": "^3.3.3",
"@types/styled-components": "^5.1.0",
"@types/styled-components": "^5.1.4",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
"babel-plugin-polished": "^1.1.0",