Skip to content

Commit

Permalink
fix(aspect-ratio): 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 f94bee1 commit 875f22b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/paste-core/layout/aspect-ratio/package.json
Expand Up @@ -28,16 +28,19 @@
"type-check": "tsc --noEmit"
},
"peerDependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@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/design-tokens": "^4.4.0",
"@twilio-paste/style-props": "^1.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": "^16.8.6",
"styled-system": "^5.1.2"
},
"devDependencies": {
Expand All @@ -46,18 +49,21 @@
"@emotion/styled": "^10.0.10",
"@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/design-tokens": "^4.4.0",
"@twilio-paste/style-props": "^1.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",
"rollup": "^1.16.2",
"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-core/layout/aspect-ratio/tsconfig.build.json
Expand Up @@ -22,6 +22,9 @@
},
{
"path": "../../../paste-theme"
},
{
"path": "../../../paste-types"
}
]
}

0 comments on commit 875f22b

Please sign in to comment.