Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Feb 26, 2019
1 parent e8cf1a2 commit 0d76a3f
Show file tree
Hide file tree
Showing 5 changed files with 473 additions and 438 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accownt",
"version": "6.0.0-alpha.4",
"version": "6.0.0-alpha.5",
"description": "Dead simple user account system so easy a cow could do it.",
"main": "index.js",
"bin": {
Expand All @@ -10,8 +10,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"accownt-server": "6.0.0-alpha.4",
"accownt-web": "6.0.0-alpha.4"
"accownt-server": "6.0.0-alpha.5",
"accownt-web": "6.0.0-alpha.5"
},
"prettier": {
"singleQuote": true
Expand Down
79 changes: 41 additions & 38 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accownt-server",
"version": "6.0.0-alpha.4",
"version": "6.0.0-alpha.5",
"description": "Dead simple user account system so easy a cow could do it.",
"main": "dist/app.js",
"scripts": {
Expand All @@ -23,11 +23,11 @@
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-parser": "^1.4.4",
"dotenv": "^6.2.0",
"enve": "^1.0.0",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"jsonwebtoken": "^8.5.0",
"node-persist": "^3.0.4",
"nodemailer": "^5.1.1",
"qrcode": "^1.3.3",
Expand All @@ -37,16 +37,16 @@
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.1",
"@types/dotenv": "^6.1.0",
"@types/jest": "^23.3.14",
"@types/jest": "^24.0.9",
"@types/jsonwebtoken": "^8.3.0",
"@types/node-persist": "0.0.33",
"@types/nodemailer": "^4.6.5",
"@types/qrcode": "^1.3.0",
"@types/speakeasy": "^2.0.3",
"@types/nodemailer": "^4.6.6",
"@types/qrcode": "^1.3.1",
"@types/speakeasy": "^2.0.4",
"jest": "^24.1.0",
"jest-extended": "^0.11.1",
"nodemon": "^1.18.10",
"typescript": "^3.3.3"
"typescript": "^3.3.3333"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0d76a3f

Please sign in to comment.