diff --git a/package.json b/package.json index ac7463ef2..c4d7c5d78 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,9 @@ "format:base": "prettier \"./**/*.{ts,js}\"", "format:fix": "npm run format:base -- --write", "format:check": "npm run format:base -- --check", - "test": "jest", - "test:unit": "jest --testPathIgnorePatterns test/git.integration-test.js", - "test:git-integration": "jest --testPathPattern test/git.integration-test.js", + "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js", + "test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathIgnorePatterns test/git.integration-test.js", + "test:git-integration": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern test/git.integration-test.js", "release": "bin/cli.js" }, "repository": "absolute-version/commit-and-tag-version", @@ -40,10 +40,10 @@ "homepage": "https://github.com/absolute-version/commit-and-tag-version#readme", "dependencies": { "chalk": "^2.4.2", - "conventional-changelog": "4.0.0", + "conventional-changelog": "5.1.0", "conventional-changelog-config-spec": "2.1.0", - "conventional-changelog-conventionalcommits": "6.1.0", - "conventional-recommended-bump": "7.0.1", + "conventional-changelog-conventionalcommits": "7.0.2", + "conventional-recommended-bump": "8.0.0", "detect-indent": "^6.1.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0",