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

This commit is contained in:
Jean-Philippe Sirois
2019-12-16 00:13:36 -05:00
parent 4d19129d62
commit 311769fc7a
2 changed files with 18 additions and 7 deletions
+17 -6
View File
@@ -3656,6 +3656,16 @@
"resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.3.tgz",
"integrity": "sha512-cS5owqtwzLN5kY+l+KgKdRJ/Cee8tlmQoGQuIE9tWnSmS3JMKzmxo2HIAk2wODMifGwO20d62xZQLYz+RLfXmw=="
},
"@types/hoist-non-react-statics": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz",
"integrity": "sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==",
"dev": true,
"requires": {
"@types/react": "*",
"hoist-non-react-statics": "^3.3.0"
}
},
"@types/is-glob": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/@types/is-glob/-/is-glob-4.0.1.tgz",
@@ -3749,9 +3759,9 @@
}
},
"@types/react-native": {
"version": "0.60.22",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.60.22.tgz",
"integrity": "sha512-LTXMKEyGA+x4kadmjujX6yAgpcaZutJ01lC7zLJWCULaZg7Qw5/3iOQpwIJRUcOc+a8A2RR7rSxplehVf9IuhA==",
"version": "0.60.25",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.60.25.tgz",
"integrity": "sha512-827dIVvSTxSH5uTpsJJH7O4wpRuw0rm3yIzRL3a2yKawA0nyhgC1GPKTXHFIn2GfSdXn1Gty2dJ+k6uDZF3MWQ==",
"dev": true,
"requires": {
"@types/prop-types": "*",
@@ -3768,11 +3778,12 @@
}
},
"@types/styled-components": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.4.0.tgz",
"integrity": "sha512-QFl+w3hQJNHE64Or3PXMFpC3HAQDiuQLi5o9m1XPEwYWfgCZtAribO5ksjxnO8U0LG8Parh0ESCgVxo4VfxlHg==",
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/@types/styled-components/-/styled-components-4.4.1.tgz",
"integrity": "sha512-cQXT4pkAkM0unk/s26UBrJx9RmJ2rNUn2aDTgzp1rtu+tTkScebE78jbxNWhlqkA43XF3d41CcDlyl9Ldotm2g==",
"dev": true,
"requires": {
"@types/hoist-non-react-statics": "*",
"@types/react": "*",
"@types/react-native": "*",
"csstype": "^2.2.0"
+1 -1
View File
@@ -70,7 +70,7 @@
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/react-treeview": "^0.4.2",
"@types/styled-components": "^4.4.0",
"@types/styled-components": "^4.4.1",
"babel-plugin-styled-components": "^1.10.6",
"discord.js": "^11.5.1",
"gatsby-plugin-remove-trailing-slashes": "^2.1.14",