From 07bad1e3de51271db3149ef0ad5d8b58a97622a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 14:43:10 +0100 Subject: [PATCH 1/4] Add select2@4.0.0 --- package-overrides/github/select2/select2@4.0.0.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package-overrides/github/select2/select2@4.0.0.json diff --git a/package-overrides/github/select2/select2@4.0.0.json b/package-overrides/github/select2/select2@4.0.0.json new file mode 100644 index 0000000..9a0dcd5 --- /dev/null +++ b/package-overrides/github/select2/select2@4.0.0.json @@ -0,0 +1,7 @@ +{ + "main": "js/select2", + "dependencies": { + "jquery": "npm:jquery" + + } +} \ No newline at end of file From 710cce6506329b20cd3b32bd0f9fd34ae8ef7969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 14:47:14 +0100 Subject: [PATCH 2/4] Improve knockout-select2 Remove version from dependencies --- package-overrides/github/cruikshj/knockout-select2@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json index a5a4f73..13f2422 100644 --- a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -1,7 +1,7 @@ { "main": "dist/knockout-select2", "dependencies": { - "jquery": "npm:jquery@^2.2.0", - "knockout": "github:knockout/knockout@^3.3.0" + "jquery": "npm:jquery", + "knockout": "github:knockout/knockout" } } \ No newline at end of file From 0f0ce2e46bc200333d8ab8dc81530aa96a50d0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 15:18:35 +0100 Subject: [PATCH 3/4] Add knockout-select2 dependencies version -> Best practice --- package-overrides/github/cruikshj/knockout-select2@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json index 13f2422..a5a4f73 100644 --- a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -1,7 +1,7 @@ { "main": "dist/knockout-select2", "dependencies": { - "jquery": "npm:jquery", - "knockout": "github:knockout/knockout" + "jquery": "npm:jquery@^2.2.0", + "knockout": "github:knockout/knockout@^3.3.0" } } \ No newline at end of file From e9ae76d839d2d570bdf255260564579c8e13eea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 15:22:08 +0100 Subject: [PATCH 4/4] Add select2 dependency version --- package-overrides/github/select2/select2@4.0.0.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package-overrides/github/select2/select2@4.0.0.json b/package-overrides/github/select2/select2@4.0.0.json index 9a0dcd5..e1a3e0f 100644 --- a/package-overrides/github/select2/select2@4.0.0.json +++ b/package-overrides/github/select2/select2@4.0.0.json @@ -1,7 +1,6 @@ { "main": "js/select2", "dependencies": { - "jquery": "npm:jquery" - + "jquery": "npm:jquery@^2.2.0" } } \ No newline at end of file