File tree Expand file tree Collapse file tree 4 files changed +1251
-1287
lines changed Expand file tree Collapse file tree 4 files changed +1251
-1287
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-file-manager" ,
3- "version" : " 2.5.0 " ,
3+ "version" : " 2.5.3 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
1818 "test:unit" : " vue-cli-service test:unit"
1919 },
2020 "dependencies" : {
21- "axios" : " ^0.19.2 " ,
22- "codemirror" : " ^5.55.0 " ,
23- "core-js" : " ^3.6.5 " ,
24- "cropperjs" : " ^1.4.3 " ,
25- "plyr" : " ^3.4.8 " ,
26- "vue" : " ^2.6.11 " ,
21+ "axios" : " ^0.21.1 " ,
22+ "codemirror" : " ^5.59.2 " ,
23+ "core-js" : " ^3.9.0 " ,
24+ "cropperjs" : " ^1.5.11 " ,
25+ "plyr" : " ^3.6.4 " ,
26+ "vue" : " ^2.6.12 " ,
2727 "vue-codemirror" : " ^4.0.6" ,
28- "vuex" : " ^3.4.0 "
28+ "vuex" : " ^3.6.2 "
2929 },
3030 "devDependencies" : {
3131 "@vue/cli-plugin-babel" : " ~4.4.6" ,
3939 "eslint-plugin-vue" : " ^6.2.2" ,
4040 "node-sass" : " ^4.14.1" ,
4141 "sass-loader" : " ^8.0.2" ,
42- "vue-template-compiler" : " ^2.6.11 "
42+ "vue-template-compiler" : " ^2.6.12 "
4343 }
4444}
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
77 < link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
88 < title > new-file-manager</ title >
9- < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1 /css/bootstrap.min.css ">
10- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.13.0 /css/all.css ">
9+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist /css/bootstrap.min.css ">
10+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.15.2 /css/all.css ">
1111</ head >
1212< body >
1313< noscript >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default {
2828 acl : null ,
2929
3030 // App version
31- version : '2.5.2 ' ,
31+ version : '2.5.3 ' ,
3232
3333 // axios headers
3434 headers : { } ,
You can’t perform that action at this time.
0 commit comments