Skip to content

Commit

Permalink
chore: Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Jun 1, 2021
1 parent cbf1278 commit 6b768fd
Show file tree
Hide file tree
Showing 2 changed files with 313 additions and 695 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
"start": "node ./bin/app.js"
},
"devDependencies": {
"@types/jsdom": "^16.2.4",
"@types/luxon": "^1.24.4",
"@types/node-fetch": "^2.5.7",
"@types/jsdom": "^16.2.10",
"@types/luxon": "^1.26.5",
"@types/node-fetch": "^2.5.10",
"@types/tough-cookie": "^4.0.0",
"@types/tough-cookie-file-store": "^2.0.0",
"prettier": "^2.0.4",
"tslint": "^6.1.1",
"typescript": "^3.8.3"
"prettier": "^2.3.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2"
},
"dependencies": {
"dotenv": "^8.2.0",
"fp-ts": "^2.8.2",
"io-ts": "^2.2.10",
"jsdom": "^16.4.0",
"luxon": "^1.25.0",
"dotenv": "^10.0.0",
"fp-ts": "^2.10.5",
"io-ts": "^2.2.16",
"jsdom": "^16.6.0",
"luxon": "^1.27.0",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"tough-cookie": "^4.0.0",
"tough-cookie-file-store": "^2.0.2",
"typeorm": "^0.2.25"
"typeorm": "^0.2.32"
}
}
Loading

0 comments on commit 6b768fd

Please sign in to comment.