Skip to content

Commit 20de004

Browse files
committed
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.
1 parent 9b361ba commit 20de004

File tree

4 files changed

+1220
-1942
lines changed

4 files changed

+1220
-1942
lines changed

.size-snapshot.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dist/index.js": {
3-
"bundled": 90516,
4-
"minified": 44012,
5-
"gzipped": 10735
3+
"bundled": 89854,
4+
"minified": 43525,
5+
"gzipped": 10632
66
},
77
"dist/index.es.js": {
8-
"bundled": 86145,
9-
"minified": 39812,
10-
"gzipped": 10439,
8+
"bundled": 85568,
9+
"minified": 39410,
10+
"gzipped": 10335,
1111
"treeshaked": {
1212
"rollup": {
13-
"code": 30032,
13+
"code": 30053,
1414
"import_statements": 1016
1515
},
1616
"webpack": {
17-
"code": 33404
17+
"code": 33425
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)