|
11 | 11 | "test": "jest", |
12 | 12 | "test:ci": "jest --ci --runInBand", |
13 | 13 | "test:ci:coverage": "yarn test:ci --coverage", |
14 | | - "test:integration": "jest -c jest.config.integration.js", |
| 14 | + "test:integration": "yarn node --experimental-vm-modules $(yarn bin jest) -c jest.config.integration.js", |
15 | 15 | "test:e2e": "yarn workspaces foreach -p run test:e2e", |
16 | 16 | "test:tsd": "jest -c jest.config.types.js", |
17 | 17 | "test:all": "yarn test && yarn test:integration && yarn test:e2e && yarn test:tsd", |
|
51 | 51 | "@typescript-eslint/eslint-plugin": "^5.50.0", |
52 | 52 | "@typescript-eslint/parser": "^5.50.0", |
53 | 53 | "babel-eslint": "^10.1.0", |
54 | | - "babel-jest": "^29.4.3", |
| 54 | + "babel-jest": "^29.7.0", |
55 | 55 | "chalk": "^4.1.0", |
56 | 56 | "cross-env": "^7.0.2", |
57 | 57 | "eslint": "^7.32.0", |
|
61 | 61 | "eslint-plugin-node": "^11.1.0", |
62 | 62 | "eslint-plugin-promise": "^4.1.1", |
63 | 63 | "husky": "^8.0.3", |
64 | | - "jest": "^29.4.3", |
65 | | - "jest-environment-jsdom": "^29.4.3", |
66 | | - "jest-environment-node-single-context": "^29.0.0", |
| 64 | + "jest": "^29.7.0", |
| 65 | + "jest-environment-jsdom": "^29.7.0", |
| 66 | + "jest-environment-node-single-context": "^29.4.0", |
67 | 67 | "jest-runner-tsd": "^4.0.0", |
68 | 68 | "lerna": "^6.5.1", |
69 | 69 | "lint-staged": "^13.1.0", |
|
78 | 78 | "size-limit": "^8.1.1", |
79 | 79 | "strip-ansi": "^6.0.1", |
80 | 80 | "swc-node": "^1.0.0", |
81 | | - "ts-jest": "^29.0.5", |
| 81 | + "ts-jest": "^29.2.4", |
82 | 82 | "typescript": "^4.9.5" |
83 | 83 | }, |
84 | 84 | "workspaces": [ |
|
0 commit comments