Skip to content

Commit cb1098c

Browse files
committed
Vendor: Update JS libs
1 parent 6749c8a commit cb1098c

File tree

2 files changed

+451
-266
lines changed

2 files changed

+451
-266
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build": "encore production --progress"
1010
},
1111
"dependencies": {
12-
"@apollo/client": "^3.13.8",
12+
"@apollo/client": "^3.13.9",
1313
"@fancyapps/fancybox": "^3.5.7",
1414
"@fullcalendar/core": "^5.11.5",
1515
"@fullcalendar/daygrid": "^5.11.5",
@@ -34,7 +34,7 @@
3434
"@vuelidate/core": "^2.0.3",
3535
"@vuelidate/validators": "^2.0.4",
3636
"alpinejs": "^3.14.9",
37-
"axios": "^1.10.0",
37+
"axios": "^1.11.0",
3838
"blueimp-file-upload": "^10.32.0",
3939
"blueimp-load-image": "^5.16.0",
4040
"bootstrap-daterangepicker": "^3.1.0",
@@ -81,23 +81,23 @@
8181
"pretty-bytes": "^5.6.0",
8282
"primeflex": "^4.0.0",
8383
"primeicons": "^7.0.0",
84-
"primevue": "^4.3.6",
84+
"primevue": "^4.3.7",
8585
"pwstrength-bootstrap": "3.1.3",
8686
"qtip2": "3.0.3",
8787
"readmore-js": "^2.2.1",
8888
"recordrtc": "^5.6.2",
8989
"select2": "^4.1.0-rc.0",
9090
"signature_pad": "^3.0.0-beta.4",
9191
"sortablejs": "^1.15.6",
92-
"sweetalert2": "^11.22.2",
92+
"sweetalert2": "^11.22.4",
9393
"textcomplete": "^0.18.2",
9494
"timeago": "^1.6.7",
9595
"timepicker": "^1.14.1",
9696
"tinymce": "^5.10.9",
9797
"video.js": "^7.21.7",
9898
"vue-flatpickr-component": "^9.0.8",
9999
"vue-i18n": "10.0.8",
100-
"vue-multiselect": "^3.2.0",
100+
"vue-multiselect": "^3.3.1",
101101
"vue-perfect-scrollbar": "^0.2.1",
102102
"vue-router": "4.5.1",
103103
"vue-toastification": "^2.0.0-rc.5",
@@ -106,23 +106,23 @@
106106
"vuex-map-fields": "^1.4.1"
107107
},
108108
"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",
112112
"@mdi/font": "^7.4.47",
113113
"@symfony/webpack-encore": "^5.1.0",
114114
"@tailwindcss/forms": "^0.5.10",
115115
"@tailwindcss/line-clamp": "^0.4.4",
116116
"@tailwindcss/typography": "^0.5.16",
117117
"@types/d3": "^7.4.3",
118-
"@vue/compiler-sfc": "^3.5.17",
118+
"@vue/compiler-sfc": "^3.5.18",
119119
"autoprefixer": "^10.4.21",
120-
"core-js": "3.44.0",
120+
"core-js": "3.45.1",
121121
"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",
126126
"file-loader": "^6.2.0",
127127
"globals": "^15.15.0",
128128
"postcss": "^8.5.6",
@@ -131,15 +131,15 @@
131131
"prettier": "3.6.2",
132132
"prettier-plugin-tailwindcss": "^0.6.14",
133133
"purgecss-webpack-plugin": "^7.0.2",
134-
"sass": "^1.89.2",
134+
"sass": "^1.90.0",
135135
"sass-loader": "^16.0.5",
136136
"tailwindcss": "^3.4.17",
137137
"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",
140140
"vue-eslint-parser": "^10.2.0",
141141
"vue-loader": "^17.4.2",
142-
"webpack": "^5.100.2",
142+
"webpack": "^5.101.3",
143143
"webpack-cli": "^6.0.1",
144144
"webpack-dev-server": "^5.2.2",
145145
"webpack-notifier": "^1.15.0"

0 commit comments

Comments
 (0)