From ae9e1b041633ab0fb8cee17f30f66f0a67eaf2b2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 14 Jan 2015 19:36:28 -0700 Subject: [PATCH] :arrow_up: ui themes to fix imports --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 388ec1a3c..1f313ec89 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ }, "packageDependencies": { "atom-dark-syntax": "0.26.0", - "atom-dark-ui": "0.45.0", + "atom-dark-ui": "0.46.0", "atom-light-syntax": "0.26.0", - "atom-light-ui": "0.39.0", + "atom-light-ui": "0.40.0", "base16-tomorrow-dark-theme": "0.25.0", "base16-tomorrow-light-theme": "0.8.0", "solarized-dark-syntax": "0.32.0",