Commit 54f51ecae2736bcc9d54d4de6538548637bf3739
1 parent
4aee2d63
Exists in
master
and in
1 other branch
update js libraries
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
package.json
| @@ -3,11 +3,11 @@ | @@ -3,11 +3,11 @@ | ||
| 3 | "email": "mjsb@uevora.pt", | 3 | "email": "mjsb@uevora.pt", |
| 4 | "dependencies": { | 4 | "dependencies": { |
| 5 | "bootstrap": "^5.1.0", | 5 | "bootstrap": "^5.1.0", |
| 6 | - "bootstrap-icons": "^1.7.2", | ||
| 7 | - "codemirror": "^5.61.1", | ||
| 8 | - "datatables": "^1.10", | 6 | + "bootstrap-icons": "^1.8.0", |
| 7 | + "codemirror": "^5.65.2", | ||
| 8 | + "datatables": "^1.10.18", | ||
| 9 | "jquery": "^3.6.0", | 9 | "jquery": "^3.6.0", |
| 10 | - "mathjax": "^3.1.4", | ||
| 11 | - "underscore": "^1.13.1" | 10 | + "mathjax": "^3.2.0", |
| 11 | + "underscore": "^1.13.2" | ||
| 12 | } | 12 | } |
| 13 | } | 13 | } |
perguntations/__init__.py
| @@ -32,7 +32,7 @@ proof of submission and for review. | @@ -32,7 +32,7 @@ proof of submission and for review. | ||
| 32 | ''' | 32 | ''' |
| 33 | 33 | ||
| 34 | APP_NAME = 'perguntations' | 34 | APP_NAME = 'perguntations' |
| 35 | -APP_VERSION = '2022.03.dev1' | 35 | +APP_VERSION = '2022.04.dev1' |
| 36 | APP_DESCRIPTION = str(__doc__) | 36 | APP_DESCRIPTION = str(__doc__) |
| 37 | 37 | ||
| 38 | __author__ = 'Miguel Barão' | 38 | __author__ = 'Miguel Barão' |