Skip to content
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
2 changes: 1 addition & 1 deletion examples/yarn/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@cspell/eslint-plugin": "^10.0.0",
"@eslint/js": "^10.0.1",
"cspell": "^10.0.0",
"eslint": "^10.4.0",
"eslint": "^10.4.1",
"globals": "^17.6.0"
}
}
20 changes: 10 additions & 10 deletions examples/yarn/cspell-eslint-plugin/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,13 +674,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/plugin-kit@npm:^0.7.1":
version: 0.7.1
resolution: "@eslint/plugin-kit@npm:0.7.1"
"@eslint/plugin-kit@npm:^0.7.2":
version: 0.7.2
resolution: "@eslint/plugin-kit@npm:0.7.2"
dependencies:
"@eslint/core": "npm:^1.2.1"
levn: "npm:^0.4.1"
checksum: 10/8f923f4cdadadd215e0c2028e6a53101bb148a7780cdb4dc8cd69b0c77fc88496742e87e0605b12905ff715e2c7ad6cbd2d92c5653cdbf91cca1e229b5022c1f
checksum: 10/ef9fc6f8ca28e132d4c81cfbaa92274800d1d73bb9d6ef2124613dd39b7f09e3592deb64bad10b183bff78db5465d4b100f522d994c8550424526b9ac4a072b0
languageName: node
linkType: hard

Expand Down Expand Up @@ -902,7 +902,7 @@ __metadata:
"@cspell/eslint-plugin": "npm:^10.0.0"
"@eslint/js": "npm:^10.0.1"
cspell: "npm:^10.0.0"
eslint: "npm:^10.4.0"
eslint: "npm:^10.4.1"
globals: "npm:^17.6.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1085,16 +1085,16 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^10.4.0":
version: 10.4.0
resolution: "eslint@npm:10.4.0"
"eslint@npm:^10.4.1":
version: 10.4.1
resolution: "eslint@npm:10.4.1"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.2"
"@eslint/config-array": "npm:^0.23.5"
"@eslint/config-helpers": "npm:^0.6.0"
"@eslint/core": "npm:^1.2.1"
"@eslint/plugin-kit": "npm:^0.7.1"
"@eslint/plugin-kit": "npm:^0.7.2"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
"@humanwhocodes/retry": "npm:^0.4.2"
Expand Down Expand Up @@ -1126,7 +1126,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/ab20a8fd250ee7c31a162d35a71e534a4f959736a7198661e5c963069b12880a53acfb349f3dc94fa82c91c74dd0594accbd878576bf65c33fa4225342ad7df6
checksum: 10/5722bd0ec1a87f49ee4511c7549dcfa69df0076927b0290b0a3b145425fd357906ffe6dc1307214a0bd344131bf53795fa2cdebfd36ee9146c01d98147044679
languageName: node
linkType: hard

Expand Down
Loading