|
1 | 1 | {
|
2 | 2 | "name": "lin-cms",
|
3 |
| - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "serve": "node script/plugin-get-config.js && vue-cli-service serve",
|
7 | 7 | "build": "node script/plugin-get-config.js && vue-cli-service build",
|
8 | 8 | "lint": "vue-cli-service lint",
|
9 |
| - "commitizen": "commitizen init cz-conventional-changelog --save-dev --save-exact", |
| 9 | + "commit": "git-cz", |
10 | 10 | "plugin-init": "node script/plugin-init.js",
|
11 | 11 | "plugin-new": "node script/plugin-new.js",
|
12 | 12 | "plugin-reconfig": "node script/plugin-get-config.js",
|
13 | 13 | "test:unit": "vue-cli-service test:unit"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@babel/polyfill": "^7.2.5", |
| 16 | + "@babel/polyfill": "^7.4.4", |
17 | 17 | "@tinymce/tinymce-vue": "^2.1.0",
|
18 | 18 | "axios": "~0.18.0",
|
19 |
| - "element-ui": "^2.8.2", |
20 |
| - "event-source-polyfill": "^0.0.16", |
| 19 | + "element-ui": "^2.10.1", |
| 20 | + "event-source-polyfill": "^1.0.7", |
21 | 21 | "fastscan": "^1.0.4",
|
22 | 22 | "good-storage": "^1.1.0",
|
23 | 23 | "js-cookie": "^2.2.0",
|
24 | 24 | "lodash": "^4.17.14",
|
25 | 25 | "moment": "^2.24.0",
|
26 | 26 | "photoswipe": "^4.1.2",
|
27 | 27 | "screenfull": "^4.2.0",
|
28 |
| - "tinymce": "^5.0.9", |
29 |
| - "vue": "^2.6.8", |
| 28 | + "tinymce": "^5.0.12", |
| 29 | + "vue": "^2.6.10", |
30 | 30 | "vue-awesome-swiper": "^3.1.3",
|
31 | 31 | "vue-croppa": "^1.3.8",
|
32 |
| - "vue-router": "~3.0.1", |
33 |
| - "vuex": "~3.0.1", |
34 |
| - "vuex-persist": "^2.0.0" |
| 32 | + "vue-router": "^3.0.7", |
| 33 | + "vuex": "^3.1.1", |
| 34 | + "vuex-persist": "^2.0.1" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@vue/cli-plugin-babel": "^3.4.0", |
38 |
| - "@vue/cli-plugin-eslint": "^3.4.0", |
39 |
| - "@vue/cli-plugin-unit-jest": "^3.7.0", |
40 |
| - "@vue/cli-service": "^3.4.0", |
41 |
| - "@vue/eslint-config-airbnb": "^4.0.0", |
| 37 | + "@vue/cli-plugin-babel": "^3.9.2", |
| 38 | + "@vue/cli-plugin-eslint": "^3.9.2", |
| 39 | + "@vue/cli-plugin-unit-jest": "^3.9.0", |
| 40 | + "@vue/cli-service": "^3.9.2", |
| 41 | + "@vue/eslint-config-airbnb": "^4.0.1", |
42 | 42 | "@vue/test-utils": "1.0.0-beta.29",
|
43 | 43 | "babel-core": "7.0.0-bridge.0",
|
44 |
| - "babel-eslint": "^10.0.1", |
45 |
| - "babel-jest": "^23.6.0", |
| 44 | + "babel-eslint": "^10.0.2", |
| 45 | + "babel-jest": "^24.8.0", |
46 | 46 | "babel-plugin-component": "^1.1.1",
|
47 | 47 | "chalk": "^2.4.2",
|
48 | 48 | "child_process": "^1.0.2",
|
49 | 49 | "cz-conventional-changelog": "^2.1.0",
|
50 |
| - "directory-tree": "^2.2.1", |
51 |
| - "ejs": "^2.6.1", |
52 |
| - "eslint": "^5.8.0", |
53 |
| - "eslint-plugin-vue": "^5.0.0", |
54 |
| - "fs-extra": "^7.0.1", |
55 |
| - "inquirer": "^6.2.2", |
56 |
| - "js-yaml": "^3.12.2", |
| 50 | + "directory-tree": "^2.2.3", |
| 51 | + "ejs": "^2.6.2", |
| 52 | + "eslint": "^6.0.1", |
| 53 | + "eslint-plugin-vue": "^5.2.3", |
| 54 | + "fs-extra": "^8.1.0", |
| 55 | + "inquirer": "^6.5.0", |
| 56 | + "js-yaml": "^3.13.1", |
57 | 57 | "node-sass": "^4.12.0",
|
58 | 58 | "sass-loader": "^7.1.0",
|
59 |
| - "semver": "^5.6.0", |
| 59 | + "semver": "^6.2.0", |
60 | 60 | "shelljs": "^0.8.3",
|
61 | 61 | "validate-npm-package-name": "^3.0.0",
|
62 | 62 | "vue-markdown-loader": "^2.4.1",
|
63 |
| - "vue-template-compiler": "^2.6.8", |
| 63 | + "vue-template-compiler": "^2.6.10", |
64 | 64 | "yaml-front-matter": "^4.0.0"
|
65 | 65 | },
|
66 | 66 | "postcss": {
|
|
0 commit comments