Skip to content

Commit

Permalink
fix(package): upgrade tslib version
Browse files Browse the repository at this point in the history
  • Loading branch information
neikvon committed Oct 13, 2020
1 parent 2fb99da commit 436480e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@
"ora": "^5.1.0",
"semver": "^7.3.2",
"tiny-glob": "^0.2.6",
"tslib": "^2.0.1"
"tslib": "^2.0.3"
},
"devDependencies": {
"@types/ejs": "^3.0.4",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.11.2",
"@types/fs-extra": "^9.0.2",
"@types/node": "^14.11.8",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
Expand Down

0 comments on commit 436480e

Please sign in to comment.