Skip to content

Commit

Permalink
moves @typescript-eslint dependencies to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Oct 4, 2023
1 parent abc42a9 commit 1bc68af
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 27 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"@radix-ui/react-radio-group": "1.1.3",
"@radix-ui/react-tooltip": "1.0.7",
"@tanstack/react-query": "4.35.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"express": "4.18.2",
Expand Down Expand Up @@ -48,6 +46,8 @@
"@types/node": "20.7.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
Expand Down
120 changes: 95 additions & 25 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1":
"@eslint-community/regexpp@npm:^4.5.1":
version: 4.9.1
resolution: "@eslint-community/regexpp@npm:4.9.1"
checksum: 06fb839e9c756f6375cc545c2f2e05a0a64576bd6370e8e3c07983fd29a3d6e164ef4aa48a361f7d27e6713ab79c83053ff6a2ccb78748bc955e344279c4a3b6
languageName: node
linkType: hard

"@eslint-community/regexpp@npm:^4.6.1":
version: 4.8.2
resolution: "@eslint-community/regexpp@npm:4.8.2"
checksum: da1cb0b7b210d93b44950b0fe050dd9c6c475513d5d6dfccbb6a9502a2fe630fcb3f8becd4e284cbb293df3ac756b79c6a487b59c42b9aea510b108278ea84ee
Expand Down Expand Up @@ -1279,15 +1286,15 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/eslint-plugin@npm:6.7.3":
version: 6.7.3
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.3"
"@typescript-eslint/eslint-plugin@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/eslint-plugin@npm:6.7.4"
dependencies:
"@eslint-community/regexpp": ^4.5.1
"@typescript-eslint/scope-manager": 6.7.3
"@typescript-eslint/type-utils": 6.7.3
"@typescript-eslint/utils": 6.7.3
"@typescript-eslint/visitor-keys": 6.7.3
"@typescript-eslint/scope-manager": 6.7.4
"@typescript-eslint/type-utils": 6.7.4
"@typescript-eslint/utils": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
debug: ^4.3.4
graphemer: ^1.4.0
ignore: ^5.2.4
Expand All @@ -1300,11 +1307,29 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: ac2790882199047abc59c0407a862f3339645623d03ea0aae5a73fd4bac6abfb753afcf9f23fd51cd1d5aa73f132ef94e2850774c4b2a3d99ebb83030b09429c
checksum: 91d5051ae935d8bb61091665ee1e5c456992a0c29b58c86c1bb2b72c935dd831c0d3c7726a8d609455ae4a8b4ba8786ebeeef4bc7eff388b5f77475e7a634dc0
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:6.7.3, @typescript-eslint/parser@npm:^5.4.2 || ^6.0.0":
"@typescript-eslint/parser@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/parser@npm:6.7.4"
dependencies:
"@typescript-eslint/scope-manager": 6.7.4
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/typescript-estree": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
debug: ^4.3.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 60e7c01a69c1a67577f031cd6ef3c7980a9aedf2045b9950e339836acb2fe9d7bf0c8909fa95d713a8270f19dead43d82beb27dcf8705f81fe35b14b737e8fe0
languageName: node
linkType: hard

"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0":
version: 6.7.3
resolution: "@typescript-eslint/parser@npm:6.7.3"
dependencies:
Expand Down Expand Up @@ -1332,20 +1357,30 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.7.3":
version: 6.7.3
resolution: "@typescript-eslint/type-utils@npm:6.7.3"
"@typescript-eslint/scope-manager@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/scope-manager@npm:6.7.4"
dependencies:
"@typescript-eslint/typescript-estree": 6.7.3
"@typescript-eslint/utils": 6.7.3
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
checksum: 8475d28f6408c204fb6bf25df45c1f16cad950190e31346c4b1ae15461a96f30b31b6fd1d3d635b41db6aa9a3fd3de25f04823632c74eeea478f34ebd134a1b0
languageName: node
linkType: hard

