Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(): pin eslint-plugin-import ^2.24.2 dev #90

Merged
merged 1 commit into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 30 additions & 29 deletions .pnp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
Expand Down
25 changes: 13 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3556,9 +3556,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.24.1":
version: 2.24.1
resolution: "eslint-plugin-import@npm:2.24.1"
"eslint-plugin-import@npm:^2.24.2":
version: 2.24.2
resolution: "eslint-plugin-import@npm:2.24.2"
dependencies:
array-includes: ^3.1.3
array.prototype.flat: ^1.2.4
Expand All @@ -3574,10 +3574,10 @@ __metadata:
pkg-up: ^2.0.0
read-pkg-up: ^3.0.0
resolve: ^1.20.0
tsconfig-paths: ^3.10.1
tsconfig-paths: ^3.11.0
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0
checksum: c4b9b861467b141e582caea457262393c95dec179889931f250f47eb053b580d981b555791b9a58e217b951485026f2141cec8a9464beab120865451b46926fc
checksum: 21e1eb2f1bea8742d983650322c247caaa52ba68d242094f12d2d8b0f5bfe9e0f7e78c0629d9c243789bcea2704bbcf9c9189be7c3a033138a2ec291338aa197
languageName: node
linkType: hard

Expand Down Expand Up @@ -5693,7 +5693,7 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"json5@npm:^2.1.2, json5@npm:^2.2.0":
"json5@npm:^2.1.2":
version: 2.2.0
resolution: "json5@npm:2.2.0"
dependencies:
Expand Down Expand Up @@ -6081,7 +6081,7 @@ fsevents@^2.3.2:
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.6
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-import: ^2.24.1
eslint-plugin-import: ^2.24.2
eslint-plugin-jest: ^24.4.0
eslint-plugin-jsx-a11y: ^6.4.1
eslint-plugin-node: ^11.1.0
Expand Down Expand Up @@ -7942,14 +7942,15 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"tsconfig-paths@npm:^3.10.1":
version: 3.10.1
resolution: "tsconfig-paths@npm:3.10.1"
"tsconfig-paths@npm:^3.11.0":
version: 3.11.0
resolution: "tsconfig-paths@npm:3.11.0"
dependencies:
json5: ^2.2.0
"@types/json5": ^0.0.29
json5: ^1.0.1
minimist: ^1.2.0
strip-bom: ^3.0.0
checksum: cfc0f728f94bf50dafcaec0083aba88649d3f2a58c860308da9d12cdd0757486a5e7236e6a1d23364bb3258bdaa379a026b1d2db23cd9ef28926a9fb3e7e121f
checksum: b25aa1a9d4d3ad9ecaaaa2f22cfefc0441395486382de61ee348ab170f5b7cbc4bebf61f6333ef8a9e783f4b5fee49227137f2662f8569056360c8f9a147c2fd
languageName: node
linkType: hard

Expand Down