Skip to content

Commit

Permalink
Improvement: expand peer dependencies
Browse files Browse the repository at this point in the history
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
1 parent 9b361ba commit 20de004
Show file tree
Hide file tree
Showing 4 changed files with 1,220 additions and 1,942 deletions.
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

0 comments on commit 20de004

Please # to comment.