Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: expand peer dependencies #100

Merged
merged 1 commit into from
Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Improvement: expand peer dependencies
Added more libraries which are common to 42 projects to the
`peerDependencies` list as well as included them to the `devDependencies`
list. This is due to issues with out-of-sync dependencies being used by
`@42.nl/ui` in conjunction to most of the internal 42 projects.

In addition this commit also resolves most of the `peerDependency`
warnings of the included dependencies.
  • Loading branch information
jvhoven committed Sep 26, 2019
commit 20de004f6e3b5093a629caadd2a071723a105695
16 changes: 8 additions & 8 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"dist/index.js": {
"bundled": 90516,
"minified": 44012,
"gzipped": 10735
"bundled": 89854,
"minified": 43525,
"gzipped": 10632
},
"dist/index.es.js": {
"bundled": 86145,
"minified": 39812,
"gzipped": 10439,
"bundled": 85568,
"minified": 39410,
"gzipped": 10335,
"treeshaked": {
"rollup": {
"code": 30032,
"code": 30053,
"import_statements": 1016
},
"webpack": {
"code": 33404
"code": 33425
}
}
}
Expand Down
Loading