Skip to content

Commit

Permalink
chore: bump up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex4386 committed Feb 12, 2022
1 parent a7887fc commit 7b5b63f
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 191 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,33 @@
"author": "Alex4386 <[email protected]>",
"license": "MIT",
"dependencies": {
"@prisma/client": "^3.9.1",
"@prisma/client": "^3.9.2",
"@xmldom/xmldom": "^0.8.0",
"ansi-regex": "^6.0.1",
"axios": "^0.21.2",
"bcryptjs": "^2.4.3",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"fastify": "^3.9.2",
"fastify": "^3.27.1",
"fastify-cors": "^5.1.0",
"fastify-formbody": "^5.0.0",
"fastify-secure-session": "^2.3.0",
"figlet": "^1.5.0",
"jsonwebtoken": "^8.5.1",
"libphonenumber-js": "^1.9.10",
"libphonenumber-js": "^1.9.49",
"mysql2": "^2.2.5",
"node-ssh": "^12.0.2",
"node-ssh": "^12.0.3",
"nodemon": "^2.0.14",
"openpgp": "^4.10.9",
"pem2jwk": "^1.0.2",
"pino-pretty": "^4.3.0",
"prompts": "^2.4.1",
"speakeasy": "^2.0.0",
"typescript": "^4.0.5"
"typescript": "^4.5.5"
},
"devDependencies": {
"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.102",
"@types/axios": "^0.14.0",
"@swc/core": "^1.2.138",
"@types/bcryptjs": "^2.4.2",
"@types/figlet": "^1.2.1",
"@types/jsonwebtoken": "^8.5.0",
Expand All @@ -43,13 +42,14 @@
"@types/speakeasy": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"@typescript-eslint/typescript-estree": "^5.11.0",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"prettier": "^2.1.2",
"prisma": "^3.9.1",
"prisma": "^3.9.2",
"ts-node": "^9.0.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 7b5b63f

Please sign in to comment.