Vendor: Update JS dependencies

pull/5865/head
Angel Fernando Quiroz Campos 10 months ago
parent b3a96b7dc5
commit 3c165a1adf
No known key found for this signature in database
GPG Key ID: B284841AE3E562CD
  1. 42
      package.json
  2. 587
      yarn.lock

@ -9,7 +9,7 @@
"build": "encore production --progress"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/client": "^3.11.10",
"@fancyapps/fancybox": "^3.5.7",
"@fullcalendar/core": "^5.11.5",
"@fullcalendar/daygrid": "^5.11.5",
@ -17,7 +17,7 @@
"@fullcalendar/timegrid": "^5.11.5",
"@fullcalendar/vue3": "^5.11.5",
"@tinymce/tinymce-vue": "^5.1.1",
"@types/lodash": "^4.17.12",
"@types/lodash": "^4.17.13",
"@uppy/audio": "^1.1.9",
"@uppy/core": "^2.1.10",
"@uppy/dashboard": "^2.1.4",
@ -52,12 +52,12 @@
"glob-all": "^3.3.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"highlight.js": "^11.7.0",
"highlight.js": "^11.10.0",
"hljs": "^6.2.3",
"html2canvas": "^1.4.1",
"image-map-resizer": "^1.0.10",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"jquery-ui": "^1.14.1",
"jquery-ui-dist": "^1.13.3",
"jquery-ui-timepicker-addon": "^1.6.3",
"jquery-ui-touch-punch": "^0.2.3",
@ -77,7 +77,7 @@
"mxgraph": "^4.2.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"path": "^0.12.7",
"pinia": "^2.2.4",
"pinia": "^2.2.6",
"pretty-bytes": "^5.6.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
@ -88,7 +88,7 @@
"recordrtc": "^5.6.2",
"select2": "^4.1.0-rc.0",
"signature_pad": "^3.0.0-beta.4",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.4",
"sweetalert2": "^11.6.15",
"textcomplete": "^0.18.2",
"timeago": "^1.6.7",
@ -105,9 +105,9 @@
"vuex-map-fields": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@eslint/js": "^9.13.0",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.15.0",
"@mdi/font": "^7.4.47",
"@symfony/webpack-encore": "^5.0.1",
"@tailwindcss/forms": "^0.5.9",
@ -115,28 +115,28 @@
"@tailwindcss/typography": "^0.5.15",
"@vue/compiler-sfc": "^3.5.12",
"autoprefixer": "^10.4.20",
"core-js": "3.38.1",
"core-js": "3.39.0",
"deepmerge": "^4.3.1",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"eslint-plugin-vue": "^9.31.0",
"file-loader": "^6.2.0",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"postcss-prefix-selector": "^2.1.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"purgecss-webpack-plugin": "^5.0.0",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"tailwindcss": "^3.4.14",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"tailwindcss": "^3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"vue-eslint-parser": "^9.4.3",
"vue-loader": "^17.4.2",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-notifier": "^1.15.0"

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