Skip to content

Commit ee98685

Browse files
Bump diff from 7.0.0 to 8.0.0 (#2962)
* Bump diff from 7.0.0 to 8.0.0 Bumps [diff](https://github.com/kpdecker/jsdiff) from 7.0.0 to 8.0.0. - [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md) - [Commits](kpdecker/jsdiff@7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: diff dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Remove `@types/diff` since `diff` 8.0.0 ships its own types --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 593d73b commit ee98685

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package-lock.json

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@
4141
"@js-temporal/polyfill": "^0.5.1",
4242
"@mdn/browser-compat-data": "^6.0.13",
4343
"@types/caniuse-lite": "^1.0.4",
44-
"@types/diff": "^7.0.2",
4544
"@types/node": "^20.17.46",
4645
"ajv": "^8.17.1",
4746
"caniuse-lite": "^1.0.30001717",
48-
"diff": "^7.0.0",
47+
"diff": "^8.0.0",
4948
"eslint-plugin-new-with-error": "^5.0.0",
5049
"fast-json-stable-stringify": "^2.1.0",
5150
"fdir": "^6.4.4",

0 commit comments

Comments
 (0)