Skip to content

Commit

Permalink
Bump to 3.1.53
Browse files Browse the repository at this point in the history
- #406 Ukraine phone number format
  • Loading branch information
Bossa573 committed Oct 29, 2024
1 parent e1da41f commit 243e31a
Show file tree
Hide file tree
Showing 2 changed files with 583 additions and 584 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phone",
"version": "3.1.52",
"version": "3.1.53",
"description": "With a given country and phone number, validate and format the phone number to E.164 standard",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,17 +29,17 @@
"url": "https://github.com/aftership/phone/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.25.8",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/papaparse": "^5.3.14",
"@babel/preset-env": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.2",
"@types/papaparse": "^5.3.15",
"babel-cli": "^6.26.0",
"babel-loader": "^9.2.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"dotenv": "^16.4.5",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-config-aftership": "^7.0.0",
"eslint-plugin-import": "^2.31.0",
"idempotent-babel-polyfill": "^7.4.4",
Expand All @@ -49,7 +49,7 @@
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"twilio": "^5.3.3",
"twilio": "^5.3.5",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
Expand Down
Loading

0 comments on commit 243e31a

Please sign in to comment.