Skip to content

Commit

Permalink
fix: reduce storybook chunck sizes for more performance
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Feb 19, 2020
1 parent 8cc6604 commit 9fc5606
Show file tree
Hide file tree
Showing 36 changed files with 167 additions and 59 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.0",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/eslint-config": "^1.0.0",
"@open-wc/prettier-config": "^0.1.0",
"@open-wc/testing": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ajax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"@polymer/iron-test-helpers": "^3.0.1",
"sinon": "^7.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@lion/localize": "0.8.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@lion/checkbox": "0.3.11",
"@lion/localize": "0.8.6",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/input": "0.5.11"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/choice-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@lion/fieldset": "0.7.1",
"@lion/input": "0.5.11",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lit-html": "^1.0.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@lion/overlays": "0.12.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/field/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@lion/localize": "0.8.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/fieldset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@lion/localize": "0.8.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/form-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@lion/select-rich": "0.10.3",
"@lion/textarea": "0.5.12",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@lion/field": "0.9.1",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input-amount/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@lion/validate": "0.6.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input-date/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@lion/validate": "0.6.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input-datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@lion/validate": "0.6.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/input-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@lion/validate": "0.6.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input-iban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ibantools": "^2.2.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input-range/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@lion/localize": "0.8.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@lion/localize": "0.8.6",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@bundled-es-modules/fetch-mock": "^6.5.2",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@lion/field": "0.9.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/overlays/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"popper.js": "^1.15.0"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"@open-wc/testing-helpers": "^1.0.0",
"sinon": "^7.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/radio-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@lion/radio": "0.4.1",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@lion/input": "0.5.11"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/select-rich/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@lion/form": "0.4.11",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/steps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/switch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@lion/localize": "0.8.6",
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@lion/core": "0.4.3"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@lion/validate": "0.6.6",
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@lion/overlays": "0.12.1"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/validate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@lion/localize": "0.8.6"
},
"devDependencies": {
"@open-wc/demoing-storybook": "^1.8.3",
"@open-wc/demoing-storybook": "^1.10.4",
"@open-wc/testing": "^2.5.0",
"sinon": "^7.2.2"
}
Expand Down
Loading

0 comments on commit 9fc5606

Please sign in to comment.