From 5c6f711bf3f73ffb6fcfd5434068b35d72979b00 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 18 Jun 2014 09:53:17 -0700 Subject: [PATCH 1/2] Upgrade syntax themes to add css for new find decorations --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 24bc2159f..d239c9427 100644 --- a/package.json +++ b/package.json @@ -62,13 +62,13 @@ "vm-compatibility-layer": "0.1.0" }, "packageDependencies": { - "atom-dark-syntax": "0.16.0", + "atom-dark-syntax": "0.17.0", "atom-dark-ui": "0.29.0", - "atom-light-syntax": "0.17.0", + "atom-light-syntax": "0.18.0", "atom-light-ui": "0.25.0", - "base16-tomorrow-dark-theme": "0.16.0", - "solarized-dark-syntax": "0.17.0", - "solarized-light-syntax": "0.8.0", + "base16-tomorrow-dark-theme": "0.17.0", + "solarized-dark-syntax": "0.18.0", + "solarized-light-syntax": "0.9.0", "archive-view": "0.32.0", "autocomplete": "0.28.0", "autoflow": "0.17.0", From 1c8e716cfdb2aee8d306738e619b31df0ace28d2 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Wed, 18 Jun 2014 12:56:05 -0700 Subject: [PATCH 2/2] Upgrade find-and-replace to use decorations for marker views --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d239c9427..49ca577a3 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "dev-live-reload": "0.31.0", "exception-reporting": "0.18.0", "feedback": "0.33.0", - "find-and-replace": "0.117.0", + "find-and-replace": "0.118.0", "fuzzy-finder": "0.55.0", "git-diff": "0.32.0", "go-to-line": "0.22.0",