Commit 3c51a0c39aff374e9bfa6a3170488225079aa4c8
1 parent
f0d08f5c
Exists in
master
update javascript package versions
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
package.json
... | ... | @@ -2,12 +2,12 @@ |
2 | 2 | "description": "Javascript libraries required to run the server", |
3 | 3 | "email": "mjsb@uevora.pt", |
4 | 4 | "dependencies": { |
5 | - "bootstrap": "^5.1.0", | |
6 | - "bootstrap-icons": "^1.8.0", | |
5 | + "bootstrap": "^5.3.3", | |
6 | + "bootstrap-icons": "^1.11.3", | |
7 | 7 | "codemirror": "^5.65.2", |
8 | - "datatables": "^1.10.18", | |
9 | - "jquery": "^3.6.0", | |
10 | - "mathjax": "^3.2.0", | |
11 | - "underscore": "^1.13.2" | |
8 | + "datatables": "<2.0.0", | |
9 | + "jquery": "^3.7.1", | |
10 | + "mathjax": "^3.2.2", | |
11 | + "underscore": "^1.13.6" | |
12 | 12 | } |
13 | 13 | } | ... | ... |