mirror of https://github.com/hashicorp/packer
website: upgrade dependencies (#11299)
* upgrades website deps * add expect-error to get around incorrect prop typespull/11306/head
parent
01483c4d72
commit
92f5f9c070
@ -0,0 +1 @@
|
||||
v14
|
||||
@ -1,7 +1,8 @@
|
||||
FROM docker.mirror.hashicorp.services/node:10.16.3-alpine
|
||||
FROM docker.mirror.hashicorp.services/node:14-alpine
|
||||
RUN apk add --update --no-cache git make g++ automake autoconf libtool nasm libpng-dev
|
||||
|
||||
COPY ./package.json /website/package.json
|
||||
COPY ./package-lock.json /website/package-lock.json
|
||||
WORKDIR /website
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install
|
||||
|
||||
@ -0,0 +1 @@
|
||||
/// <reference types="@hashicorp/platform-types" />
|
||||
@ -1,3 +1,5 @@
|
||||
/// <reference types="next" />
|
||||
/// <reference types="next/types/global" />
|
||||
/// <reference types="@hashicorp/platform-types" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// see https://nextjs.org/docs/basic-features/typescript for more information.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue