|
41 | 41 | "bunyan": "^1.8.12", |
42 | 42 | "chart.js": "^2.7.1", |
43 | 43 | "cross-env": "^5.1.0", |
44 | | - "element-ui": "^1.4.8", |
| 44 | + "element-ui": "^1.4.12", |
45 | 45 | "js-cookie": "^2.2.0", |
46 | 46 | "js-yaml": "^3.9.1", |
47 | 47 | "jwt-decode": "^2.2.0", |
48 | 48 | "koa": "^2.4.1", |
49 | 49 | "koa-body": "^2.3.0", |
50 | | - "koa-bunyan": "^1.0.0", |
| 50 | + "koa-bunyan": "^1.0.1", |
51 | 51 | "koa-bunyan-logger": "^2.0.0", |
52 | 52 | "koa-compose": "^4.0.0", |
53 | 53 | "koa-compress": "^2.0.0", |
|
59 | 59 | "moment": "^2.19.2", |
60 | 60 | "negotiator": "^0.6.1", |
61 | 61 | "normalize.css": "^7.0.0", |
62 | | - "nuxt": "^1.0.0-rc11", |
| 62 | + "nuxt": "^1.0.0-gh-0b9cd1b", |
63 | 63 | "svg-captcha": "^1.3.11", |
64 | 64 | "vue-chartjs": "^3.0.2", |
65 | | - "vue-class-component": "^5.0.1", |
| 65 | + "vue-class-component": "^6.1.1", |
66 | 66 | "vue-clipboards": "^1.2.0", |
67 | 67 | "vue-i18n": "^7.3.2", |
68 | | - "vuex-class": "^0.2.0", |
| 68 | + "vuex-class": "^0.3.0", |
69 | 69 | "xmlify": "^1.1.0" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
|
77 | 77 | "babel-plugin-transform-decorators-legacy": "^1.3.4", |
78 | 78 | "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
79 | 79 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
80 | | - "eslint": "^4.12.0", |
| 80 | + "babel-plugin-transform-runtime": "^6.23.0", |
| 81 | + "eslint": "^4.13.0", |
81 | 82 | "eslint-config-standard": "^10.2.1", |
82 | 83 | "eslint-plugin-html": "^4.0.1", |
83 | 84 | "eslint-plugin-import": "^2.8.0", |
|
88 | 89 | "lint-staged": "^5.0.0", |
89 | 90 | "moxios": "^0.4.0", |
90 | 91 | "node-sass": "^4.7.2", |
91 | | - "nodemon": "^1.11.0", |
| 92 | + "nodemon": "^1.12.5", |
92 | 93 | "progress-bar-webpack-plugin": "^1.10.0", |
93 | 94 | "sass-loader": "^6.0.6", |
94 | 95 | "standard-version": "^4.2.0", |
95 | 96 | "uglifyjs-webpack-plugin": "^1.1.1", |
96 | | - "webpack": "^3.5.5", |
| 97 | + "webpack": "^3.10.0", |
97 | 98 | "webpack-node-externals": "^1.6.0" |
98 | 99 | }, |
99 | 100 | "engines": { |
100 | | - "node": ">=7.6.0", |
101 | | - "npm": ">=4.0.0" |
| 101 | + "node": ">=8.0.0", |
| 102 | + "npm": ">=5.0.0" |
102 | 103 | } |
103 | 104 | } |
0 commit comments