Skip to content

Commit

Permalink
upgrade babel & types
Browse files Browse the repository at this point in the history
  • Loading branch information
hafiziruslan committed Oct 23, 2024
1 parent 0c8ad69 commit f4f14d2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "jest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.675.0",
"@aws-sdk/client-s3": "^3.677.0",
"@wppconnect-team/wppconnect": "^1.34.2",
"archiver": "^7.0.1",
"axios": "^1.7.7",
Expand All @@ -52,36 +52,36 @@
"winston": "^3.15.0"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/eslint-plugin": "^7.25.7",
"@babel/node": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.25.9",
"@babel/eslint-parser": "^7.25.9",
"@babel/eslint-plugin": "^7.25.9",
"@babel/node": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@types/archiver": "^6.0.2",
"@types/archiver": "^6.0.3",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"@types/merge-deep": "^3.0.3",
"@types/mime-types": "^2.1.4",
"@types/multer": "^1.4.12",
"@types/node": "^22.7.7",
"@types/node": "^22.7.9",
"@types/qrcode": "^1.5.5",
"@types/swagger-ui-express": "^4.1.6",
"@types/unzipper": "^0.10.10",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@typescript-eslint/typescript-estree": "^8.11.0",
"@wppconnect/wa-js": "^3.11.0",
"@wppconnect/wa-version": "^1.5.535",
"@wppconnect/wa-version": "^1.5.549",
"commitizen": "^4.3.1",
"conventional-changelog-cli": "^5.0.0",
"crypto-js": "^4.2.0",
Expand Down

0 comments on commit f4f14d2

Please sign in to comment.