|
35 | 35 | "@secretlint/secretlint-rule-preset-recommend": "^3.3.0",
|
36 | 36 | "@types/jest": "^26.0.24",
|
37 | 37 | "@types/node": "^16.4.13",
|
38 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
39 |
| - "@typescript-eslint/parser": "^5.0.0", |
| 38 | + "@typescript-eslint/eslint-plugin": "^5.46.1", |
| 39 | + "@typescript-eslint/parser": "^5.46.1", |
40 | 40 | "@vue/compiler-sfc": "^3.1.5",
|
41 | 41 | "@vue/compiler-ssr": "^3.1.5",
|
42 | 42 | "@vue/runtime-dom": "^3.1.5",
|
43 | 43 | "@vue/server-renderer": "^3.1.5",
|
44 | 44 | "api-docs-gen": "^0.4.0",
|
45 | 45 | "babel-loader": "^8.2.0",
|
46 |
| - "eslint": "^7.32.0", |
47 |
| - "eslint-config-prettier": "^8.3.0", |
48 |
| - "eslint-plugin-prettier": "^3.4.0", |
49 |
| - "eslint-plugin-vue-libs": "^4.0.0", |
| 46 | + "eslint": "^8.30.0", |
| 47 | + "eslint-config-prettier": "^8.5.0", |
| 48 | + "eslint-plugin-prettier": "^4.2.1", |
50 | 49 | "jest": "^27.0.6",
|
51 | 50 | "jest-puppeteer": "^6.0.0",
|
52 | 51 | "jest-watch-typeahead": "^1.0.0",
|
53 | 52 | "lint-staged": "^11.0.0",
|
54 | 53 | "npm-run-all": "^4.1.5",
|
55 | 54 | "opener": "^1.5.2",
|
| 55 | + "prettier": "^2.8.1", |
56 | 56 | "puppeteer": "^12.0.0",
|
57 | 57 | "secretlint": "^3.3.0",
|
58 | 58 | "shipjs": "^0.24.0",
|
|
119 | 119 | "coverage": "opener coverage/lcov-report/index.html",
|
120 | 120 | "example": "webpack serve --config example/webpack.config.js --inline --hot",
|
121 | 121 | "fix": "npm-run-all --parallel lint:eslint:fix format:fix",
|
122 |
| - "format": "prettier --config .prettierrc --ignore-path .prettierignore '**/*.{js,json,html}'", |
| 122 | + "format": "prettier --config .prettierrc --ignore-path .prettierignore --list-different '**/*.{js,json,html}'", |
123 | 123 | "format:fix": "yarn format --write",
|
124 | 124 | "lint": "npm-run-all --parallel lint:eslint lint:secret",
|
125 | 125 | "lint:eslint": "eslint ./src ./test --ext .ts",
|
|
0 commit comments