Update js libs

pull/3768/head
Julio Montoya 5 years ago
parent fecfe699b9
commit fe4bab38b1
  1. 30
      package.json
  2. 10
      webpack.config.js
  3. 1618
      yarn.lock

@ -10,7 +10,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "fortawesome/vue-fontawesome",
"@tinymce/tinymce-vue": "^3.2.2",
"@tinymce/tinymce-vue": "^3.0",
"@vue/cli": "^4.5",
"apollo-boost": "^0.4",
"axios": "^0.21",
@ -24,7 +24,7 @@
"bootstrap-select": "^1.13.17",
"bootstrap-vue": "^2.20",
"chart.js": "^2.9.3",
"ckeditor": "^4.0.0",
"ckeditor4": "^4.0.0",
"cropper": "^4.0",
"datepair.js": "^0.4.16",
"dotenv": "^8.2.0",
@ -32,11 +32,11 @@
"easy-pie-chart": "^2.1.7",
"easytimer": "^1.1.1",
"eonasdan-bootstrap-datetimepicker": "^4.17",
"file-loader": "^6.2.0",
"flag-icon-css": "^3.0",
"flatpickr": "^4.6.6",
"fs": "0.0.1-security",
"fullcalendar": "^5.3.2",
"graphql": "^15.0.0",
"graphql": "^15.0",
"highlight.js": "^10.0",
"hljs": "^6.2",
"html2canvas": "^1.0.0-rc.7",
@ -46,7 +46,7 @@
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery-ui-touch-punch": "^0.2.3",
"js-cookie": "^2.2.0",
"jspdf": "^2.1.1",
"jspdf": "^2.3",
"jsplumb": "^2.12",
"linkifyjs": "^2.1",
"lodash": "^4.17",
@ -68,15 +68,15 @@
"router": "^1.3.5",
"select2": "^4.0",
"signature_pad": "^3.0.0-beta.4",
"sweetalert2": "^9.5",
"sweetalert2": "^10.0",
"textcomplete": "^0.18.1",
"timeago": "^1.6.7",
"timepicker": "^1.11.14",
"tinymce": "^5.3.2",
"tinymce": "^5.6",
"video.js": "^7.6.6",
"vue": "^2.6.12",
"vue-apollo": "^3.0",
"vue-flatpickr-component": "^8.1.6",
"vue-flatpickr-component": "^9.0",
"vue-i18n": "^8.17.4",
"vue-loader": "^15.7.0",
"vue-moment": "^4.1.0",
@ -95,27 +95,27 @@
"xcolor": "https://github.com/infusion/jQuery-xcolor"
},
"devDependencies": {
"@babel/eslint-parser": "^7.0",
"@fortawesome/fontawesome-free": "^5.11",
"@symfony/webpack-encore": "~0.30",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5",
"copy-webpack-plugin": "^6.0",
"deepmerge": "^4.2.2",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"eslint": "^7.0",
"eslint-plugin-vue": "^7.0",
"eslint-webpack-plugin": "^2.0",
"fibers": "^5.0.0",
"filemanager-webpack-plugin": "^2.0.5",
"filemanager-webpack-plugin": "^3.0",
"free-jqgrid": "https://github.com/chamilo/jqGrid.git#bs4",
"jquery": "^3.5",
"node-sass": "^4.9",
"node-sass": "^4.0",
"popper.js": "^1.14.7",
"sass": "^1.26.5",
"sass-loader": "^8.0",
"webpack-notifier": "^1.6.0"
"webpack-notifier": "^1.13"
}
}

@ -81,11 +81,11 @@ Encore
pattern: /(js.cookie.js)$/,
to: 'libs/js-cookie/src/js.cookie.js'
},
{from: './node_modules/ckeditor/', to: 'libs/ckeditor/[path][name].[ext]', pattern: /\.(js|css)$/, includeSubdirectories: false},
{from: './node_modules/ckeditor/adapters', to: 'libs/ckeditor/adapters/[path][name].[ext]'},
{from: './node_modules/ckeditor/lang', to: 'libs/ckeditor/lang/[path][name].[ext]'},
{from: './node_modules/ckeditor/plugins', to: 'libs/ckeditor/plugins/[path][name].[ext]'},
{from: './node_modules/ckeditor/skins', to: 'libs/ckeditor/skins/[path][name].[ext]'},
{from: './node_modules/ckeditor4/', to: 'libs/ckeditor/[path][name].[ext]', pattern: /\.(js|css)$/, includeSubdirectories: false},
{from: './node_modules/ckeditor4/adapters', to: 'libs/ckeditor/adapters/[path][name].[ext]'},
{from: './node_modules/ckeditor4/lang', to: 'libs/ckeditor/lang/[path][name].[ext]'},
{from: './node_modules/ckeditor4/plugins', to: 'libs/ckeditor/plugins/[path][name].[ext]'},
{from: './node_modules/ckeditor4/skins', to: 'libs/ckeditor/skins/[path][name].[ext]'},
/*,
{
from: './node_modules/mathjax/',

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save