|
42 | 42 | "@types/node": "^12.6.8",
|
43 | 43 | "@types/prettier": "^2.0.0",
|
44 | 44 | "@types/yargs": "^15.0.0",
|
45 |
| - "@typescript-eslint/eslint-plugin": "^3.0.0", |
46 |
| - "@typescript-eslint/parser": "^3.0.0", |
| 45 | + "@typescript-eslint/eslint-plugin": "^5.59.5", |
| 46 | + "@typescript-eslint/parser": "^5.59.5", |
47 | 47 | "bumpp": "^9.1.0",
|
48 |
| - "eslint": "^7.4.0", |
49 |
| - "eslint-plugin-vue-libs": "^4.0.0", |
| 48 | + "eslint": "^8.40.0", |
50 | 49 | "jest": "^26.0.0",
|
51 | 50 | "jest-watch-typeahead": "^0.6.0",
|
52 | 51 | "opener": "^1.5.1",
|
53 | 52 | "ts-jest": "^26.0.0",
|
54 | 53 | "tsd": "^0.13.0",
|
55 |
| - "typescript": "^3.9.5", |
56 |
| - "typescript-eslint-language-service": "^3.0.0", |
| 54 | + "typescript": "^4.9.5", |
57 | 55 | "vue": "^2.6.11",
|
58 | 56 | "vue-template-compiler": "^2.6.11"
|
59 | 57 | },
|
|
85 | 83 | "scripts": {
|
86 | 84 | "build": "tsc -p .",
|
87 | 85 | "build:watch": "tsc -p . --watch",
|
88 |
| - "clean": "rm -rf ./coverage", |
| 86 | + "clean": "rm -rf ./coverage && rm -rf ./lib", |
89 | 87 | "coverage": "opener coverage/lcov-report/index.html",
|
90 | 88 | "lint": "eslint ./src ./test --ext .ts --ignore-pattern \"*.test.*\"",
|
91 | 89 | "release": "bumpp --commit \"release: v%s\" --push --tag",
|
|
0 commit comments