Skip to content

Commit 440bfce

Browse files
committed
Remove unused peer dependency
1 parent d17aa4e commit 440bfce

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"@types/node": "^16.11.9",
1717
"@typescript-eslint/eslint-plugin": "^5.8.0",
1818
"@typescript-eslint/parser": "^5.8.0",
19-
"class-validator": "^0.13.2",
2019
"eslint": "^8.5.0",
2120
"eslint-plugin-eslint-plugin": "^4.1.0",
2221
"jest": "^27.3.1",
@@ -41,9 +40,7 @@
4140
".*\\.js$"
4241
]
4342
},
44-
"peerDependencies": {
45-
"class-validator": ">0.12.0"
46-
},
43+
"peerDependencies": {},
4744
"repository": {
4845
"type": "git",
4946
"url": "git+ssh://git@github.com/flycode-org/eslint-plugin-react-i18next.git"

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,14 +1083,6 @@ cjs-module-lexer@^1.0.0:
10831083
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40"
10841084
integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==
10851085

1086-
class-validator@^0.13.2:
1087-
version "0.13.2"
1088-
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.2.tgz#64b031e9f3f81a1e1dcd04a5d604734608b24143"
1089-
integrity sha512-yBUcQy07FPlGzUjoLuUfIOXzgynnQPPruyK1Ge2B74k9ROwnle1E+NxLWnUv5OLU8hA/qL5leAE9XnXq3byaBw==
1090-
dependencies:
1091-
libphonenumber-js "^1.9.43"
1092-
validator "^13.7.0"
1093-
10941086
cliui@^7.0.2:
10951087
version "7.0.4"
10961088
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
@@ -2398,11 +2390,6 @@ levn@~0.3.0:
23982390
prelude-ls "~1.1.2"
23992391
type-check "~0.3.2"
24002392

2401-
libphonenumber-js@^1.9.43:
2402-
version "1.9.43"
2403-
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.43.tgz#2371e4383e6780990381d5b900b8c22666221cbb"
2404-
integrity sha512-tNB87ZutAiAkl3DE/Bo0Mxqn/XZbNxhPg4v9bYBwQQW4dlhBGqXl1vtmPxeDWbrijzwOA9vRjOOFm5V9SK/W3w==
2405-
24062393
locate-path@^5.0.0:
24072394
version "5.0.0"
24082395
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
@@ -3112,11 +3099,6 @@ v8-to-istanbul@^8.1.0:
31123099
convert-source-map "^1.6.0"
31133100
source-map "^0.7.3"
31143101

3115-
validator@^13.7.0:
3116-
version "13.7.0"
3117-
resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
3118-
integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==
3119-
31203102
w3c-hr-time@^1.0.2:
31213103
version "1.0.2"
31223104
resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"

0 commit comments

Comments
 (0)