Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-16 17:29:58 +00:00
parent 1afca056e3
commit 6989ba7bd2
3942 changed files with 55190 additions and 132206 deletions

10
node_modules/diff/CONTRIBUTING.md generated vendored
View file

@ -26,11 +26,15 @@ If you notice any problems, please report them to the GitHub issue tracker at
## Releasing
A full release may be completed with the following:
A full release may be completed by first updating the `"version"` property in package.json, then running the following:
```
yarn clean
yarn grunt
yarn grunt uglify
yarn grunt release
yarn publish
```
After releasing, remember to:
* commit the `package.json` change and push it to GitHub
* create a new version tag on GitHub
* update `diff.js` on the `gh-pages` branch to the latest built version from the `dist/` folder.