Skip to content

Commit df5f73a

Browse files
committed
Bump to 3.1.54
- #411 Finland phone number format - #412 El Salvador phone number format
1 parent 631dcf5 commit df5f73a

File tree

2 files changed

+129
-150
lines changed

2 files changed

+129
-150
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phone",
3-
"version": "3.1.53",
3+
"version": "3.1.54",
44
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -31,15 +31,15 @@
3131
"devDependencies": {
3232
"@babel/preset-env": "^7.26.0",
3333
"@types/jest": "^29.5.14",
34-
"@types/node": "^22.8.2",
34+
"@types/node": "^22.10.0",
3535
"@types/papaparse": "^5.3.15",
3636
"babel-cli": "^6.26.0",
3737
"babel-loader": "^9.2.1",
3838
"babel-minify-webpack-plugin": "^0.3.1",
3939
"babel-polyfill": "^6.26.0",
4040
"babel-preset-env": "^1.7.0",
4141
"dotenv": "^16.4.5",
42-
"eslint": "^9.13.0",
42+
"eslint": "^9.15.0",
4343
"eslint-config-aftership": "^7.0.0",
4444
"eslint-plugin-import": "^2.31.0",
4545
"idempotent-babel-polyfill": "^7.4.4",
@@ -49,9 +49,9 @@
4949
"rimraf": "^6.0.1",
5050
"ts-jest": "^29.2.5",
5151
"ts-node": "^10.9.2",
52-
"twilio": "^5.3.5",
53-
"typescript": "^5.6.3",
54-
"webpack": "^5.95.0",
52+
"twilio": "^5.3.6",
53+
"typescript": "^5.7.2",
54+
"webpack": "^5.96.1",
5555
"webpack-cli": "^5.1.4",
5656
"webpack-dev-server": "^5.1.0"
5757
},

0 commit comments

Comments
 (0)