Skip to content

Commit

Permalink
feat: upgrade all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jun 26, 2022
1 parent 7779984 commit 0f7afdf
Show file tree
Hide file tree
Showing 3 changed files with 1,511 additions and 1,560 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.16.5",
"@types/node": "^17.0.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"lint-staged": "^12.1.4",
"lint-staged": "^13.0.3",
"prettier": "^2.5.1",
"simple-pre-commit": "^1.2.1",
"ts-node-dev": "^1.1.8",
"ts-node-dev": "^2.0.0",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}
Loading

0 comments on commit 0f7afdf

Please sign in to comment.