Skip to content

Commit 04b6663

Browse files
committed
updated js dependencies
1 parent ef25a57 commit 04b6663

File tree

4 files changed

+1251
-1287
lines changed

4 files changed

+1251
-1287
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-file-manager",
3-
"version": "2.5.2",
3+
"version": "2.5.3",
44
"description": "File manager for Laravel",
55
"keywords": [
66
"laravel",
@@ -18,14 +18,14 @@
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",
@@ -39,6 +39,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
}

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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/[email protected]/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>

src/store/settings/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {},

0 commit comments

Comments
 (0)