Minor: Update JS libs

pull/4575/head
Angel Fernando Quiroz Campos 3 years ago
parent 18eff43cc8
commit 8c58949a6e
  1. 3
      .github/workflows/behat.yml
  2. 786
      .yarn/releases/yarn-3.2.1.cjs
  3. 823
      .yarn/releases/yarn-3.3.1.cjs
  4. 2
      .yarnrc.yml
  5. 42
      package.json
  6. 887
      yarn.lock

@ -60,6 +60,9 @@ jobs:
- name: Install Yarn
run: |
sudo npm i -g npm
node --version
npm --version
sudo corepack enable
yarn set version stable
yarn --version

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.3.1.cjs

@ -11,11 +11,11 @@
"dependencies": {
"@apollo/client": "^3.5.10",
"@fancyapps/fancybox": "^3.5.7",
"@fullcalendar/core": "^5.11.3",
"@fullcalendar/daygrid": "^5.11.3",
"@fullcalendar/interaction": "^5.11.3",
"@fullcalendar/timegrid": "^5.11.3",
"@fullcalendar/vue3": "^5.11.3",
"@fullcalendar/core": "^5.11.4",
"@fullcalendar/daygrid": "^5.11.4",
"@fullcalendar/interaction": "^5.11.4",
"@fullcalendar/timegrid": "^5.11.4",
"@fullcalendar/vue3": "^5.11.4",
"@quasar/extras": "^1.11.4",
"@tinymce/tinymce-vue": "^5.0.0",
"@types/lodash": "^4.14.191",
@ -33,7 +33,7 @@
"@vuelidate/core": "^2.0.0-alpha.35",
"@vuelidate/validators": "^2.0.0-alpha.27",
"alpinejs": "^3.10.5",
"axios": "^1.2.1",
"axios": "^1.2.5",
"blueimp-file-upload": "^10.32.0",
"blueimp-load-image": "^5.16.0",
"bootstrap-daterangepicker": "^3.1.0",
@ -46,8 +46,8 @@
"easy-pie-chart": "^2.1.7",
"easytimer.js": "^1.3.2",
"flag-icons": "^6.6.6",
"free-jqgrid": "https://github.com/chamilo/jqGrid.git#bs4",
"full-icu": "^1.4.0",
"free-jqgrid": "https://github.com/chamilo/jqGrid.git#commit=725be74a7ea9d3acc896b68b11b0fbdb36105df3",
"full-icu": "^1.5.0",
"glob-all": "^3.3.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
@ -55,7 +55,7 @@
"hljs": "^6.2.3",
"html2canvas": "^1.4.1",
"image-map-resizer": "^1.0.10",
"jquery": "^3.6.2",
"jquery": "^3.6.3",
"jquery-ui": "^1.13.2",
"jquery-ui-dist": "^1.13.2",
"jquery-ui-timepicker-addon": "^1.6.3",
@ -65,10 +65,10 @@
"jsplumb": "^2.15.6",
"linkifyjs": "3.0.5",
"litepicker": "^2.0.12",
"luxon": "^2.5.0",
"luxon": "^2.5.2",
"mathjax": "^2.7.9",
"mediaelement": "^5.1.0",
"mediaelement-plugins": "https://github.com/chamilo/mediaelement-plugins",
"mediaelement-plugins": "https://github.com/AngelFQC/mediaelement-plugins.git#commit=0bbb4eaad7673725b94ab955bba1790c8a4ddc3c",
"mini-css-extract-plugin": "^1.6.2",
"moment": "^2.29.4",
"multiselect-two-sides": "^2.5.7",
@ -78,7 +78,7 @@
"pretty-bytes": "^5.6.0",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
"primevue": "^3.21.0",
"primevue": "^3.22.4",
"pwstrength-bootstrap": "3.1.1",
"qtip2": "3.0.3",
"quasar": "2.2.2",
@ -104,33 +104,33 @@
"vuex-map-fields": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@mdi/font": "^7.1.96",
"@symfony/webpack-encore": "^4.2.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@tailwindcss/typography": "^0.5.9",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "10.2.4",
"core-js": "3.26.1",
"core-js": "3.27.2",
"deepmerge": "^4.2.2",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^8.7.1",
"eslint": "^8.32.0",
"eslint-plugin-vue": "^9.9.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.20",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-prefix-selector": "^1.16.0",
"purgecss-webpack-plugin": "^4.1.3",
"sass": "^1.56.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vue": "^3.2.45",
"vue-cli-plugin-quasar": "4.0.4",
"vue-eslint-parser": "^8.3.0",
"vue-eslint-parser": "^9.1.0",
"vue-loader": "^17.0.1",
"vuetify-loader": "^2.0.0-alpha.0",
"webpack": "^5.75.0",
@ -141,5 +141,5 @@
"autoprefixer": "10.4.5"
},
"license": "GPL-3.0",
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.3.1"
}

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