Skip to content

Commit e5c29a8

Browse files
authored
bump jsonedit css and js
1 parent 71dac3d commit e5c29a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/resources/views/fields/json.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424

2525
@if ($crud->checkIfFieldIsFirstOfItsType($field, $fields))
2626
@push('crud_fields_styles')
27-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.2/jsoneditor.min.css" />
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.4/jsoneditor.min.css" />
2828
@endpush
2929

3030
@push('crud_fields_scripts')
31-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.2/jsoneditor.min.js"></script>
31+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jsoneditor/9.10.4/jsoneditor.min.js"></script>
3232
<script>
3333
let container, jsonString, options, editor;
3434
</script>

0 commit comments

Comments
 (0)