|
1 | 1 | { |
2 | 2 | "name": "ember-cli-update-codemods-manifest", |
3 | | - "private": true, |
4 | 3 | "version": "3.0.14", |
| 4 | + "private": true, |
5 | 5 | "description": "Master list of codemods and their instructions used by ember-cli-update", |
6 | | - "scripts": { |
7 | | - "lint:git": "commitlint", |
8 | | - "lint:js": "eslint . --ext js,json", |
9 | | - "release": "next release --package-files package.json --bump-files package.json --scripts.precommit \"pnpm install --frozen-lockfile=false && git add pnpm-lock.yaml\" --default-branch main", |
10 | | - "test": "mocha" |
| 6 | + "homepage": "https://github.com/ember-cli/ember-cli-update-codemods-manifest#readme", |
| 7 | + "bugs": { |
| 8 | + "url": "https://github.com/ember-cli/ember-cli-update-codemods-manifest/issues" |
11 | 9 | }, |
12 | 10 | "repository": { |
13 | 11 | "type": "git", |
14 | 12 | "url": "git+https://github.com/ember-cli/ember-cli-update-codemods-manifest.git" |
15 | 13 | }, |
16 | | - "author": "Kelly Selden", |
17 | 14 | "license": "MIT", |
18 | | - "bugs": { |
19 | | - "url": "https://github.com/ember-cli/ember-cli-update-codemods-manifest/issues" |
20 | | - }, |
21 | | - "homepage": "https://github.com/ember-cli/ember-cli-update-codemods-manifest#readme", |
22 | | - "engines": { |
23 | | - "node": ">=20.9" |
| 15 | + "author": "Kelly Selden", |
| 16 | + "scripts": { |
| 17 | + "lint:git": "commitlint", |
| 18 | + "lint:js": "eslint", |
| 19 | + "release": "next release --package-files package.json --bump-files package.json --scripts.precommit \"pnpm install --frozen-lockfile=false && git add pnpm-lock.yaml\" --default-branch main", |
| 20 | + "test": "mocha" |
24 | 21 | }, |
25 | 22 | "devDependencies": { |
26 | 23 | "@crowdstrike/commitlint": "^8.0.0", |
|
29 | 26 | "ember-addon-codemods-manifest": "", |
30 | 27 | "ember-app-codemods-manifest": "", |
31 | 28 | "ember-cli-update": "2.0.1", |
32 | | - "eslint": "^8.57.1", |
33 | | - "eslint-config-sane": "^1.0.2", |
34 | | - "eslint-config-sane-node": "^2.0.0", |
35 | | - "eslint-plugin-json-files": "^5.1.0", |
| 29 | + "eslint": "^9.34.0", |
| 30 | + "eslint-config-sane-node": "^6.0.0", |
36 | 31 | "eslint-plugin-mocha": "^10.5.0", |
37 | | - "eslint-plugin-n": "^17.20.0", |
38 | | - "eslint-plugin-prefer-let": "^4.0.0", |
39 | 32 | "fs-extra": "^11.0.0", |
40 | 33 | "git-fixtures": "^9.0.0", |
41 | | - "mocha": "^11.7.0", |
42 | | - "mocha-helpers": "^10.0.0", |
| 34 | + "mocha": "^11.7.1", |
| 35 | + "mocha-helpers": "^10.2.1", |
43 | 36 | "monorepo-next": "^13.0.0", |
44 | | - "renovate-config-standard": "2.3.0", |
| 37 | + "renovate-config-standard": "2.4.2", |
45 | 38 | "standard-node-template": "7.2.0" |
| 39 | + }, |
| 40 | + "engines": { |
| 41 | + "node": ">=20.9" |
46 | 42 | } |
47 | 43 | } |
0 commit comments