Skip to content

Commit 339768f

Browse files
committed
build(deps): Bumped deps
1 parent 9ffcbfb commit 339768f

File tree

3 files changed

+473
-473
lines changed

3 files changed

+473
-473
lines changed

jest.config.ts

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ const config: Config.InitialOptions = {
77
roots: [ '<rootDir>/test/tests' ],
88
testRegex: '.*(test|spec)\\.tsx?$',
99
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ],
10-
globals: {
11-
'ts-jest': {
12-
tsconfig: './test/tsconfig.json'
13-
}
10+
transform: {
11+
'^.+\\.(ts|tsx)$': ['ts-jest', { tsconfig: './test/tsconfig.json' }],
1412
},
1513
modulePaths: [ "<rootDir>/node_modules" ],
1614
// coveragePathIgnorePatterns: [

package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"global-prefix": "^3.0.0",
4949
"minimist": "^1.2.8",
5050
"resolve": "^1.22.2",
51-
"semver": "^7.5.2",
51+
"semver": "^7.5.4",
5252
"strip-ansi": "^6.0.1"
5353
},
5454
"bin": {
5555
"ts-patch": "./dist/bin/ts-patch.js",
5656
"tspc": "./dist/bin/tspc.js"
5757
},
5858
"devDependencies": {
59-
"@types/esm": "^3.2.0",
60-
"@types/jest": "^28.1.6",
59+
"@types/esm": "^3.2.2",
60+
"@types/jest": "^29.5.10",
6161
"@types/minimist": "^1.2.2",
6262
"@types/mock-fs": "^4.13.1",
6363
"@types/node": "^16.11.5",
@@ -66,14 +66,13 @@
6666
"@types/shelljs": "^0.8.9",
6767
"esm": "^3.2.25",
6868
"glob": "^7.1.7",
69-
"jest": "^28.1.3",
70-
"jest-mock-process": "^1.4.1",
69+
"jest": "^29.7.0",
7170
"rimraf": "^3.0.2",
7271
"shelljs": "^0.8.5",
7372
"standard-version": "^9.5.0",
74-
"ts-jest": "^28.0.7",
73+
"ts-jest": "^29.1.1",
7574
"ts-node": "^10.9.1",
76-
"ts-patch": "3.0.0",
75+
"ts-patch": "3.0.2",
7776
"tsconfig-paths": "^4.2.0",
7877
"typescript": "^5.3.2"
7978
},

0 commit comments

Comments
 (0)