Skip to content

Commit

Permalink
build(deps): Bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nonara committed Dec 5, 2023
1 parent 9ffcbfb commit 339768f
Show file tree
Hide file tree
Showing 3 changed files with 473 additions and 473 deletions.
6 changes: 2 additions & 4 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ const config: Config.InitialOptions = {
roots: [ '<rootDir>/test/tests' ],
testRegex: '.*(test|spec)\\.tsx?$',
moduleFileExtensions: [ 'ts', 'tsx', 'js', 'jsx', 'json', 'node' ],
globals: {
'ts-jest': {
tsconfig: './test/tsconfig.json'
}
transform: {
'^.+\\.(ts|tsx)$': ['ts-jest', { tsconfig: './test/tsconfig.json' }],
},
modulePaths: [ "<rootDir>/node_modules" ],
// coveragePathIgnorePatterns: [
Expand Down
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@
"global-prefix": "^3.0.0",
"minimist": "^1.2.8",
"resolve": "^1.22.2",
"semver": "^7.5.2",
"semver": "^7.5.4",
"strip-ansi": "^6.0.1"
},
"bin": {
"ts-patch": "./dist/bin/ts-patch.js",
"tspc": "./dist/bin/tspc.js"
},
"devDependencies": {
"@types/esm": "^3.2.0",
"@types/jest": "^28.1.6",
"@types/esm": "^3.2.2",
"@types/jest": "^29.5.10",
"@types/minimist": "^1.2.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^16.11.5",
Expand All @@ -66,14 +66,13 @@
"@types/shelljs": "^0.8.9",
"esm": "^3.2.25",
"glob": "^7.1.7",
"jest": "^28.1.3",
"jest-mock-process": "^1.4.1",
"jest": "^29.7.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-patch": "3.0.0",
"ts-patch": "3.0.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.2"
},
Expand Down
Loading

0 comments on commit 339768f

Please sign in to comment.