|
13 | 13 | "vue-cli-plugin-purgecss" |
14 | 14 | ], |
15 | 15 | "devDependencies": { |
16 | | - "@types/jest": "^26.0.20", |
17 | | - "@types/node": "^15.0.1", |
18 | | - "@typescript-eslint/eslint-plugin": "^4.12.0", |
19 | | - "@typescript-eslint/parser": "^4.12.0", |
20 | | - "@vuepress/plugin-google-analytics": "^1.8.0", |
21 | | - "@vuepress/theme-default": "^1.8.0", |
| 16 | + "@types/jest": "^26.0.23", |
| 17 | + "@types/node": "^15.12.1", |
| 18 | + "@typescript-eslint/eslint-plugin": "^4.26.1", |
| 19 | + "@typescript-eslint/parser": "^4.26.1", |
| 20 | + "@vuepress/plugin-google-analytics": "^1.8.2", |
| 21 | + "@vuepress/theme-default": "^1.8.2", |
22 | 22 | "@wessberg/rollup-plugin-ts": "^1.3.8", |
23 | 23 | "conventional-changelog-cli": "^2.1.1", |
24 | | - "eslint": "^7.17.0", |
25 | | - "husky": "^4.3.7", |
26 | | - "jest": "^26.6.3", |
| 24 | + "eslint": "^7.28.0", |
| 25 | + "husky": "^6.0.0", |
| 26 | + "jest": "^27.0.4", |
27 | 27 | "lerna": "^4.0.0", |
28 | 28 | "lint-staged": "^11.0.0", |
29 | | - "prettier": "^2.2.1", |
30 | | - "rollup": "^2.36.1", |
| 29 | + "prettier": "^2.3.1", |
| 30 | + "rollup": "^2.51.0", |
31 | 31 | "rollup-plugin-node-resolve": "^5.2.0", |
32 | 32 | "rollup-plugin-terser": "^7.0.2", |
33 | | - "ts-jest": "^26.4.4", |
| 33 | + "ts-jest": "^27.0.3", |
34 | 34 | "ts-node": "^10.0.0", |
35 | | - "typescript": "^4.1.3", |
36 | | - "vuepress": "^1.8.0" |
| 35 | + "typescript": "^4.3.2", |
| 36 | + "vuepress": "^1.8.2" |
37 | 37 | }, |
38 | 38 | "scripts": { |
39 | 39 | "bootstrap": "lerna bootstrap", |
|
44 | 44 | "lint": "eslint . --ext .ts --ignore-path .gitignore --fix", |
45 | 45 | "prettier": "prettier --write --parser typescript '**/*.ts'", |
46 | 46 | "test": "jest", |
47 | | - "generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
| 47 | + "generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1" |
48 | 48 | }, |
49 | 49 | "husky": { |
50 | 50 | "hooks": { |
|
0 commit comments