Skip to content

Commit

Permalink
Update js libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Aug 11, 2021
1 parent 4a85e16 commit da69b6c
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 380 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "vue-cli-service serve --open"
},
"dependencies": {
"@apollo/client": "3.4.1",
"@babel/plugin-transform-runtime": "^7.15.0",
"@apollo/client": "3.4.7",
"@babel/plugin-transform-runtime": "7.15.0",
"@fancyapps/fancybox": "^3.5.7",
"@fullcalendar/core": "^5.9.0",
"@fullcalendar/daygrid": "^5.9.0",
Expand All @@ -16,7 +16,7 @@
"@fullcalendar/vue3": "^5.9.0",
"@headlessui/vue": "^1.4.0",
"@heroicons/vue": "^1.0.3",
"@popperjs/core": "^2.9.3",
"@popperjs/core": "2.9.3",
"@quasar/extras": "latest",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
Expand All @@ -40,16 +40,16 @@
"@vuelidate/validators": "^2.0.0-alpha.17",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"babel": "^6.23.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-cli": "6.26.0",
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"blueimp-file-upload": "^10.31.0",
"blueimp-load-image": "^5.14.0",
"bootstrap-daterangepicker": "^3.1",
"bootstrap-select": "^1.13.18",
"chart.js": "^3.5.0",
"core-js": "^3.16.0",
"core-js": "3.16.1",
"cropper": "^4.1.0",
"datepair.js": "^0.4.17",
"dotenv": "^10.0.0",
Expand All @@ -65,7 +65,7 @@
"graphql": "^15.5.1",
"highlight.js": "^11.2.0",
"hljs": "^6.2.3",
"html2canvas": "^1.2.1",
"html2canvas": "^1.2.2",
"image-map-resizer": "^1.0.10",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
Expand All @@ -91,10 +91,10 @@
"pretty-bytes": "^5.6.0",
"primeflex": "^3.0.1",
"primeicons": "^4.1.0",
"primevue": "^3.6.1",
"purgecss-webpack-plugin": "^4.0.3",
"pwstrength-bootstrap": "^3.1.0",
"qtip2": "^3.0.3",
"primevue": "^3.6.4",
"purgecss-webpack-plugin": "4.0.3",
"pwstrength-bootstrap": "3.1.0",
"qtip2": "3.0.3",
"quasar": "2.0.3",
"readmore-js": "^2.2.1",
"select2": "^4.1.0-rc.0",
Expand All @@ -111,13 +111,13 @@
"ts-loader": "^8.3.0",
"video.js": "^7.15.0",
"vue": "3.1.5",
"vue-eslint-parser": "^7.10.0",
"vue-eslint-parser": "7.10.0",
"vue-flatpickr-component": "^9.0.4",
"vue-i18n": "^9.1.7",
"vue-loader": "^16.4.1",
"vue-i18n": "9.1.7",
"vue-loader": "16.4.1",
"vue-multiselect": "next",
"vue-perfect-scrollbar": "^0.2.1",
"vue-router": "^4.0.10",
"vue-router": "4.0.10",
"vue-sidebar-menu": "^4.8.1",
"vue-toastification": "^2.0.0-rc.1",
"vuetify": "3.0.0-alpha.10",
Expand All @@ -130,23 +130,23 @@
"devDependencies": {
"@babel/eslint-parser": "^7.15.0",
"@mdi/font": "^5.9.55",
"@symfony/webpack-encore": "^1.4.0",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.1.5",
"copy-webpack-plugin": "^9.0.1",
"@symfony/webpack-encore": "1.4.0",
"@vue/cli-plugin-babel": "4.5.13",
"@vue/cli-plugin-eslint": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/compiler-sfc": "3.1.5",
"copy-webpack-plugin": "9.0.1",
"deepmerge": "^4.2.2",
"filemanager-webpack-plugin": "^5.0.0",
"free-jqgrid": "https://github.com/chamilo/jqGrid.git#bs4",
"graphql-tag": "^2.12.5",
"node-sass": "^6.0.1",
"node-sass": "6.0.1",
"popper.js": "^1.16.1",
"postcss-rtl": "^1.7.3",
"sass": "^1.37.5",
"sass-loader": "^11.1.1",
"typescript": "^3.9.10",
"vue-cli-plugin-quasar": "next",
"vue-cli-plugin-quasar": "4.0.0",
"webpack-notifier": "^1.13.0"
},
"license": "GPL-3.0",
Expand Down
Loading

0 comments on commit da69b6c

Please sign in to comment.