|
9 | 9 | "build": "encore production --progress"
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 |
| - "@apollo/client": "^3.13.8", |
| 12 | + "@apollo/client": "^3.13.9", |
13 | 13 | "@fancyapps/fancybox": "^3.5.7",
|
14 | 14 | "@fullcalendar/core": "^5.11.5",
|
15 | 15 | "@fullcalendar/daygrid": "^5.11.5",
|
|
34 | 34 | "@vuelidate/core": "^2.0.3",
|
35 | 35 | "@vuelidate/validators": "^2.0.4",
|
36 | 36 | "alpinejs": "^3.14.9",
|
37 |
| - "axios": "^1.10.0", |
| 37 | + "axios": "^1.11.0", |
38 | 38 | "blueimp-file-upload": "^10.32.0",
|
39 | 39 | "blueimp-load-image": "^5.16.0",
|
40 | 40 | "bootstrap-daterangepicker": "^3.1.0",
|
|
81 | 81 | "pretty-bytes": "^5.6.0",
|
82 | 82 | "primeflex": "^4.0.0",
|
83 | 83 | "primeicons": "^7.0.0",
|
84 |
| - "primevue": "^4.3.6", |
| 84 | + "primevue": "^4.3.7", |
85 | 85 | "pwstrength-bootstrap": "3.1.3",
|
86 | 86 | "qtip2": "3.0.3",
|
87 | 87 | "readmore-js": "^2.2.1",
|
88 | 88 | "recordrtc": "^5.6.2",
|
89 | 89 | "select2": "^4.1.0-rc.0",
|
90 | 90 | "signature_pad": "^3.0.0-beta.4",
|
91 | 91 | "sortablejs": "^1.15.6",
|
92 |
| - "sweetalert2": "^11.22.2", |
| 92 | + "sweetalert2": "^11.22.4", |
93 | 93 | "textcomplete": "^0.18.2",
|
94 | 94 | "timeago": "^1.6.7",
|
95 | 95 | "timepicker": "^1.14.1",
|
96 | 96 | "tinymce": "^5.10.9",
|
97 | 97 | "video.js": "^7.21.7",
|
98 | 98 | "vue-flatpickr-component": "^9.0.8",
|
99 | 99 | "vue-i18n": "10.0.8",
|
100 |
| - "vue-multiselect": "^3.2.0", |
| 100 | + "vue-multiselect": "^3.3.1", |
101 | 101 | "vue-perfect-scrollbar": "^0.2.1",
|
102 | 102 | "vue-router": "4.5.1",
|
103 | 103 | "vue-toastification": "^2.0.0-rc.5",
|
|
106 | 106 | "vuex-map-fields": "^1.4.1"
|
107 | 107 | },
|
108 | 108 | "devDependencies": {
|
109 |
| - "@babel/core": "^7.28.0", |
110 |
| - "@babel/preset-env": "^7.28.0", |
111 |
| - "@eslint/js": "^9.31.0", |
| 109 | + "@babel/core": "^7.28.3", |
| 110 | + "@babel/preset-env": "^7.28.3", |
| 111 | + "@eslint/js": "^9.33.0", |
112 | 112 | "@mdi/font": "^7.4.47",
|
113 | 113 | "@symfony/webpack-encore": "^5.1.0",
|
114 | 114 | "@tailwindcss/forms": "^0.5.10",
|
115 | 115 | "@tailwindcss/line-clamp": "^0.4.4",
|
116 | 116 | "@tailwindcss/typography": "^0.5.16",
|
117 | 117 | "@types/d3": "^7.4.3",
|
118 |
| - "@vue/compiler-sfc": "^3.5.17", |
| 118 | + "@vue/compiler-sfc": "^3.5.18", |
119 | 119 | "autoprefixer": "^10.4.21",
|
120 |
| - "core-js": "3.44.0", |
| 120 | + "core-js": "3.45.1", |
121 | 121 | "deepmerge": "^4.3.1",
|
122 |
| - "eslint": "^9.31.0", |
123 |
| - "eslint-config-prettier": "^10.1.5", |
124 |
| - "eslint-plugin-prettier": "^5.5.1", |
125 |
| - "eslint-plugin-vue": "^10.3.0", |
| 122 | + "eslint": "^9.33.0", |
| 123 | + "eslint-config-prettier": "^10.1.8", |
| 124 | + "eslint-plugin-prettier": "^5.5.4", |
| 125 | + "eslint-plugin-vue": "^10.4.0", |
126 | 126 | "file-loader": "^6.2.0",
|
127 | 127 | "globals": "^15.15.0",
|
128 | 128 | "postcss": "^8.5.6",
|
|
131 | 131 | "prettier": "3.6.2",
|
132 | 132 | "prettier-plugin-tailwindcss": "^0.6.14",
|
133 | 133 | "purgecss-webpack-plugin": "^7.0.2",
|
134 |
| - "sass": "^1.89.2", |
| 134 | + "sass": "^1.90.0", |
135 | 135 | "sass-loader": "^16.0.5",
|
136 | 136 | "tailwindcss": "^3.4.17",
|
137 | 137 | "ts-loader": "^9.5.2",
|
138 |
| - "typescript": "^5.8.3", |
139 |
| - "vue": "^3.5.17", |
| 138 | + "typescript": "^5.9.2", |
| 139 | + "vue": "^3.5.18", |
140 | 140 | "vue-eslint-parser": "^10.2.0",
|
141 | 141 | "vue-loader": "^17.4.2",
|
142 |
| - "webpack": "^5.100.2", |
| 142 | + "webpack": "^5.101.3", |
143 | 143 | "webpack-cli": "^6.0.1",
|
144 | 144 | "webpack-dev-server": "^5.2.2",
|
145 | 145 | "webpack-notifier": "^1.15.0"
|
|
0 commit comments