mirror of https://github.com/knative/docs.git
Bump tmp and standard (#6318)
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [standard](https://github.com/standard/standard). These dependencies need to be updated together. Removes `tmp` Updates `standard` from 14.3.4 to 17.1.2 - [Release notes](https://github.com/standard/standard/releases) - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/standard/standard/compare/v14.3.4...v17.1.2) --- updated-dependencies: - dependency-name: tmp dependency-version: dependency-type: indirect - dependency-name: standard dependency-version: 17.1.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
00da7e9035
commit
1a84fb904b
File diff suppressed because it is too large
Load Diff
|
@ -18,6 +18,6 @@
|
|||
"nodemon": "^2.0.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
"standard": "^14.3.4"
|
||||
"standard": "^17.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue