diff --git a/.github/workflows/test-jest.yml b/.github/workflows/test-jest.yml index c07e578..c197486 100644 --- a/.github/workflows/test-jest.yml +++ b/.github/workflows/test-jest.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - jest-version: [26.x, 27.x, 28.x] + jest-version: [26.x, 27.x, 28.x, 29.x] steps: - uses: actions/checkout@v2 diff --git a/package-lock.json b/package-lock.json index e2f8d6c..e30f3dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.4", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.4", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "lodash": "^4.17.16", diff --git a/package.json b/package.json index 877d0a9..5d0a94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/ts-mocking-bird", - "version": "0.6.4", + "version": "0.7.0", "description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest", "license": "Apache-2.0", "author": "Morgan Stanley", @@ -71,7 +71,7 @@ }, "peerDependencies": { "jasmine": "2.x || 3.x || 4.x", - "jest": "26.x || 27.x || 28.x", + "jest": "26.x || 27.x || 28.x || 29.x", "typescript": ">=4.2" }, "peerDependenciesMeta": {