From 54f51ecae2736bcc9d54d4de6538548637bf3739 Mon Sep 17 00:00:00 2001 From: Miguel Barão Date: Fri, 15 Apr 2022 19:51:00 +0100 Subject: [PATCH] update js libraries --- package.json | 10 +++++----- perguntations/__init__.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 36e1a79..4adf5ad 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "email": "mjsb@uevora.pt", "dependencies": { "bootstrap": "^5.1.0", - "bootstrap-icons": "^1.7.2", - "codemirror": "^5.61.1", - "datatables": "^1.10", + "bootstrap-icons": "^1.8.0", + "codemirror": "^5.65.2", + "datatables": "^1.10.18", "jquery": "^3.6.0", - "mathjax": "^3.1.4", - "underscore": "^1.13.1" + "mathjax": "^3.2.0", + "underscore": "^1.13.2" } } diff --git a/perguntations/__init__.py b/perguntations/__init__.py index d2e03bd..da43e6f 100644 --- a/perguntations/__init__.py +++ b/perguntations/__init__.py @@ -32,7 +32,7 @@ proof of submission and for review. ''' APP_NAME = 'perguntations' -APP_VERSION = '2022.03.dev1' +APP_VERSION = '2022.04.dev1' APP_DESCRIPTION = str(__doc__) __author__ = 'Miguel Barão' -- libgit2 0.21.2