Bump release-it from 14.6.2 to 14.7.0 (#122)

* Bump release-it from 14.6.2 to 14.7.0

Bumps [release-it](https://github.com/release-it/release-it) from 14.6.2 to 14.7.0.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/14.6.2...14.7.0)

Signed-off-by: dependabot[bot] <support@github.com>

* release-it updates

* package-lock fix

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
dependabot[bot] 2021-05-25 15:31:52 +02:00 committed by GitHub
parent 32d5eae101
commit 32a5503fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12904 additions and 105 deletions

12997
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,7 +33,6 @@
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@release-it/bumper": "^2.0.0",
"@types/chai": "^4.2.17",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^8.2.2",
@ -49,7 +48,7 @@
"mocha": "^8.4.0",
"mock-local-storage": "^1.1.17",
"prettier": "^2.3.0",
"release-it": "^14.6.2",
"release-it": "^14.7.0",
"ts-node-register": "^1.0.0",
"typescript": "^4.2.4"
},
@ -66,14 +65,7 @@
"hooks": {
"after:bump": "npm run changelog"
},
"plugins": {
"@release-it/bumper": {
"out": [
"package.json",
"package-lock.json"
]
}
},
"plugins": {},
"git": {
"tagName": "v${version}"
},