Skip to content

Commit

Permalink
fix(modal): 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 12eedee commit 22e114f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/paste-core/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,18 @@
"@twilio-paste/button": "^1.1.34",
"@twilio-paste/design-tokens": "^4.4.0",
"@twilio-paste/flex": "^0.3.14",
"@twilio-paste/heading": "^1.2.0",
"@twilio-paste/icons": "^2.0.9",
"@twilio-paste/modal-dialog-primitive": "^0.1.2",
"@twilio-paste/spinner": "^1.1.28",
"@twilio-paste/style-props": "^1.0.1",
"@twilio-paste/text": "^2.0.1",
"@twilio-paste/theme": "^3.1.1",
"@twilio-paste/types": "^3.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-uid": "^2.2.0",
"react": "^16.8.6",
"styled-system": "^5.1.2"
},
"devDependencies": {
Expand All @@ -55,16 +57,19 @@
"@emotion/styled": "^10.0.14",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@styled-system/css": "^5.1.5",
"@styled-system/theme-get": "^5.1.2",
"@twilio-paste/absolute": "^2.0.27",
"@twilio-paste/box": "^2.2.8",
"@twilio-paste/button": "^1.1.34",
"@twilio-paste/design-tokens": "^4.4.0",
"@twilio-paste/flex": "^0.3.14",
"@twilio-paste/heading": "^1.2.0",
"@twilio-paste/icons": "^2.0.9",
"@twilio-paste/modal-dialog-primitive": "^0.1.2",
"@twilio-paste/spinner": "^1.1.28",
"@twilio-paste/style-props": "^0.2.3",
"@twilio-paste/text": "^2.0.1",
"@twilio-paste/theme": "^3.1.1",
"@twilio-paste/types": "^3.0.1",
"prop-types": "^15.7.2",
Expand All @@ -79,4 +84,4 @@
"typedoc": "^0.16.9",
"typescript": "3.7.5"
}
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/modal/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
{
"path": "../../layout/flex"
},
{
"path": "../heading"
},
{
"path": "../../../paste-icons"
},
Expand All @@ -35,6 +38,9 @@
{
"path": "../../../paste-style-props"
},
{
"path": "../../primitives/text"
},
{
"path": "../../../paste-theme"
},
Expand Down

0 comments on commit 22e114f

Please sign in to comment.