Skip to content

Commit

Permalink
fix: update test-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Nov 29, 2023
1 parent ce4ab12 commit 8b4b27c
Show file tree
Hide file tree
Showing 3 changed files with 1,672 additions and 2,173 deletions.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
testEnvironment: "node",
testRunner: "jest-jasmine2", // https://github.com/jestjs/jest/issues/11698
roots: [
"<rootDir>/packages/release-script/src",
"<rootDir>/packages/core/src",
Expand Down Expand Up @@ -40,6 +41,6 @@ module.exports = {
collectCoverageFrom: ["packages/**/src/**/*.ts", "!packages/**/src/**/*.test.ts"],
coverageReporters: ["lcov", "html", "text-summary"],
transform: {
"^.+.tsx?$": "babel-jest",
"^.+\\.tsx?$": "babel-jest",
},
};
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/core": "^7.19.1",
"@babel/plugin-transform-typescript": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"@tsconfig/node12": "^1.0.9",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/jest": "^29.0.2",
"@types/node": "^12.20.50",
"@types/semver": "^7.3.9",
"@types/yargs": "^17.0.10",
Expand All @@ -36,11 +36,13 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest": "^29.0.3",
"jest-extended": "^3.1.0",
"jest-jasmine2": "^29.7.0",
"prettier": "^2.6.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
"typescript": "~4.6.3"
"typescript": "~4.8.3"
},
"resolutions": {
"minimist": "^1.2.6"
Expand Down
Loading

0 comments on commit 8b4b27c

Please sign in to comment.