|
7 | 7 | "main": "dist/vue-select.js",
|
8 | 8 | "license": "MIT",
|
9 | 9 | "scripts": {
|
10 |
| - "start": "npm run dev", |
11 | 10 | "serve": "webpack-dev-server --config build/webpack.dev.conf.js --hot --progress -d",
|
12 | 11 | "serve:docs": "vuepress dev docs",
|
13 | 12 | "build": "cross-env NODE_ENV=production webpack --config build/webpack.prod.conf.js --progress",
|
|
26 | 25 | "ajv": "6.8.1"
|
27 | 26 | },
|
28 | 27 | "devDependencies": {
|
29 |
| - "@babel/core": "^7.2.2", |
30 |
| - "@babel/plugin-transform-runtime": "^7.2.0", |
31 |
| - "@babel/preset-env": "^7.3.1", |
32 |
| - "@babel/runtime": "^7.3.1", |
| 28 | + "@babel/core": "^7.4.0", |
| 29 | + "@babel/plugin-transform-runtime": "^7.4.0", |
| 30 | + "@babel/preset-env": "^7.4.2", |
| 31 | + "@babel/runtime": "^7.4.2", |
33 | 32 | "@vue/test-utils": "^1.0.0-beta.29",
|
34 | 33 | "autoprefixer": "^9.4.7",
|
35 | 34 | "babel-core": "^7.0.0-bridge.0",
|
36 |
| - "babel-loader": "^8.0.0", |
37 |
| - "chokidar": "^2.0.4", |
| 35 | + "babel-loader": "^8.0.5", |
| 36 | + "chokidar": "^2.1.5", |
38 | 37 | "coveralls": "^3.0.2",
|
39 | 38 | "cross-env": "^5.2.0",
|
40 | 39 | "css-loader": "^2.1.0",
|
|
53 | 52 | "sass-loader": "^7.1.0",
|
54 | 53 | "terser-webpack-plugin": "^1.2.3",
|
55 | 54 | "url-loader": "^1.1.2",
|
56 |
| - "vue": "^2.6.4", |
| 55 | + "vue": "^2.6.10", |
57 | 56 | "vue-html-loader": "^1.2.4",
|
58 |
| - "vue-jest": "^3.0.3", |
59 |
| - "vue-loader": "^15.6.2", |
| 57 | + "vue-jest": "^3.0.4", |
| 58 | + "vue-loader": "^15.7.0", |
60 | 59 | "vue-style-loader": "^4.1.2",
|
61 |
| - "vue-template-compiler": "^2.6.4", |
| 60 | + "vue-template-compiler": "^2.6.10", |
62 | 61 | "vuepress": "^0.14.8",
|
63 | 62 | "vuex": "^3.1.0",
|
64 |
| - "webpack": "^4.28.0", |
65 |
| - "webpack-cli": "^3.2.1", |
66 |
| - "webpack-dev-server": "^3.1.10", |
67 |
| - "webpack-merge": "^0.13.0" |
| 63 | + "webpack": "^4.29.6", |
| 64 | + "webpack-cli": "^3.3.0", |
| 65 | + "webpack-dev-server": "^3.2.1", |
| 66 | + "webpack-merge": "^4.2.1" |
68 | 67 | },
|
69 | 68 | "jest": {
|
70 | 69 | "moduleFileExtensions": [
|
|
0 commit comments