Update docs-utils to support prereleases

(cherry picked from commit 31aa460467)
This commit is contained in:
Francisco Giordano
2023-09-19 16:13:10 -03:00
parent b55b47d421
commit abcec9e4a3
3 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,7 @@
name: contracts
title: Contracts
version: 5.x
version: 5.x-rc
prerelease: true
nav:
- modules/ROOT/nav.adoc
- modules/api/nav.adoc

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/docs-utils": "^0.1.3",
"@openzeppelin/docs-utils": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.13",
"@openzeppelin/upgrades-core": "^1.20.6",
"array.prototype.at": "^1.1.1",
@ -2138,9 +2138,9 @@
}
},
"node_modules/@openzeppelin/docs-utils": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@openzeppelin/docs-utils/-/docs-utils-0.1.3.tgz",
"integrity": "sha512-O/iJ4jEi5ryNc/T74G9gbnFwQ8QaQ2bpAVoYXLPknZJyK52GEAvxC12UMP33KodTNV3rMzeeQrSBIdI8skjDJg==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@openzeppelin/docs-utils/-/docs-utils-0.1.4.tgz",
"integrity": "sha512-2I56U1GhnNlymz0gGmJbyZKhnErGIaJ+rqtKTGyNf7YX3jgeS9/Twv8H0T+OgLV4dimtCHPz/27w6CYhWQ/TGg==",
"dev": true,
"dependencies": {
"@frangio/servbot": "^0.2.5",
@ -17010,9 +17010,9 @@
}
},
"@openzeppelin/docs-utils": {
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/@openzeppelin/docs-utils/-/docs-utils-0.1.3.tgz",
"integrity": "sha512-O/iJ4jEi5ryNc/T74G9gbnFwQ8QaQ2bpAVoYXLPknZJyK52GEAvxC12UMP33KodTNV3rMzeeQrSBIdI8skjDJg==",
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/@openzeppelin/docs-utils/-/docs-utils-0.1.4.tgz",
"integrity": "sha512-2I56U1GhnNlymz0gGmJbyZKhnErGIaJ+rqtKTGyNf7YX3jgeS9/Twv8H0T+OgLV4dimtCHPz/27w6CYhWQ/TGg==",
"dev": true,
"requires": {
"@frangio/servbot": "^0.2.5",

View File

@ -57,7 +57,7 @@
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@nomiclabs/hardhat-truffle5": "^2.0.5",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/docs-utils": "^0.1.3",
"@openzeppelin/docs-utils": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.13",
"@openzeppelin/upgrades-core": "^1.20.6",
"array.prototype.at": "^1.1.1",