From 62f87fc98ec1ff9f384506a8690b9630bc93ee5c Mon Sep 17 00:00:00 2001 From: Emily Plummer Date: Tue, 27 Aug 2019 16:40:49 -0700 Subject: [PATCH] just add the dep --- package-lock.json | 15 ++++++++++++++- package.json | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a3aa4b8a1bb..c2dfcfaadd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "13.2.0", + "version": "13.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1209,6 +1209,14 @@ "integrity": "sha512-R4Dvw6KjSYn/SpvjRchBOwXr14vVVcFXCtnM3f0aLvlJS8a599rrcEoihcP2/+Z/f75E5GNPd4aWM7j1yei9og==", "dev": true }, + "@types/styled-system": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.1.tgz", + "integrity": "sha512-RAF9Erif51vbD1ZbIiGN4ZrgxpSr44iMXrPjQK5+tI7PWLDugKepTWj7T/LqG5VfaYYIrEmOCzIpulhv+/D/XQ==", + "requires": { + "csstype": "^2.6.4" + } + }, "@webassemblyjs/ast": { "version": "1.7.8", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.8.tgz", @@ -4313,6 +4321,11 @@ "cssom": "0.3.x" } }, + "csstype": { + "version": "2.6.6", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz", + "integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==" + }, "currently-unhandled": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", diff --git a/package.json b/package.json index 26ec45a86c8..05428c36716 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "@reach/dialog": "0.2.9", "@styled-system/prop-types": "5.0.5", "@styled-system/theme-get": "5.0.5", + "@types/styled-system": "5.1.1", "babel-plugin-macros": "2.4.2", "classnames": "^2.2.5", "nanoid": "2.0.0",