Skip to content

Commit

Permalink
Upgrade Typescript related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking committed Apr 8, 2021
1 parent f7d9213 commit 7256693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"main": "./dist/trace-event.js",
"typings": "./dist/trace-event.d.ts",
"dependencies": {
"tslib": "^1.9.0"
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/node": "^9.6.5",
"@types/node": "*",
"prettier": "^1.12.1",
"tape": "4.8.0",
"typescript": "^2.8.1"
"typescript": "^4.2.4"
},
"engines": {
"node": ">=6.0"
Expand Down

0 comments on commit 7256693

Please sign in to comment.