|
28 | 28 | ], |
29 | 29 | "scripts": { |
30 | 30 | "build": "./build.sh --production", |
31 | | - "changelog": "lerna-changelog", |
32 | 31 | "lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"", |
33 | 32 | "lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"", |
34 | 33 | "lint:js": "eslint . --cache", |
35 | 34 | "lint:js:fix": "eslint . --fix", |
36 | 35 | "lint:types": "tsc --noEmit", |
37 | 36 | "prepare": "pnpm build", |
| 37 | + "release:changelog": "lerna-changelog", |
| 38 | + "release:publish": "pnpm publish", |
38 | 39 | "test": "./build.sh --test && mt dist-for-testing --quiet" |
39 | 40 | }, |
40 | 41 | "dependencies": { |
41 | | - "@codemod-utils/blueprints": "^1.0.0", |
42 | | - "@codemod-utils/files": "^1.0.0", |
43 | | - "@codemod-utils/json": "^1.0.0", |
| 42 | + "@codemod-utils/blueprints": "^1.1.0", |
| 43 | + "@codemod-utils/files": "^1.1.0", |
| 44 | + "@codemod-utils/json": "^1.1.1", |
44 | 45 | "strip-json-comments": "^5.0.1", |
45 | 46 | "yargs": "^17.7.2" |
46 | 47 | }, |
47 | 48 | "devDependencies": { |
48 | | - "@babel/core": "^7.22.17", |
49 | | - "@codemod-utils/tests": "^1.0.0", |
| 49 | + "@babel/core": "^7.23.2", |
| 50 | + "@codemod-utils/tests": "^1.1.1", |
50 | 51 | "@sondr3/minitest": "^0.1.2", |
51 | 52 | "@tsconfig/node18": "^18.2.2", |
52 | 53 | "@tsconfig/strictest": "^2.0.2", |
53 | | - "@types/node": "^18.17.15", |
54 | | - "@types/yargs": "^17.0.24", |
55 | | - "@typescript-eslint/eslint-plugin": "^6.7.0", |
56 | | - "@typescript-eslint/parser": "^6.7.0", |
57 | | - "concurrently": "^8.2.1", |
58 | | - "eslint": "^8.49.0", |
| 54 | + "@types/node": "^18.18.7", |
| 55 | + "@types/yargs": "^17.0.29", |
| 56 | + "@typescript-eslint/eslint-plugin": "^6.9.1", |
| 57 | + "@typescript-eslint/parser": "^6.9.1", |
| 58 | + "concurrently": "^8.2.2", |
| 59 | + "eslint": "^8.52.0", |
59 | 60 | "eslint-config-prettier": "^9.0.0", |
60 | | - "eslint-import-resolver-typescript": "^3.6.0", |
61 | | - "eslint-plugin-import": "^2.28.1", |
62 | | - "eslint-plugin-n": "^16.1.0", |
63 | | - "eslint-plugin-prettier": "^5.0.0", |
| 61 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 62 | + "eslint-plugin-import": "^2.29.0", |
| 63 | + "eslint-plugin-n": "^16.2.0", |
| 64 | + "eslint-plugin-prettier": "^5.0.1", |
64 | 65 | "eslint-plugin-simple-import-sort": "^10.0.0", |
65 | | - "eslint-plugin-typescript-sort-keys": "^3.0.0", |
| 66 | + "eslint-plugin-typescript-sort-keys": "^3.1.0", |
66 | 67 | "lerna-changelog": "^2.2.0", |
67 | 68 | "prettier": "^3.0.3", |
68 | 69 | "typescript": "^5.2.2" |
|
81 | 82 | }, |
82 | 83 | "pnpm": { |
83 | 84 | "overrides": { |
84 | | - "eslint-plugin-import@2.28.1>tsconfig-paths": "^4.2.0" |
| 85 | + "eslint-plugin-import@2.29.0>tsconfig-paths": "^4.2.0" |
85 | 86 | } |
86 | 87 | } |
87 | 88 | } |
0 commit comments