Skip to content

Commit

Permalink
feat: version update (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkaric authored Jan 2, 2024
1 parent 2d30a4d commit ea1cb59
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 997 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
21.5.2
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,38 +42,38 @@
"postpublish": "pinst --enable"
},
"dependencies": {
"twilio": "^4.19.0"
"twilio": "^4.20.0"
},
"peerDependencies": {
"@nestjs/common": ">=9.0.0",
"@nestjs/core": ">=9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^18.1.0",
"@commitlint/config-conventional": "^18.1.0",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/testing": "10.2.7",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/testing": "10.3.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "29.5.6",
"@types/node": "20.8.9",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"jest": "29.7.0",
"lint-staged": "^15.0.2",
"lint-staged": "^15.2.0",
"pinst": "^3.0.0",
"prettier": "3.0.3",
"reflect-metadata": "^0.1.13",
"prettier": "3.1.1",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.5",
"rxjs": "7.8.1",
"semantic-release": "^22.0.5",
"semantic-release": "^22.0.12",
"ts-jest": "29.1.1",
"typescript": "5.2.2"
"typescript": "5.3.3"
}
}
Loading

0 comments on commit ea1cb59

Please sign in to comment.