Website Deps Upgrade (#8571)

* update dependencies

* breaking change update
This commit is contained in:
Jeff Escalante 2020-03-16 14:56:44 -04:00 committed by GitHub
parent 98a81d59f3
commit f4de04d87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 256 additions and 256 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"imagemin-svgo": "^7.1.0",
"isomorphic-unfetch": "^3.0.0",
"marked": "^0.7.0",
"next": "^9.2.2",
"next": "^9.3.0",
"nprogress": "^0.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",

View File

@ -23,7 +23,7 @@ export default function DownloadsPage({ downloadData }) {
)
}
export async function unstable_getStaticProps() {
export async function getStaticProps() {
return fetch(`https://releases.hashicorp.com/vault/${VERSION}/index.json`)
.then(r => r.json())
.then(r => {