|
26 | 26 | "dist/**/*.d.ts"
|
27 | 27 | ],
|
28 | 28 | "devDependencies": {
|
29 |
| - "@babel/core": "^7.6.3", |
| 29 | + "@babel/core": "^7.6.4", |
30 | 30 | "@babel/plugin-transform-runtime": "^7.6.2",
|
31 | 31 | "@babel/preset-env": "^7.6.3",
|
32 | 32 | "@commitlint/cli": "^8.2.0",
|
33 |
| - "@types/jest": "^24.0.18", |
34 |
| - "@types/node": "^12.7.12", |
35 |
| - "@typescript-eslint/eslint-plugin": "^2.3.3", |
36 |
| - "@typescript-eslint/parser": "^2.3.3", |
| 33 | + "@types/jest": "^24.0.19", |
| 34 | + "@types/node": "^12.11.2", |
| 35 | + "@typescript-eslint/eslint-plugin": "^2.5.0", |
| 36 | + "@typescript-eslint/parser": "^2.5.0", |
37 | 37 | "@vue/composition-api": "^0.3.2",
|
38 | 38 | "@vue/test-utils": "^1.0.0-beta.29",
|
39 |
| - "@vuepress/plugin-back-to-top": "^1.1.0", |
40 |
| - "@vuepress/plugin-google-analytics": "^1.1.0", |
41 |
| - "@vuepress/plugin-pwa": "^1.1.0", |
| 39 | + "@vuepress/plugin-back-to-top": "^1.2.0", |
| 40 | + "@vuepress/plugin-google-analytics": "^1.2.0", |
| 41 | + "@vuepress/plugin-pwa": "^1.2.0", |
42 | 42 | "babel-core": "^7.0.0-bridge.0",
|
43 | 43 | "babel-jest": "^24.9.0",
|
44 | 44 | "bundlesize": "^0.18.0",
|
|
47 | 47 | "eslint-config-prettier": "^6.4.0",
|
48 | 48 | "eslint-config-standard": "^14.1.0",
|
49 | 49 | "eslint-plugin-import": "^2.18.2",
|
50 |
| - "eslint-plugin-jest": "^22.17.0", |
| 50 | + "eslint-plugin-jest": "^22.19.0", |
51 | 51 | "eslint-plugin-node": "^10.0.0",
|
52 | 52 | "eslint-plugin-prettier": "^3.1.1",
|
53 | 53 | "eslint-plugin-promise": "^4.2.1",
|
54 | 54 | "eslint-plugin-standard": "^4.0.1",
|
55 | 55 | "filesize": "^5.0.3",
|
56 | 56 | "flush-promises": "^1.0.2",
|
57 | 57 | "gzip-size": "^5.1.1",
|
58 |
| - "husky": "^3.0.8", |
| 58 | + "husky": "^3.0.9", |
59 | 59 | "jest": "^24.9.0",
|
60 | 60 | "lint-staged": "^9.4.2",
|
61 | 61 | "mkdirp": "^0.5.1",
|
62 | 62 | "prettier": "^1.18.2",
|
63 |
| - "rollup": "^1.23.1", |
| 63 | + "rollup": "^1.25.1", |
64 | 64 | "rollup-plugin-commonjs": "^10.1.0",
|
65 | 65 | "rollup-plugin-node-resolve": "^5.2.0",
|
66 | 66 | "rollup-plugin-replace": "^2.2.0",
|
67 | 67 | "rollup-plugin-typescript2": "^0.24.3",
|
68 | 68 | "ts-jest": "^24.1.0",
|
69 | 69 | "typescript": "^3.6.4",
|
70 |
| - "uglify-js": "^3.6.1", |
| 70 | + "uglify-js": "^3.6.3", |
71 | 71 | "vue": "^2.6.10",
|
72 | 72 | "vue-jest": "^3.0.5",
|
73 | 73 | "vue-template-compiler": "^2.6.10",
|
74 |
| - "vuepress": "^1.1.0" |
| 74 | + "vuepress": "^1.2.0" |
75 | 75 | },
|
76 | 76 | "husky": {
|
77 | 77 | "hooks": {
|
|
0 commit comments