"@typescript-eslint/type-utils@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/type-utils@npm:6.7.4"
dependencies:
"@typescript-eslint/typescript-estree": 6.7.4
"@typescript-eslint/utils": 6.7.4
debug: ^4.3.4
ts-api-utils: ^1.0.1
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: f30a5ab4f88f76457810d72e3ada79fefd94dbbb456069ac004bd7601c9b7f15689b906b66cd849c230f30ae65f6f7039fb169609177ab545b34bacab64f015e
checksum: 231240a1aa1008a1b1facdd40b931433606947254f6e04705d154791a8b2c15d5ce3355b7d8a29cf7bb53c2e2eca1340c7860dd395389858d442af06c586d1fd
languageName: node
linkType: hard

Expand All @@ -1356,6 +1391,13 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/types@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/types@npm:6.7.4"
checksum: 287ae48a2bb722b866460bcb2ba4ff908348145b3fc0af4ea75679d474e9ba3632bf64689044f181fe8ca3cb5f41238bb31ea428d5e78f1c3982f6dac6b7b149
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:6.7.3":
version: 6.7.3
resolution: "@typescript-eslint/typescript-estree@npm:6.7.3"
Expand All @@ -1374,20 +1416,38 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.7.3":
version: 6.7.3
resolution: "@typescript-eslint/utils@npm:6.7.3"
"@typescript-eslint/typescript-estree@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/typescript-estree@npm:6.7.4"
dependencies:
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/visitor-keys": 6.7.4
debug: ^4.3.4
globby: ^11.1.0
is-glob: ^4.0.3
semver: ^7.5.4
ts-api-utils: ^1.0.1
peerDependenciesMeta:
typescript:
optional: true
checksum: 2e8f5e972403233522eff09cfe7a0a23549cfd462e82b434aa32ddbdba5b329be5a549514a157f6b79e2d0159c9348d23b202e5d915d4f2c7cbfe72e1a48a429
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/utils@npm:6.7.4"
dependencies:
"@eslint-community/eslint-utils": ^4.4.0
"@types/json-schema": ^7.0.12
"@types/semver": ^7.5.0
"@typescript-eslint/scope-manager": 6.7.3
"@typescript-eslint/types": 6.7.3
"@typescript-eslint/typescript-estree": 6.7.3
"@typescript-eslint/scope-manager": 6.7.4
"@typescript-eslint/types": 6.7.4
"@typescript-eslint/typescript-estree": 6.7.4
semver: ^7.5.4
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
checksum: 685b7c9fa95ad085f30e26431dc41b3059a42a16925defe2a94b32fb46974bfc168000de7d4d9ad4a1d0568a983f9d3c01ea6bc6cfa9a798e482719af9e9165b
checksum: 75e197dd58b230436ceb51f2050bb3af8796b05a197eaf741251f8e9c4d9ba1a99d654d090da0c49d31b20da79d9cc3746cbb663ffd5ea614d7a960d64676d65
languageName: node
linkType: hard

Expand All @@ -1401,6 +1461,16 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/visitor-keys@npm:6.7.4":
version: 6.7.4
resolution: "@typescript-eslint/visitor-keys@npm:6.7.4"
dependencies:
"@typescript-eslint/types": 6.7.4
eslint-visitor-keys: ^3.4.1
checksum: 34d09798b6c48dc059e88c6cb3df5f96e859bd65d1dd05d907b8a3c7a5708a737d50607081fb14a4b974b90cfe4169a93db974bf53af8b282420187f73b0afac
languageName: node
linkType: hard

"abbrev@npm:^1.0.0":
version: 1.1.1
resolution: "abbrev@npm:1.1.1"
Expand Down Expand Up @@ -1983,8 +2053,8 @@ __metadata:
"@types/node": 20.7.0
"@types/react": 18.2.23
"@types/react-dom": 18.2.8
"@typescript-eslint/eslint-plugin": 6.7.3
"@typescript-eslint/parser": 6.7.3
"@typescript-eslint/eslint-plugin": 6.7.4
"@typescript-eslint/parser": 6.7.4
autoprefixer: 10.4.16
class-variance-authority: 0.7.0
clsx: 2.0.0
Expand Down

0 comments on commit 1bc68af

Please sign in to comment.