Skip to content

Commit

Permalink
fix(deps): bumped all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Jun 12, 2021
1 parent 33aeeea commit 8efe5f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@
}
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"commitizen": "^4.2.2",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"commitizen": "^4.2.4",
"coveralls": "3.1.0",
"cz-conventional-changelog": "^3.3.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"rimraf": "3.0.2",
"ts-jest": "^26.4.4",
"ts-jest": "^27.0.3",
"ts-node": "^9.0.0",
"typescript": "4.1.2"
"typescript": "4.3.2"
},
"dependencies": {
"chalk": "^4.1.0"
"chalk": "^4.1.1"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"declaration": true,
"lib": [ "es2015", "es2017" ],
"lib": [ "ES2017" ],
"types": [ "jest", "node" ],
"noEmit": true,
"module": "CommonJS",
"target": "ES2015"
"target": "ES2017"
},
"include": [
"index.ts",
Expand Down

0 comments on commit 8efe5f5

Please sign in to comment.