File tree 4 files changed +1251
-1287
lines changed
4 files changed +1251
-1287
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-file-manager" ,
3
- "version" : " 2.5.2 " ,
3
+ "version" : " 2.5.3 " ,
4
4
"description" : " File manager for Laravel" ,
5
5
"keywords" : [
6
6
" laravel" ,
18
18
"test:unit" : " vue-cli-service test:unit"
19
19
},
20
20
"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 " ,
27
27
"vue-codemirror" : " ^4.0.6" ,
28
- "vuex" : " ^3.4.0 "
28
+ "vuex" : " ^3.6.2 "
29
29
},
30
30
"devDependencies" : {
31
31
"@vue/cli-plugin-babel" : " ~4.4.6" ,
39
39
"eslint-plugin-vue" : " ^6.2.2" ,
40
40
"node-sass" : " ^4.14.1" ,
41
41
"sass-loader" : " ^8.0.2" ,
42
- "vue-template-compiler" : " ^2.6.11 "
42
+ "vue-template-compiler" : " ^2.6.12 "
43
43
}
44
44
}
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8
8
< 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/[email protected] /dist /css/bootstrap.min.css "
>
10
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.15.2 /css/all.css ">
11
11
</ head >
12
12
< body >
13
13
< noscript >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default {
28
28
acl : null ,
29
29
30
30
// App version
31
- version : '2.5.2 ' ,
31
+ version : '2.5.3 ' ,
32
32
33
33
// axios headers
34
34
headers : { } ,
You can’t perform that action at this time.
0 commit comments