From 91f11868eaced17f570109b0ec8205b770dc1bb9 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 12 Nov 2014 17:40:19 -0700 Subject: [PATCH] :arrow_up: Bundled UI themes to support editor shadow DOM --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32adff31c..a4426808e 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.22.0", - "atom-dark-ui": "0.35.0", + "atom-dark-ui": "0.36.0", "atom-light-syntax": "0.22.0", - "atom-light-ui": "0.30.0", + "atom-light-ui": "0.31.0", "base16-tomorrow-dark-theme": "0.22.0", "base16-tomorrow-light-theme": "0.5.0", "solarized-dark-syntax": "0.23.0",