Skip to content

Commit

Permalink
feat: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Dec 25, 2021
1 parent 679501b commit 7779984
Show file tree
Hide file tree
Showing 2 changed files with 956 additions and 1,810 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-ts-starter",
"version": "3.0.0",
"version": "4.0.0",
"main": "index.js",
"author": "Horus Lugo",
"license": "MIT",
Expand All @@ -20,23 +20,23 @@
]
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/node": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@types/node": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/node": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/register": "^7.16.5",
"@types/node": "^17.0.4",
"@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": "^11.1.2",
"prettier": "^2.4.1",
"lint-staged": "^12.1.4",
"prettier": "^2.5.1",
"simple-pre-commit": "^1.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.4.3"
"typescript": "^4.5.4"
},
"engines": {
"node": ">=14"
Expand Down
Loading

0 comments on commit 7779984

Please sign in to comment.