Skip to content

Commit

Permalink
Merge branch 'release/v2.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed Feb 18, 2021
2 parents 71e9b35 + 04b6663 commit 6687ec4
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 1,287 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-file-manager",
"version": "2.5.0",
"version": "2.5.3",
"description": "File manager for Laravel",
"keywords": [
"laravel",
Expand All @@ -18,14 +18,14 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"axios": "^0.19.2",
"codemirror": "^5.55.0",
"core-js": "^3.6.5",
"cropperjs": "^1.4.3",
"plyr": "^3.4.8",
"vue": "^2.6.11",
"axios": "^0.21.1",
"codemirror": "^5.59.2",
"core-js": "^3.9.0",
"cropperjs": "^1.5.11",
"plyr": "^3.6.4",
"vue": "^2.6.12",
"vue-codemirror": "^4.0.6",
"vuex": "^3.4.0"
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.6",
Expand All @@ -39,6 +39,6 @@
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "^2.6.12"
}
}
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>new-file-manager</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.2/css/all.css">
</head>
<body>
<noscript>
Expand Down
2 changes: 1 addition & 1 deletion src/store/settings/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default {
acl: null,

// App version
version: '2.5.2',
version: '2.5.3',

// axios headers
headers: {},
Expand Down
Loading

0 comments on commit 6687ec4

Please sign in to comment.