|
1 | 1 | { |
2 | 2 | "name": "laravel-file-manager", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.0.3", |
4 | 4 | "description": "File manager for Laravel", |
5 | 5 | "keywords": [ |
6 | 6 | "laravel", |
|
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | 22 | "axios": "^0.18.0", |
23 | | - "vue": "^2.5.16", |
| 23 | + "vue": "^2.5.17", |
24 | 24 | "vuex": "^3.0.1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "autoprefixer": "^7.1.2", |
28 | | - "babel-core": "^6.22.1", |
29 | | - "babel-eslint": "^8.2.3", |
| 28 | + "babel-core": "^6.26.3", |
| 29 | + "babel-eslint": "^8.2.6", |
30 | 30 | "babel-helper-vue-jsx-merge-props": "^2.0.3", |
31 | | - "babel-loader": "^7.1.1", |
| 31 | + "babel-loader": "^7.1.5", |
32 | 32 | "babel-plugin-syntax-jsx": "^6.18.0", |
33 | 33 | "babel-plugin-transform-runtime": "^6.22.0", |
34 | 34 | "babel-plugin-transform-vue-jsx": "^3.5.0", |
35 | 35 | "babel-polyfill": "^6.26.0", |
36 | | - "babel-preset-env": "^1.3.2", |
| 36 | + "babel-preset-env": "^1.7.0", |
37 | 37 | "babel-preset-stage-2": "^6.22.0", |
38 | | - "chalk": "^2.4.0", |
39 | | - "copy-webpack-plugin": "^4.5.1", |
| 38 | + "chalk": "^2.4.1", |
| 39 | + "copy-webpack-plugin": "^4.5.4", |
40 | 40 | "css-loader": "^0.28.11", |
41 | 41 | "eslint": "^4.19.1", |
42 | 42 | "eslint-config-airbnb-base": "^11.3.0", |
43 | 43 | "eslint-friendly-formatter": "^3.0.0", |
44 | 44 | "eslint-import-resolver-webpack": "^0.8.3", |
45 | 45 | "eslint-loader": "^1.7.1", |
46 | | - "eslint-plugin-import": "^2.11.0", |
47 | | - "eslint-plugin-vue": "^4.4.0", |
| 46 | + "eslint-plugin-import": "^2.14.0", |
| 47 | + "eslint-plugin-vue": "^4.7.1", |
48 | 48 | "extract-text-webpack-plugin": "^3.0.0", |
49 | 49 | "file-loader": "^1.1.4", |
50 | 50 | "friendly-errors-webpack-plugin": "^1.7.0", |
51 | 51 | "html-webpack-plugin": "^2.30.1", |
52 | | - "node-notifier": "^5.1.2", |
53 | | - "node-sass": "^4.8.3", |
| 52 | + "node-notifier": "^5.3.0", |
| 53 | + "node-sass": "^4.9.4", |
54 | 54 | "optimize-css-assets-webpack-plugin": "^3.2.0", |
55 | 55 | "ora": "^1.2.0", |
56 | | - "portfinder": "^1.0.13", |
| 56 | + "portfinder": "^1.0.18", |
57 | 57 | "postcss-import": "^11.0.0", |
58 | | - "postcss-loader": "^2.1.4", |
| 58 | + "postcss-loader": "^2.1.6", |
59 | 59 | "postcss-url": "^7.3.2", |
60 | 60 | "rimraf": "^2.6.0", |
61 | 61 | "sass-loader": "^6.0.7", |
62 | | - "semver": "^5.3.0", |
| 62 | + "semver": "^5.6.0", |
63 | 63 | "shelljs": "^0.7.6", |
64 | | - "uglifyjs-webpack-plugin": "^1.2.4", |
| 64 | + "uglifyjs-webpack-plugin": "^1.3.0", |
65 | 65 | "url-loader": "^0.5.8", |
66 | | - "vue-loader": "^13.3.0", |
| 66 | + "vue-loader": "^13.7.3", |
67 | 67 | "vue-style-loader": "^3.0.1", |
68 | | - "vue-template-compiler": "^2.5.16", |
69 | | - "webpack": "^3.6.0", |
70 | | - "webpack-bundle-analyzer": "^2.9.0", |
71 | | - "webpack-dev-server": "^2.9.1", |
72 | | - "webpack-merge": "^4.1.0" |
| 68 | + "vue-template-compiler": "^2.5.17", |
| 69 | + "webpack": "^3.12.0", |
| 70 | + "webpack-bundle-analyzer": "^2.13.1", |
| 71 | + "webpack-dev-server": "^2.11.3", |
| 72 | + "webpack-merge": "^4.1.4" |
73 | 73 | }, |
74 | 74 | "engines": { |
75 | 75 | "node": ">= 6.0.0", |
|
0 commit comments