@azure/communication-email 1.0.0-alpha.20230324.1 → 1.0.0-alpha.20230515.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-email",
3
- "version": "1.0.0-alpha.20230324.1",
3
+ "version": "1.0.0-alpha.20230515.1",
4
4
  "description": "The is the JS Client SDK for email. This SDK enables users to send emails and get the status of sent email message.",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "@types/mocha": "^7.0.2",
69
69
  "chai": "^4.2.0",
70
70
  "dotenv": "^16.0.0",
71
- "eslint": "^7.15.0",
71
+ "eslint": "^8.0.0",
72
72
  "karma": "^6.2.0",
73
73
  "karma-chrome-launcher": "^3.0.0",
74
74
  "karma-coverage": "^2.0.0",
@@ -83,7 +83,7 @@
83
83
  "mocha": "^7.1.1",
84
84
  "mocha-junit-reporter": "^2.0.0",
85
85
  "nyc": "^15.0.0",
86
- "typescript": "~4.8.0",
86
+ "typescript": "~5.0.0",
87
87
  "prettier": "^2.5.1",
88
88
  "rimraf": "^3.0.0"
89
89
  },