Skip to content

Commit bdf31a1

Browse files
committed
Add missing peer dependencies
1 parent ae335cc commit bdf31a1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,15 @@
4242
"jquery.tipsy": "1.0.3",
4343
"jszip": "3.1.5",
4444
"kinetic": "5.2.0",
45+
"knockout": "3.5.0-beta",
4546
"knockout-jqautocomplete": "0.4.4",
4647
"knockout-postbox": "0.6.0",
4748
"knockout-sortable": "1.1.0",
4849
"knockout.validation": "2.0.3",
4950
"less": "2.7.3",
5051
"lie": "3.1.1",
5152
"moment": "2.20.1",
53+
"moment-timezone": "0.4.0",
5254
"nouislider": "10.1.0",
5355
"numeral": "2.0.6",
5456
"pepjs": "0.4.3",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,6 +2128,10 @@ knockout.validation@2.0.3:
21282128
version "2.0.3"
21292129
resolved "https://registry.yarnpkg.com/knockout.validation/-/knockout.validation-2.0.3.tgz#899de5232364e1ecd5d946e080f6a26293046329"
21302130

2131+
knockout@3.5.0-beta:
2132+
version "3.5.0-beta"
2133+
resolved "https://registry.yarnpkg.com/knockout/-/knockout-3.5.0-beta.tgz#0a90af428f6b5dfbba73fe57be1dc78bb3812758"
2134+
21312135
latest-version@^3.0.0:
21322136
version "3.1.0"
21332137
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-3.1.0.tgz#a205383fea322b33b5ae3b18abee0dc2f356ee15"
@@ -2498,6 +2502,12 @@ mkdirp@^0.5.0, mkdirp@^0.5.1:
24982502
dependencies:
24992503
minimist "0.0.8"
25002504

2505+
moment-timezone@0.4.0:
2506+
version "0.4.0"
2507+
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.4.0.tgz#571ec43f5d2fb70ddb601c7d23b284e2f63ddab4"
2508+
dependencies:
2509+
moment ">= 2.6.0"
2510+
25012511
moment-timezone@^0.4.0:
25022512
version "0.4.1"
25032513
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.4.1.tgz#81f598c3ad5e22cdad796b67ecd8d88d0f5baa06"

0 commit comments

Comments
 (0)