Skip to content

Commit 5ad3186

Browse files
author
Andrey Okonetchnikov
committed
Add prop-types dependency
1 parent a0e3a70 commit 5ad3186

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-design-tokens/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"clipboard-copy": "^3.0.0",
1313
"lodash": "^4.17.11",
1414
"polished": "^3.4.0",
15-
"theme-ui": "^0.3.5"
15+
"theme-ui": "^0.3.5",
16+
"prop-types": "^15.7.2"
1617
},
1718
"devDependencies": {
1819
"primer-colors": "^1.0.1",
1920
"primer-spacing": "^1.0.2",
20-
"primer-typography": "^1.0.1",
21-
"prop-types": "^15.7.2"
21+
"primer-typography": "^1.0.1"
2222
},
2323
"author": "Andrey Okonetchnikov <andrey@okonet.ru>",
2424
"license": "MIT",

0 commit comments

Comments
 (0)