|
27 | 27 | "main": "dist/prettier-plugin-ember-template-tag.js", |
28 | 28 | "scripts": { |
29 | 29 | "build": "tsc && vite build", |
30 | | - "changelog": "release-it --changelog", |
31 | 30 | "preexample": "vite build", |
32 | 31 | "example": "pnpm preexample && cd examples && pnpm example", |
33 | 32 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefix-colors auto", |
|
37 | 36 | "lint:prettier": "prettier --check .", |
38 | 37 | "lint:prettier:fix": "prettier --write .", |
39 | 38 | "lint:ts": "tsc --project tsconfig.lint.json", |
40 | | - "release": "release-it", |
41 | | - "release:ci": "release-it --ci", |
42 | | - "release:debug": "release-it --verbose --dry-run", |
43 | 39 | "test": "vitest", |
44 | 40 | "test:all": "concurrently \"pnpm:test:run\" \"pnpm:test:example\" --prefix-colors auto", |
45 | 41 | "test:example": "pnpm preexample && cd examples && pnpm test", |
|
53 | 49 | }, |
54 | 50 | "devDependencies": { |
55 | 51 | "@babel/types": "^7.23.6", |
56 | | - "@release-it-plugins/lerna-changelog": "^6.0.0", |
57 | 52 | "@tsconfig/node18": "^18.2.2", |
58 | 53 | "@tsconfig/strictest": "^2.0.2", |
59 | 54 | "@types/babel__core": "^7.20.5", |
|
72 | 67 | "eslint-plugin-unicorn": "^50.0.1", |
73 | 68 | "eslint-plugin-vitest": "^0.3.20", |
74 | 69 | "prettier-plugin-jsdoc": "^1.3.0", |
75 | | - "release-it": "^16.3.0", |
76 | | - "release-plan": "^0.9.0", |
| 70 | + "release-plan": "^0.10.0", |
77 | 71 | "typescript": "^5.3.3", |
78 | 72 | "vite": "^5.0.10", |
79 | 73 | "vitest": "^1.1.0" |
|
0 commit comments