|
9 | 9 | "workers/*" |
10 | 10 | ], |
11 | 11 | "engines": { |
12 | | - "node": "^14.13.1 || >=16.0.0", |
| 12 | + "node": "^14.15.0 || >=16.0.0", |
13 | 13 | "npm": ">=6.14.0" |
14 | 14 | }, |
15 | 15 | "homepage": "https://github.com/withastro/prettier-plugin-astro/", |
|
31 | 31 | "build": "rollup -c", |
32 | 32 | "dev": "rollup -c -w", |
33 | 33 | "test": "vitest run", |
34 | | - "test:w": "vitest -w", |
| 34 | + "test:watch": "vitest -w", |
35 | 35 | "test:ui": "vitest --ui", |
36 | | - "release": "yarn build && changeset publish", |
37 | 36 | "lint": "eslint .", |
38 | | - "fix": "yarn lint --fix", |
39 | | - "format": "prettier -w ." |
| 37 | + "lint:fix": "yarn lint --fix", |
| 38 | + "format": "prettier -w . --cache" |
40 | 39 | }, |
41 | 40 | "dependencies": { |
42 | 41 | "@astrojs/compiler": "^0.15.2", |
43 | | - "prettier": "^2.6.2", |
| 42 | + "prettier": "^2.7.1", |
44 | 43 | "sass-formatter": "^0.7.2", |
45 | 44 | "synckit": "^0.7.0" |
46 | 45 | }, |
47 | 46 | "devDependencies": { |
48 | 47 | "@changesets/cli": "^2.16.0", |
49 | | - "@rollup/plugin-commonjs": "^21.0.3", |
50 | | - "@rollup/plugin-node-resolve": "^13.0.5", |
51 | | - "@types/prettier": "^2.4.1", |
52 | | - "@typescript-eslint/eslint-plugin": "^5.18.0", |
53 | | - "@typescript-eslint/parser": "^5.18.0", |
54 | | - "@vitest/ui": "^0.9.2", |
55 | | - "eslint": "^8.12.0", |
| 48 | + "@rollup/plugin-commonjs": "^22.0.1", |
| 49 | + "@rollup/plugin-typescript": "^8.3.3", |
| 50 | + "@types/node": "^14.15.0", |
| 51 | + "@types/prettier": "^2.6.3", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.29.0", |
| 53 | + "@typescript-eslint/parser": "^5.29.0", |
| 54 | + "@vitest/ui": "^0.16.0", |
| 55 | + "eslint": "^8.18.0", |
56 | 56 | "eslint-config-prettier": "^8.5.0", |
57 | 57 | "eslint-plugin-prettier": "^4.0.0", |
58 | | - "eslint-plugin-prettier-doc": "^1.0.1", |
59 | | - "rollup": "^2.70.1", |
60 | | - "rollup-plugin-typescript": "^1.0.1", |
61 | | - "ts-node": "^10.7.0", |
62 | | - "tslib": "^2.3.1", |
63 | | - "typescript": "^4.6.3", |
64 | | - "vitest": "^0.9.2" |
| 58 | + "eslint-plugin-prettier-doc": "^1.1.0", |
| 59 | + "rollup": "^2.75.7", |
| 60 | + "tslib": "^2.4.0", |
| 61 | + "typescript": "^4.7.4", |
| 62 | + "vitest": "^0.16.0" |
65 | 63 | } |
66 | 64 | } |
0 commit comments