Skip to content

Commit

Permalink
fix(icons): package dependencies updated to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Apr 8, 2020
1 parent 89af01f commit 5d2d2b8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/paste-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,26 @@
"convert-new": "node ./tools/cli.js convert-new"
},
"peerDependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@styled-system/theme-get": "^5.1.2",
"@twilio-paste/design-tokens": "^4.4.0",
"@twilio-paste/style-props": "^1.0.1",
"@twilio-paste/theme": "^3.1.1",
"react": "^16.8.6",
"@twilio-paste/types": "^3.0.1",
"prop-types": "^15.7.2",
"react-dom": "^16.8.6",
"react-uid": "^2.2.0",
"react": "^16.8.6",
"styled-system": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@styled-system/theme-get": "^5.1.2",
"@svgr/babel-plugin-add-jsx-attribute": "^4.0.0",
"@svgr/babel-plugin-remove-jsx-attribute": "^4.0.3",
"@svgr/cli": "^4.1.0",
Expand All @@ -48,14 +55,18 @@
"@twilio-paste/design-tokens": "^4.4.0",
"@twilio-paste/style-props": "^1.0.1",
"@twilio-paste/theme": "^3.1.1",
"@twilio-paste/types": "^3.0.1",
"commander": "^2.20.0",
"lodash.difference": "^4.5.0",
"lodash.kebabcase": "^4.1.1",
"lodash.startcase": " ^4.4.0",
"rollup": "^1.16.2",
"prop-types": "^15.7.2",
"react-dom": "^16.8.6",
"react": "^16.8.6",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-typescript2": "^0.21.2",
"rollup": "^1.16.2",
"styled-system": "^5.1.2",
"typedoc": "^0.16.9",
"typescript": "3.7.5"
Expand Down
3 changes: 3 additions & 0 deletions packages/paste-icons/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
{
"path": "../paste-theme"
},
{
"path": "../paste-types"
}
]
}

1 comment on commit 5d2d2b8

@vercel
Copy link

@vercel vercel bot commented on 5d2d2b8 Apr 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.