mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-19 20:53:22 +00:00
update some dependencies (#523)
This commit is contained in:
parent
faccc1367f
commit
639197f4c8
@ -24,7 +24,7 @@
|
||||
<div id="progress_bar"></div>
|
||||
|
||||
</div>
|
||||
<script src="{{ static('core/js/jquery-3.1.0.min.js') }}"></script>
|
||||
<script src="{{ static('core/js/jquery-3.6.2.min.js') }}"></script>
|
||||
<script src="{{ static('com/js/slideshow.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
6
core/static/core/easymde/easymde.min.css
vendored
6
core/static/core/easymde/easymde.min.css
vendored
File diff suppressed because one or more lines are too long
6
core/static/core/easymde/easymde.min.js
vendored
6
core/static/core/easymde/easymde.min.js
vendored
File diff suppressed because one or more lines are too long
2
core/static/core/js/alpinejs.min.js
vendored
2
core/static/core/js/alpinejs.min.js
vendored
File diff suppressed because one or more lines are too long
4
core/static/core/js/jquery-3.1.0.min.js
vendored
4
core/static/core/js/jquery-3.1.0.min.js
vendored
File diff suppressed because one or more lines are too long
2
core/static/core/js/jquery-3.6.2.min.js
vendored
Normal file
2
core/static/core/js/jquery-3.6.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -18,7 +18,7 @@
|
||||
<script defer href="{{ static('core/font-awesome/js/fontawesone.min.js') }}"></script>
|
||||
|
||||
<!-- Jquery declared here to be accessible in every django widgets -->
|
||||
<script src="{{ static('core/js/jquery-3.1.0.min.js') }}"></script>
|
||||
<script src="{{ static('core/js/jquery-3.6.2.min.js') }}"></script>
|
||||
<!-- Put here to always have acces to those functions on django widgets -->
|
||||
<script src="{{ static('core/js/script.js') }}"></script>
|
||||
{% block additional_css %}{% endblock %}
|
||||
|
@ -24,7 +24,7 @@
|
||||
<div id="progress_bar"></div>
|
||||
|
||||
</div>
|
||||
<script src="{{ static('core/js/jquery-3.1.0.min.js') }}"></script>
|
||||
<script src="{{ static('core/js/jquery-3.6.2.min.js') }}"></script>
|
||||
<script src="{{ static('com/js/slideshow.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -682,13 +682,13 @@ if SENTRY_DSN:
|
||||
SITH_FRONT_DEP_VERSIONS = {
|
||||
"https://github.com/chartjs/Chart.js/": "2.6.0",
|
||||
"https://github.com/xdan/datetimepicker/": "2.5.21",
|
||||
"https://github.com/Ionaru/easy-markdown-editor/": "2.7.0",
|
||||
"https://github.com/Ionaru/easy-markdown-editor/": "2.18.0",
|
||||
"https://github.com/FortAwesome/Font-Awesome/": "4.7.0",
|
||||
"https://github.com/jquery/jquery/": "3.1.0",
|
||||
"https://github.com/jquery/jquery/": "3.6.2",
|
||||
"https://github.com/sethmcl/jquery-ui/": "1.11.1",
|
||||
"https://github.com/viralpatel/jquery.shorten/": "",
|
||||
"https://github.com/getsentry/sentry-javascript/": "4.0.6",
|
||||
"https://github.com/jhuckaby/webcamjs/": "1.0.0",
|
||||
"https://github.com/vuejs/vue-next": "3.2.18",
|
||||
"https://github.com/alpinejs/alpine": "3.10.3",
|
||||
"https://github.com/alpinejs/alpine": "3.10.5",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user