Skip to content

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
lgou2w committed Apr 5, 2022
1 parent 9c6e130 commit 8bfa798
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 141 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@
],
"dependencies": {
"debug": "^4.3.4",
"got": "^11.8.2",
"got": "^11.8.3",
"tunnel": "^0.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^16",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.11.0",
"eslint": "^8.12.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-n": "^15.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
"typescript": "^4.6.3"
}
}
Loading

0 comments on commit 8bfa798

Please sign in to comment.