Website Deps Upgrade (#8571)
* update dependencies * breaking change update
This commit is contained in:
parent
98a81d59f3
commit
f4de04d87e
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue