Skip to content

Commit

Permalink
Merge pull request #363 from crf-devs/yarn-upgrade
Browse files Browse the repository at this point in the history
Upgrade node vendors
  • Loading branch information
mRoca authored Apr 30, 2020
2 parents 2865d1c + 223231d commit cf6eff3
Show file tree
Hide file tree
Showing 4 changed files with 741 additions and 737 deletions.
1 change: 0 additions & 1 deletion assets/js/_helpers.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export function initDatesRange($picker, $from, $to, withTime) {
console.log($picker, $from, $to, withTime);
if (!$picker.length) {
return;
}
Expand Down
3 changes: 1 addition & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import '../css/app-organization.scss';
import '../css/availability-form.scss';
import '../css/planning.scss';
import '../css/availability-table.scss';
import './_delete-item-modal';

const $ = require('jquery');
require('util');
Expand All @@ -20,5 +21,3 @@ $.fn.selectpicker.Constructor.DEFAULTS.doneButtonText = 'Fermer';
$.fn.selectpicker.Constructor.DEFAULTS.mobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent);

browserUpdate({ required: { e: -2, f: -2, o: -2, s: -2, c: -4 }, insecure: true, unsupported: true, api: 2020.04 });

import './_delete-item-modal';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@symfony/webpack-encore": "^0.28.3",
"@symfony/webpack-encore": "^0.29.1",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.4.1",
"bootstrap-select": "^1.13.12",
Expand Down
Loading

0 comments on commit cf6eff3

Please sign in to comment.