From c89c3a20430f9592de49e6309c182ad4e96d0b86 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Wed, 6 Jul 2016 08:50:31 -0400 Subject: [PATCH] Bump UI Toolkit version to 1.4.1 Required for the breadcrumbs work I will be doing later this week. Also should issues we are seeing with NPM this morning. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06d6b0f7e1..b7851a57d5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "backbone": "~1.3.2", "coffee-script": "1.6.1", "edx-pattern-library": "0.13.0", - "edx-ui-toolkit": "1.3.0", + "edx-ui-toolkit": "1.4.1", "jquery": "~2.2.0", "jquery-migrate": "^1.4.1", "jquery.scrollto": "~2.1.2",