Skip to content
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Nov 3, 2020
1 parent d1f7aee commit e469f8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"license": "MIT",
"dependencies": {
"@types/acorn": "4.0.5",
"acorn": "8.0.1",
"acorn": "8.0.4",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"coveralls": "^3.1.0",
"jest": "^26.4.2",
"ts-jest": "^26.4.0",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
"jest": "^26.6.2",
"ts-jest": "^26.4.3",
"tslib": "^2.0.3",
"typescript": "^4.0.5"
}
}

0 comments on commit e469f8b

Please sign in to comment.