|
5 | 5 | "build": "NODE_ENV=production webpack --mode production"
|
6 | 6 | },
|
7 | 7 | "devDependencies": {
|
8 |
| - "@vuex-orm/core": "^0.21.0", |
9 |
| - "autoprefixer": "^8.0.0", |
| 8 | + "@vuex-orm/core": "^0.23.1", |
| 9 | + "autoprefixer": "^8.1.0", |
10 | 10 | "babel-core": "^6.26.0",
|
11 |
| - "babel-loader": "^7.1.3", |
| 11 | + "babel-loader": "^7.1.4", |
12 | 12 | "babel-preset-env": "^1.6.1",
|
13 | 13 | "babel-preset-stage-2": "^6.24.1",
|
14 |
| - "css-loader": "^0.28.10", |
15 |
| - "express": "^4.16.2", |
| 14 | + "css-loader": "^0.28.11", |
| 15 | + "express": "^4.16.3", |
16 | 16 | "normalize.css": "^8.0.0",
|
17 | 17 | "postcss-css-variables": "^0.8.0",
|
18 | 18 | "postcss-import": "^11.1.0",
|
19 | 19 | "postcss-nested": "^3.0.0",
|
20 |
| - "vue": "^2.5.13", |
21 |
| - "vue-loader": "^14.1.1", |
22 |
| - "vue-template-compiler": "^2.5.13", |
| 20 | + "vue": "^2.5.16", |
| 21 | + "vue-loader": "^14.2.1", |
| 22 | + "vue-template-compiler": "^2.5.16", |
23 | 23 | "vuex": "^3.0.1",
|
24 |
| - "webpack": "^4.0.1", |
25 |
| - "webpack-cli": "^2.0.9", |
26 |
| - "webpack-dev-middleware": "^2.0.6", |
27 |
| - "webpack-hot-middleware": "^2.21.0" |
| 24 | + "webpack": "^4.1.1", |
| 25 | + "webpack-cli": "^2.0.12", |
| 26 | + "webpack-dev-middleware": "^3.0.1", |
| 27 | + "webpack-hot-middleware": "^2.21.2" |
28 | 28 | }
|
29 | 29 | }
|
0 commit comments