Skip to content

Commit

Permalink
fix(box): 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 02b4640 commit 87f302a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/paste-core/primitives/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,34 @@
"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/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",
"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",
"@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",
"csstype": "^2.6.6",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-terser": "^5.0.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/paste-core/primitives/box/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"
}
]
}

0 comments on commit 87f302a

Please sign in to comment.