|
10 | 10 | "format:base": "prettier \"./**/*.{ts,js}\"", |
11 | 11 | "format:fix": "npm run format:base -- --write", |
12 | 12 | "format:check": "npm run format:base -- --check", |
13 | | - "test": "jest", |
14 | | - "test:unit": "jest --testPathIgnorePatterns test/git.integration-test.js", |
15 | | - "test:git-integration": "jest --testPathPattern test/git.integration-test.js", |
| 13 | + "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", |
| 14 | + "test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathIgnorePatterns test/git.integration-test.js", |
| 15 | + "test:git-integration": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern test/git.integration-test.js", |
16 | 16 | "release": "bin/cli.js" |
17 | 17 | }, |
18 | 18 | "repository": "absolute-version/commit-and-tag-version", |
|
40 | 40 | "homepage": "https://github.com/absolute-version/commit-and-tag-version#readme", |
41 | 41 | "dependencies": { |
42 | 42 | "chalk": "^2.4.2", |
43 | | - "conventional-changelog": "4.0.0", |
| 43 | + "conventional-changelog": "5.1.0", |
44 | 44 | "conventional-changelog-config-spec": "2.1.0", |
45 | | - "conventional-changelog-conventionalcommits": "6.1.0", |
46 | | - "conventional-recommended-bump": "7.0.1", |
| 45 | + "conventional-changelog-conventionalcommits": "7.0.2", |
| 46 | + "conventional-recommended-bump": "8.0.0", |
47 | 47 | "detect-indent": "^6.1.0", |
48 | 48 | "detect-newline": "^3.1.0", |
49 | 49 | "dotgitignore": "^2.1.0", |
|
0 commit comments