diff --git a/composer.json b/composer.json
index e3591501e4691ec7e0364629cfa49590e365adaa..0a59f33df892b5c4e097a0c4d8f011b2ed07f851 100644
--- a/composer.json
+++ b/composer.json
@@ -69,7 +69,7 @@
     "drupal/contact_storage": "1.x-dev",
     "drupal/context": "1.x-dev",
     "drupal/context_active_trail": "1.x-dev",
-    "drupal/core": "8.2.5",
+    "drupal/core": "8.2.6",
     "drupal/ctools": "3.0-alpha27",
     "drupal/diff": "1.0-beta2",
     "drupal/draggableviews": "1.0",
@@ -109,8 +109,8 @@
     "drupal/videojs": "1.0",
     "drupal/xmlsitemap": "1.0.0-alpha2",
     "drush/drush": "~8.0",
-    "lakedrops/d8-project-scaffold": "^0.3.1",
-    "lakedrops/theme-d8-sass": "^0.3.0",
+    "lakedrops/d8-project-scaffold": "^0.3.4",
+    "lakedrops/theme-d8-sass": "^0.4.0",
     "oomphinc/composer-installers-extender": "^1.1.1"
   },
   "require-dev": {
@@ -177,6 +177,7 @@
     },
     "theme-d8-sass": {
       "project_name": "mytheme",
+      "copy_starterkit": false,
       "bower_assets": {
         "global": true,
         "fonts": {
@@ -218,9 +219,6 @@
       }
     },
     "patches": {
-      "drupal/core": {
-        "Support date range": "https://www.drupal.org/files/issues/2161337-133.patch"
-      },
       "drupal/faq": {
         "Missing argument 4": "https://www.drupal.org/files/issues/missing_argument_4_in_2743715-6.patch"
       },