1818 "lint:fix" : " stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix"
1919 },
2020 "dependencies" : {
21- "@mdi/svg" : " ^7.4.47" ,
22- "@nextcloud/axios" : " ^2.5.0" ,
23- "@nextcloud/dialogs" : " ^6.0.0" ,
24- "@nextcloud/files" : " ^3.2.1" ,
25- "@nextcloud/router" : " ^3.0.1"
21+ "@mdi/svg" : " 7.4.47" ,
22+ "@nextcloud/dialogs" : " 6.3.2" ,
23+ "@nextcloud/files" : " 3.12.0" ,
24+ "@nextcloud/router" : " 3.0.1"
2625 },
2726 "browserslist" : [
2827 " extends @nextcloud/browserslist-config"
2928 ],
3029 "engines" : {
31- "node" : " ^ 20.0.0" ,
32- "npm" : " ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11 .0.0"
30+ "node" : " >= 20.0.0" ,
31+ "npm" : " >=7 .0.0"
3332 },
3433 "devDependencies" : {
35- "@nextcloud/babel-config" : " ^ 1.2.0" ,
36- "@nextcloud/browserslist-config" : " ^ 3.0.1" ,
37- "@nextcloud/eslint-config" : " ^ 8.4.1 " ,
38- "@nextcloud/stylelint-config" : " ^3.0.1 " ,
39- "@nextcloud/webpack-vue-config" : " ^6.0.1 "
34+ "@nextcloud/babel-config" : " 1.2.0" ,
35+ "@nextcloud/browserslist-config" : " 3.0.1" ,
36+ "@nextcloud/eslint-config" : " 8.4.2 " ,
37+ "@nextcloud/stylelint-config" : " 3.1.0 " ,
38+ "@nextcloud/webpack-vue-config" : " 6.3.0 "
4039 },
4140 "overrides" : {
42- "@nextcloud/webpack-vue-config" : {
43- "webpack-dev-server" : " 5.2.2" ,
44- "vue-loader" : " ^17"
41+ "@nextcloud/axios" : {
42+ "axios" : " 1.12.2"
4543 }
4644 }
47- }
45+ }
0 commit comments