Skip to content

Commit

Permalink
Upgrade preconstruct (#1419)
Browse files Browse the repository at this point in the history
* Upgrade preconstruct

* Add a changeset

* Upgrade preconstruct
  • Loading branch information
emmatown committed Jun 25, 2019
1 parent 3672d40 commit c0eb604
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 47 deletions.
32 changes: 32 additions & 0 deletions .changeset/plenty-foxes-tap/changes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"releases": [
{ "name": "@emotion/primitives", "type": "patch" },
{ "name": "babel-plugin-emotion", "type": "patch" },
{ "name": "@emotion/babel-preset-css-prop", "type": "patch" },
{ "name": "@emotion/babel-plugin-jsx-pragmatic", "type": "patch" },
{ "name": "@emotion/cache", "type": "patch" },
{ "name": "@emotion/core", "type": "patch" },
{ "name": "create-emotion", "type": "patch" },
{ "name": "create-emotion-server", "type": "patch" },
{ "name": "@emotion/css", "type": "patch" },
{ "name": "emotion", "type": "patch" },
{ "name": "emotion-server", "type": "patch" },
{ "name": "emotion-theming", "type": "patch" },
{ "name": "eslint-plugin-emotion", "type": "patch" },
{ "name": "@emotion/hash", "type": "patch" },
{ "name": "@emotion/is-prop-valid", "type": "patch" },
{ "name": "jest-emotion", "type": "patch" },
{ "name": "@emotion/memoize", "type": "patch" },
{ "name": "@emotion/native", "type": "patch" },
{ "name": "@emotion/primitives-core", "type": "patch" },
{ "name": "@emotion/serialize", "type": "patch" },
{ "name": "@emotion/sheet", "type": "patch" },
{ "name": "@emotion/styled", "type": "patch" },
{ "name": "@emotion/styled-base", "type": "patch" },
{ "name": "@emotion/stylis", "type": "patch" },
{ "name": "@emotion/unitless", "type": "patch" },
{ "name": "@emotion/utils", "type": "patch" },
{ "name": "@emotion/weak-memoize", "type": "patch" }
],
"dependents": []
}
1 change: 1 addition & 0 deletions .changeset/plenty-foxes-tap/changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update build tool
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"polished": "^1.2.1",
"preact": "^8.2.9",
"preact-render-to-json": "^3.6.6",
"preconstruct": "^0.0.60",
"preconstruct": "^0.0.81",
"prettier": "1.14.3",
"pretty-format": "^22.4.3",
"prop-types": "^15.6.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/primitives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"babel-plugin-emotion": "^10.0.13"
},
"peerDependencies": {
"react-primitives": "^0.7.0"
"react-primitives": "^0.7.0",
"react": ">=16.3.0"
},
"devDependencies": {
"emotion-theming": "^10.0.10",
Expand Down
Loading

0 comments on commit c0eb604

Please sign in to comment.