Skip to content

Commit

Permalink
Merge pull request dbarzin#355 from dbarzin/dev
Browse files Browse the repository at this point in the history
update jquery
  • Loading branch information
dbarzin authored Apr 3, 2023
2 parents 3d735d2 + 1b1cf7e commit e2c076e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"axios": "^0.21",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"jquery": "^3.2",
"jquery": "^3.6.4",
"laravel-mix": "^6.0.37",
"lodash": "^4.17.21",
"popper.js": "^1.12",
Expand Down
4 changes: 2 additions & 2 deletions public/js/jquery.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/js/jquery.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/views/admin/applications/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{{ $errors->first('version') }}
</div>
@endif
<span class="help-block">{{ trans('cruds.application.fields.name_helper') }}</span>
<span class="help-block">{{ trans('cruds.application.fields.version_helper') }}</span>
</div>
</div>
</div>
Expand Down

0 comments on commit e2c076e

Please sign in to comment.