Skip to content

Commit

Permalink
Packages: Make sure dependencies are properly exposed for external us…
Browse files Browse the repository at this point in the history
…age (#71)
  • Loading branch information
gziolo authored Jan 26, 2018
1 parent 47e7db9 commit 403e812
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 774 deletions.
4 changes: 3 additions & 1 deletion packages/babel-preset-default/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/babel-preset-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"engines": {
"node": ">=8"
},
"devDependencies": {
"dependencies": {
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-console/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/jest-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"build-module"
],
"dependencies": {
"jest-matcher-utils": "22.0.3",
"lodash": "4.17.4"
"jest-matcher-utils": "^22.0.3",
"lodash": "^4.17.4"
},
"peerDependencies": {
"jest": ">=22"
Expand Down
Loading

0 comments on commit 403e812

Please sign in to comment.