|
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@fastify/pre-commit": "^2.2.0", |
| 54 | + "@randyd45/curp-validation": "1.0.4", |
54 | 55 | "@uphold/github-changelog-generator": "^4.0.2", |
55 | 56 | "abavalidator": "^2.0.2", |
56 | 57 | "bignumber.js": "^9.3.0", |
57 | 58 | "cpf": "^2.0.1", |
58 | 59 | "creditcard": "^0.1.3", |
59 | | - "curp": "^1.3.1", |
60 | 60 | "eslint": "~9.28.0", |
61 | 61 | "eslint-config-uphold": "^6.5.2", |
62 | 62 | "google-libphonenumber": "^3.2.41", |
|
73 | 73 | "validator.js": "^2.0.0" |
74 | 74 | }, |
75 | 75 | "peerDependencies": { |
| 76 | + "@randyd45/curp-validation": "1.0.4", |
76 | 77 | "abavalidator": "^2.0.0", |
77 | 78 | "bignumber.js": ">=7 || <=9.3.0", |
78 | 79 | "cpf": "^2.0.1", |
79 | 80 | "creditcard": ">=0.0.1 <1.0.0", |
80 | | - "curp": "^1.2.3", |
81 | 81 | "google-libphonenumber": ">=1 <4", |
82 | 82 | "iban": ">=0.0.6 <1.0.0", |
83 | 83 | "isoc": ">=0.0.1 <1.0.0", |
|
90 | 90 | "validator.js": "^2.0.0" |
91 | 91 | }, |
92 | 92 | "peerDependenciesMeta": { |
| 93 | + "@randyd45/curp-validation": { |
| 94 | + "optional": true |
| 95 | + }, |
93 | 96 | "abavalidator": { |
94 | 97 | "optional": true |
95 | 98 | }, |
|
102 | 105 | "creditcard": { |
103 | 106 | "optional": true |
104 | 107 | }, |
105 | | - "curp": { |
106 | | - "optional": true |
107 | | - }, |
108 | 108 | "google-libphonenumber": { |
109 | 109 | "optional": true |
110 | 110 | }, |
|
137 | 137 | "node": ">=20" |
138 | 138 | }, |
139 | 139 | "optionalPeerDependencies": { |
| 140 | + "@randyd45/curp-validation": "1.0.4", |
140 | 141 | "abavalidator": ">=2 <3", |
141 | 142 | "bignumber.js": ">=7 <=9.3.0", |
142 | 143 | "cpf": "^2.0.1", |
143 | 144 | "creditcard": ">=0.0.1 <1.0.0", |
144 | | - "curp": "^1.2.3", |
145 | 145 | "google-libphonenumber": ">=1 <4", |
146 | 146 | "iban": ">=0.0.6 <1.0.0", |
147 | 147 | "isoc": ">=0.0.1 <1.0.0", |
|
0 commit comments