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
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"copyfiles": "^2.4.1",
"core-js": "^3.38.1",
"cross-env": "^10.1.0",
"diff": "^8.0.4",
"diff": "^9.0.0",
"esbuild-plugin-file-path-extensions": "^2.1.2",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
Expand Down Expand Up @@ -269,8 +269,8 @@
},
"packageManager": "yarn@4.13.0",
"peerDependencies": {
"diff": "^7.0.0",
"tty-table": "^4.2.3"
"diff": "^7.0.0 || ^8.0.0 || ^9.0.0",
"tty-table": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"diff": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4900,10 +4900,10 @@ __metadata:
languageName: node
linkType: hard

"diff@npm:^8.0.4":
version: 8.0.4
resolution: "diff@npm:8.0.4"
checksum: 10/b4036ceda0d1e10683a2313079ed52c5e6b09553ae29da87bce81d98714d9725dbf3c0f6f7c3b1f16eec049fe17087e38ee329e732580fa62f6ec1c2487b2435
"diff@npm:^9.0.0":
version: 9.0.0
resolution: "diff@npm:9.0.0"
checksum: 10/f8b5e38a6a7ec73d1850ccb7ff19cda1d02502dc0f2c562ada0f40d7211bfb3075c2f3742104619a1f8f47ae333d48a6c77bffb080a2df900db36935080ea4fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -8043,7 +8043,7 @@ __metadata:
copyfiles: "npm:^2.4.1"
core-js: "npm:^3.38.1"
cross-env: "npm:^10.1.0"
diff: "npm:^8.0.4"
diff: "npm:^9.0.0"
esbuild-plugin-file-path-extensions: "npm:^2.1.2"
eslint: "npm:^9.20.1"
eslint-config-prettier: "npm:^10.0.1"
Expand Down Expand Up @@ -8078,8 +8078,8 @@ __metadata:
webpack: "npm:^5.98.0"
whatwg-fetch: "npm:^3.6.20"
peerDependencies:
diff: ^7.0.0
tty-table: ^4.2.3
diff: ^7.0.0 || ^8.0.0 || ^9.0.0
tty-table: ^4.0.0 || ^5.0.0
peerDependenciesMeta:
diff:
optional: true
Expand Down
Loading