Skip to content

Commit

Permalink
chore: bump dependencies version
Browse files Browse the repository at this point in the history
chore: update eslint to v8
chore: update node to v16
  • Loading branch information
lgou2w committed Mar 18, 2022
1 parent cb110b7 commit 54a5ea0
Show file tree
Hide file tree
Showing 2 changed files with 252 additions and 415 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "lgou2w <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=10.0"
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
"scripts": {
"clean": "rimraf lib coverage",
Expand All @@ -33,23 +33,23 @@
"cosplay"
],
"dependencies": {
"debug": "^4.3.3",
"debug": "^4.3.4",
"got": "^11.8.2",
"tunnel": "^0.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^14.14.44",
"@types/node": "^16",
"@types/tunnel": "^0.0.3",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint": "^8.11.0",
"eslint-config-standard": "^17.0.0-1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-n": "^15.0.1",
"eslint-plugin-promise": "^6.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
Expand Down
Loading

0 comments on commit 54a5ea0

Please sign in to comment.