Skip to content

Commit

Permalink
move out foundry deps, update peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski authored and connor-baer committed Oct 25, 2019
1 parent a294837 commit 305dfe5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 151 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
"@babel/preset-env": "^7.4.2",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/cache": "^10.0.19",
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@emotion/stylis": "^0.8.4",
"@storybook/addon-a11y": "^5.2.0",
"@storybook/addon-actions": "^5.2.0",
Expand Down Expand Up @@ -106,10 +108,10 @@
"docz": "^1.2.0",
"docz-core": "^1.2.0",
"docz-theme-default": "^1.2.0",
"emotion-theming": "^10.0.19",
"eslint-plugin-prettier": "^3.1.0",
"expect": "^24.5.0",
"gh-pages": "^2.0.1",
"husky": "^3.0.8",
"jest": "^24.5.0",
"jest-axe": "^3.1.1",
"jest-cli": "^24.5.0",
Expand All @@ -118,10 +120,10 @@
"onchange": "^6.1.0",
"postcss-loader": "^3.0.0",
"postcss-object-fit-images": "^1.1.2",
"prettier": "1.18.2",
"prettier-eslint": "^9.0.0",
"react": "^16.10.2",
"react-docgen": "^4.1.0",
"react-docgen-annotation-resolver": "^1.1.0",
"react-dom": "^16.10.2",
"react-svg-loader": "^3.0.3",
"react-test-renderer": "^16.8.6",
"style-loader": "^1.0.0",
Expand Down Expand Up @@ -156,10 +158,10 @@
}
},
"peerDependencies": {
"@emotion/core": "^10.0.20",
"@emotion/styled": "^10.0.17",
"emotion-theming": "^10.0.19",
"react": "^16.10.2",
"react-dom": "^16.10.2"
"@emotion/core": ">=10.0.0",
"@emotion/styled": ">=10.0.0",
"emotion-theming": ">=10.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}
Loading

0 comments on commit 305dfe5

Please sign in to comment.