|
41 | 41 | "lint:ts": "tsc --noEmit", |
42 | 42 | "prepublishOnly": "pnpm build", |
43 | 43 | "postpublish": "pnpm clean", |
44 | | - "test": "pnpm build && codemod-cli test && node ./test/run-test.js && pnpm clean", |
| 44 | + "test": "pnpm build && codemod-cli test && pnpm clean", |
45 | 45 | "update-docs": "codemod-cli update-docs" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
|
50 | 50 | "codemod-cli": "^3.2.0", |
51 | 51 | "cosmiconfig": "^7.0.0", |
52 | 52 | "deepmerge-ts": "^4.3.0", |
53 | | - "ember-codemods-telemetry-helpers": "^3.0.0", |
| 53 | + "ember-codemods-telemetry-helpers": "^4.0.0", |
54 | 54 | "jscodeshift": "^0.11.0", |
55 | 55 | "minimatch": "^7.4.6", |
56 | 56 | "winston": "^3.8.2", |
|
60 | 60 | "@babel/core": "^7.21.4", |
61 | 61 | "@babel/eslint-parser": "^7.21.3", |
62 | 62 | "@babel/preset-env": "^7.21.4", |
63 | | - "@jest/globals": "^29.5.0", |
64 | 63 | "@tsconfig/node12": "^1.0.11", |
65 | 64 | "@types/babel__core": "^7.20.5", |
66 | 65 | "@types/glob": "^8.1.0", |
|
77 | 76 | "eslint-plugin-unicorn": "^46.0.0", |
78 | 77 | "execa": "^5.1.1", |
79 | 78 | "glob": "^8.1.0", |
80 | | - "jest": "^29.5.0", |
81 | 79 | "prettier": "^2.8.8", |
82 | 80 | "release-plan": "^0.17.2", |
83 | | - "ts-jest": "^29.1.0", |
84 | | - "typescript": "^5.0.4" |
| 81 | + "typescript": "^5.0.4", |
| 82 | + "vitest": "^3.2.4" |
85 | 83 | }, |
86 | 84 | "packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef", |
87 | 85 | "engines": { |
|
0 commit comments