Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-n": "^18.2.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.3.0",
"eslint-plugin-react": "^7.37.5",
Expand Down
33 changes: 14 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1118,9 +1118,9 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-n@npm:^17.23.1":
version: 17.24.0
resolution: "eslint-plugin-n@npm:17.24.0"
"eslint-plugin-n@npm:^18.2.2":
version: 18.2.2
resolution: "eslint-plugin-n@npm:18.2.2"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.5.0"
enhanced-resolve: "npm:^5.17.1"
Expand All @@ -1130,10 +1130,16 @@ __metadata:
globrex: "npm:^0.1.2"
ignore: "npm:^5.3.2"
semver: "npm:^7.6.3"
ts-declaration-location: "npm:^1.0.6"
peerDependencies:
eslint: ">=8.23.0"
checksum: 10c0/65b6c9ccd4d69296df9bdc0517bdbbc71e5f1ec065e80623c49148ff7813829bd3568154a016fefc06749476f3fdadc0e1afa61a15695893a3ca3da161c9fe86
eslint: ">=8.57.1"
ts-declaration-location: ^1.0.6
typescript: ">=5.0.0"
peerDependenciesMeta:
ts-declaration-location:
optional: true
typescript:
optional: true
checksum: 10c0/c1a794d295aaa79a9df1d0aac7e9e5327274e62ec98b05bf6e6797e0f9ed60fd9935d315af36e69ab94ed2947d8307b9cf8ed0dfbbc511f8d994888d568cde20
languageName: node
linkType: hard

Expand Down Expand Up @@ -1452,7 +1458,7 @@ __metadata:
eslint-config-airbnb-base: "npm:^15.0.0"
eslint-config-standard: "npm:^17.1.0"
eslint-plugin-import: "npm:^2.32.0"
eslint-plugin-n: "npm:^17.23.1"
eslint-plugin-n: "npm:^18.2.2"
eslint-plugin-node: "npm:^11.1.0"
eslint-plugin-promise: "npm:^7.3.0"
eslint-plugin-react: "npm:^7.37.5"
Expand Down Expand Up @@ -2506,7 +2512,7 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
"picomatch@npm:^4.0.3":
version: 4.0.4
resolution: "picomatch@npm:4.0.4"
checksum: 10c0/e2c6023372cc7b5764719a5ffb9da0f8e781212fa7ca4bd0562db929df8e117460f00dff3cb7509dacfc06b86de924b247f504d0ce1806a37fac4633081466b0
Expand Down Expand Up @@ -3004,17 +3010,6 @@ __metadata:
languageName: node
linkType: hard

"ts-declaration-location@npm:^1.0.6":
version: 1.0.7
resolution: "ts-declaration-location@npm:1.0.7"
dependencies:
picomatch: "npm:^4.0.2"
peerDependencies:
typescript: ">=4.0.0"
checksum: 10c0/b579b7630907052cc174b051dffdb169424824d887d8fb5abdc61e7ab0eede348c2b71c998727b9e4b314c0436f5003a15bb7eedb1c851afe96e12499f159630
languageName: node
linkType: hard

"tsconfig-paths@npm:^3.15.0":
version: 3.15.0
resolution: "tsconfig-paths@npm:3.15.0"
Expand Down
Loading