From b953388ef4055211df21f205cb48cc45c29752f8 Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Tue, 26 Mar 2019 17:31:09 +0000 Subject: [PATCH] update dependencies --- bower.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 4e37f0b..deaa440 100644 --- a/bower.json +++ b/bower.json @@ -1,12 +1,12 @@ { "name": "o-crossword", "dependencies": { - "o-colors": "^4.1.5", - "o-grid": "^4.0.6", - "o-typography": "^5.4.1", - "o-viewport": "^3.1.6", - "o-tracking": "^1.3.5", - "o-buttons": "^5.8.5" + "o-colors": "^4.8.5", + "o-grid": "^4.5.1", + "o-typography": "^5.10.1", + "o-viewport": "^3.3.2", + "o-tracking": "^1.6.0", + "o-buttons": "^5.16.2" }, "main": [ "main.scss", @@ -20,6 +20,6 @@ "package.json" ], "resolutions": { - "o-colors": "^4.1.5" + "o-colors": "^4.8.5" } }