mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
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:
parent
32d5eae101
commit
32a5503fc2
12997
package-lock.json
generated
12997
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@ -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}"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user