Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 0bb7b3e

Browse files
committed
Update dev dependencies
1 parent 97ed4cf commit 0bb7b3e

File tree

3 files changed

+1359
-1017
lines changed

3 files changed

+1359
-1017
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
testEnvironment: 'node',
44
globals: {
55
'ts-jest': {
6-
tsConfig: 'tsconfig.test.json'
6+
tsconfig: 'tsconfig.test.json'
77
}
88
}
99
};

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"types": "dist/index.d.ts",
77
"license": "MIT",
88
"devDependencies": {
9-
"@types/jest": "^25.2.1",
10-
"@types/node": "^13.11.0",
11-
"jest": "^25.2.7",
12-
"ts-jest": "^25.3.1",
13-
"typescript": "^3.8.3"
9+
"@types/jest": "^26.0.21",
10+
"@types/node": "^14.14.35",
11+
"jest": "^26.6.3",
12+
"ts-jest": "^26.5.4",
13+
"typescript": "^4.2.3"
1414
},
1515
"author": {
1616
"name": "Wilhelm Behncke",

0 commit comments

Comments
 (0)